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)
107
else if (!string.IsNullOrEmpty(login.
TwoFactorRecoveryCode
))
109
result = await signInManager.TwoFactorRecoveryCodeSignInAsync(login.
TwoFactorRecoveryCode
);