4 references to Password
Microsoft.AspNetCore.Identity (4)
SignInManager.cs (3)
430
_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result, SignInType.
Password
, isPersistent);
436
_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result: null, SignInType.
Password
, isPersistent, ex);
457
_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, SignInResult.Failed, SignInType.
Password
, isPersistent);
SignInManagerMetrics.cs (1)
179
SignInType.
Password
=> "password",