5 references to AuthenticatorTokenProvider
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
284if (!await userManager.VerifyTwoFactorTokenAsync(user, userManager.Options.Tokens.AuthenticatorTokenProvider, tfaRequest.TwoFactorCode))
SignInManager.cs (1)
918if (await UserManager.VerifyTwoFactorTokenAsync(user, Options.Tokens.AuthenticatorTokenProvider, code))
Microsoft.Extensions.Identity.Core (3)
TokenOptions.cs (3)
29/// Default token provider name used by the <see cref="AuthenticatorTokenProvider"/>. 71/// Gets or sets the <see cref="AuthenticatorTokenProvider"/> used to validate two factor sign ins with an authenticator. 74/// The <see cref="AuthenticatorTokenProvider"/> used to validate two factor sign ins with an authenticator.