UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken>.GetTwoFactorEnabledAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a flag indicating whether the specified user
has two factor authentication enabled or not,
as an asynchronous operation.
public virtual System.Threading.Tasks.Task<bool> GetTwoFactorEnabledAsync (TUser user, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTwoFactorEnabledAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.GetTwoFactorEnabledAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function GetTwoFactorEnabledAsync (user As TUser, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)
Parameters
- user
- TUser
The user whose two factor authentication enabled status should be set.
- cancellationToken
- CancellationToken
The CancellationToken used to propagate notifications that the operation should be canceled.
Returns
The Task that represents the asynchronous operation, containing a flag indicating whether the specified
user
has two factor authentication enabled or not.