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