1 implementation of GetTwoFactorEnabledAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
777public virtual Task<bool> GetTwoFactorEnabledAsync(TUser user, CancellationToken cancellationToken = default(CancellationToken))
1 reference to GetTwoFactorEnabledAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2052return await store.GetTwoFactorEnabledAsync(user, CancellationToken).ConfigureAwait(false);