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