Class IdentityExternalLoginAppService
Inheritance
IdentityExternalLoginAppService
Implements
IApplicationService
IRemoteService
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
CreateOrUpdateAsync()
Declaration
[Authorize]
public virtual Task CreateOrUpdateAsync()
Returns
UpdateCurrentUserAsync(IdentityUser)
Declaration
protected virtual Task UpdateCurrentUserAsync(IdentityUser user)
Parameters
| Type |
Name |
Description |
| IdentityUser |
user |
|
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService