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)
103
if (!string.IsNullOrEmpty(login.
TwoFactorCode
))
105
result = await signInManager.TwoFactorAuthenticatorSignInAsync(login.
TwoFactorCode
, isPersistent, rememberClient: isPersistent);