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)
182SignInType.TwoFactor => "two_factor",