Class IdentityExternalLoginController
Implements
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.HttpApi.dll
Syntax
[RemoteService(true, Name = "AbpIdentity")]
[Area("identity")]
[Route("api/identity/external-login")]
public class IdentityExternalLoginController : AbpControllerBase, IAvoidDuplicateCrossCuttingConcerns, IIdentityExternalLoginAppService, IApplicationService, IRemoteService
Constructors
IdentityExternalLoginController(IIdentityExternalLoginAppService)
Declaration
public IdentityExternalLoginController(IIdentityExternalLoginAppService externalLoginAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IIdentityExternalLoginAppService | externalLoginAppService |
Properties
ExternalLoginAppService
Declaration
public IIdentityExternalLoginAppService ExternalLoginAppService { get; }
Property Value
| Type | Description |
|---|---|
| IIdentityExternalLoginAppService |
Methods
CreateOrUpdateAsync()
Declaration
[HttpPost]
public virtual Task CreateOrUpdateAsync()
Returns
| Type | Description |
|---|---|
| Task |