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