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)
181
SignInType.
TwoFactorAuthenticator
=> "two_factor_authenticator",