3 references to Passkey
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (2)
646
_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result, SignInType.
Passkey
, isPersistent: false, startTimestamp);
652
_metrics?.AuthenticateSignIn(typeof(TUser).FullName!, AuthenticationScheme, result: null, SignInType.
Passkey
, isPersistent: false, startTimestamp, ex);
SignInManagerMetrics.cs (1)
211
SignInType.
Passkey
=> "passkey",