Show / Hide Table of Contents

Class IdentityExternalLoginController

Inheritance
object
IdentityExternalLoginController
Implements
IIdentityExternalLoginAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Identity
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
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

Implements

IIdentityExternalLoginAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft