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