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