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