2 references to SigningIn
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (1)
327await Events.SigningIn(signInContext);
CookieSigningInContext.cs (1)
10/// Context object passed to the <see cref="CookieAuthenticationEvents.SigningIn(CookieSigningInContext)"/>.