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)
180
SignInType.
TwoFactorRecoveryCode
=> "two_factor_recovery_code",