3 references to TwoFactor
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (2)
1117
_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result, SignInType.
TwoFactor
, isPersistent);
1123
_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result: null, SignInType.
TwoFactor
, isPersistent, ex);
SignInManagerMetrics.cs (1)
182
SignInType.
TwoFactor
=> "two_factor",