3 references to VerifyTwoFactorTokenAsync
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
284
if (!await userManager.
VerifyTwoFactorTokenAsync
(user, userManager.Options.Tokens.AuthenticatorTokenProvider, tfaRequest.TwoFactorCode))
SignInManager.cs (2)
918
if (await UserManager.
VerifyTwoFactorTokenAsync
(user, Options.Tokens.AuthenticatorTokenProvider, code))
982
if (await UserManager.
VerifyTwoFactorTokenAsync
(user, provider, code))