3 references to TwoFactorAuthenticator
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (2)
1053_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result, SignInType.TwoFactorAuthenticator, isPersistent); 1059_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result: null, SignInType.TwoFactorAuthenticator, isPersistent, ex);
SignInManagerMetrics.cs (1)
181SignInType.TwoFactorAuthenticator => "two_factor_authenticator",