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