2 references to SignInUserPrincipal
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
295
_metrics?.
SignInUserPrincipal
(typeof(TUser).FullName!, AuthenticationScheme, authenticationProperties.IsPersistent);
299
_metrics?.
SignInUserPrincipal
(typeof(TUser).FullName!, AuthenticationScheme, isPersistent: null, ex);