Show / Hide Table of Contents

Class IdentityExternalLoginAppService

Inheritance
object
IdentityAppServiceBase
IdentityExternalLoginAppService
Implements
IIdentityExternalLoginAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.dll
Syntax
public class IdentityExternalLoginAppService : IdentityAppServiceBase, IIdentityExternalLoginAppService, IApplicationService, IRemoteService

Constructors

IdentityExternalLoginAppService(IdentityUserManager)

Declaration
public IdentityExternalLoginAppService(IdentityUserManager userManager)
Parameters
Type Name Description
IdentityUserManager userManager

Properties

UserManager

Declaration
protected IdentityUserManager UserManager { get; }
Property Value
Type Description
IdentityUserManager

Methods

CreateCurrentUserAsync()

Declaration
protected virtual Task CreateCurrentUserAsync()
Returns
Type Description
Task

CreateOrUpdateAsync()

Declaration
[Authorize]
public virtual Task CreateOrUpdateAsync()
Returns
Type Description
Task

UpdateCurrentUserAsync(IdentityUser)

Declaration
protected virtual Task UpdateCurrentUserAsync(IdentityUser user)
Parameters
Type Name Description
IdentityUser user
Returns
Type Description
Task

Implements

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