Class IdentityUserExtensions
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Domain.dll
Syntax
public static class IdentityUserExtensions
Methods
HasAuthenticator(IdentityUser)
Declaration
public static bool HasAuthenticator(this IdentityUser user)
Parameters
Type | Name | Description |
---|---|---|
IdentityUser | user |
Returns
Type | Description |
---|---|
bool |
SetAuthenticator(IdentityUser, bool)
Declaration
public static IdentityUser SetAuthenticator(this IdentityUser user, bool authenticator)
Parameters
Type | Name | Description |
---|---|---|
IdentityUser | user | |
bool | authenticator |
Returns
Type | Description |
---|---|
IdentityUser |