Class IdentityExternalLoginAppService
Inheritance
IdentityExternalLoginAppService
Assembly: Volo.Abp.Identity.Pro.Application.dll
Syntax
public class IdentityExternalLoginAppService : IdentityAppServiceBase, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IIdentityExternalLoginAppService, IApplicationService, IRemoteService
Constructors
IdentityExternalLoginAppService(IdentityUserManager)
Declaration
public IdentityExternalLoginAppService(IdentityUserManager userManager)
Parameters
Properties
UserManager
Declaration
protected IdentityUserManager UserManager { get; }
Property Value
Methods
CreateCurrentUserAsync()
Declaration
protected virtual Task CreateCurrentUserAsync()
Returns
CreateOrUpdateAsync()
Declaration
[Authorize]
public virtual Task CreateOrUpdateAsync()
Returns
UpdateCurrentUserAsync(IdentityUser)
Declaration
protected virtual Task UpdateCurrentUserAsync(IdentityUser user)
Parameters
Returns
Implements
Extension Methods