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