4 references to VerifyTwoFactorTokenAsync
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
511
if (await UserManager.
VerifyTwoFactorTokenAsync
(user, Options.Tokens.AuthenticatorTokenProvider, code))
552
if (await UserManager.
VerifyTwoFactorTokenAsync
(user, provider, code))
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (1)
133
var is2faTokenValid = await _userManager.
VerifyTwoFactorTokenAsync
(
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (1)
133
var is2faTokenValid = await _userManager.
VerifyTwoFactorTokenAsync
(