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