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