2 references to TwoFactorCode
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (2)
278
if (string.IsNullOrEmpty(tfaRequest.
TwoFactorCode
))
284
if (!await userManager.VerifyTwoFactorTokenAsync(user, userManager.Options.Tokens.AuthenticatorTokenProvider, tfaRequest.
TwoFactorCode
))