5 references to AuthenticatorTokenProvider
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
284
if (!await userManager.VerifyTwoFactorTokenAsync(user, userManager.Options.Tokens.
AuthenticatorTokenProvider
, tfaRequest.TwoFactorCode))
SignInManager.cs (1)
918
if (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.