3 references to TwoFactorRecoveryCode
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (2)
972_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result, SignInType.TwoFactorRecoveryCode, isPersistent: false); 978_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result: null, SignInType.TwoFactorRecoveryCode, isPersistent: false, ex);
SignInManagerMetrics.cs (1)
180SignInType.TwoFactorRecoveryCode => "two_factor_recovery_code",