3 references to IsTwoFactorEnabledAsync
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
388
if (alwaysLockout || !await
IsTwoFactorEnabledAsync
(user) || await IsTwoFactorClientRememberedAsync(user))
821
if (!bypassTwoFactor && await
IsTwoFactorEnabledAsync
(user))
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
499
var result = await helper.
IsTwoFactorEnabledAsync
(user);