UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.SetTwoFactorEnabledAsync 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.
Sets a flag indicating whether the specified user
has two factor authentication enabled or not,
as an asynchronous operation.
public virtual System.Threading.Tasks.Task SetTwoFactorEnabledAsync (TUser user, bool enabled, System.Threading.CancellationToken cancellationToken = default);
abstract member SetTwoFactorEnabledAsync : 'User * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetTwoFactorEnabledAsync : 'User * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetTwoFactorEnabledAsync (user As TUser, enabled As Boolean, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- user
- TUser
The user whose two factor authentication enabled status should be set.
- enabled
- Boolean
A flag indicating whether the specified user
has two factor authentication enabled.
- cancellationToken
- CancellationToken
The CancellationToken used to propagate notifications that the operation should be canceled.
Returns
The Task that represents the asynchronous operation.