3 references to TwoFactorCode
Microsoft.AspNetCore.Identity (3)
Data\LoginRequest.cs (1)
31/// This is required for users who have enabled two-factor authentication but lost access to their <see cref="TwoFactorCode"/>.
IdentityApiEndpointRouteBuilderExtensions.cs (2)
103if (!string.IsNullOrEmpty(login.TwoFactorCode)) 105result = await signInManager.TwoFactorAuthenticatorSignInAsync(login.TwoFactorCode, isPersistent, rememberClient: isPersistent);