Class IdentityExternalLoginController
Inheritance
IdentityExternalLoginController
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.Identity.Pro.HttpApi.dll
Syntax
[Area("identity")]
[Route("api/identity/external-login")]
public class IdentityExternalLoginController : AbpControllerBase, IIdentityExternalLoginAppService, IApplicationService, IRemoteService
Constructors
IdentityExternalLoginController(IIdentityExternalLoginAppService)
Declaration
public IdentityExternalLoginController(IIdentityExternalLoginAppService externalLoginAppService)
Parameters
Properties
ExternalLoginAppService
Declaration
public IIdentityExternalLoginAppService ExternalLoginAppService { get; }
Property Value
Methods
CreateOrUpdateAsync()
Declaration
[HttpPost]
public virtual Task CreateOrUpdateAsync()
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService