3 references to TwoFactorRecoveryCode
Microsoft.AspNetCore.Identity (3)
Data\LoginRequest.cs (1)
25/// This is not required if a <see cref="TwoFactorRecoveryCode"/> is sent.
IdentityApiEndpointRouteBuilderExtensions.cs (2)
107else if (!string.IsNullOrEmpty(login.TwoFactorRecoveryCode)) 109result = await signInManager.TwoFactorRecoveryCodeSignInAsync(login.TwoFactorRecoveryCode);