8 references to Events
Microsoft.AspNetCore.Authentication.Cookies (8)
CookieAuthenticationHandler.cs (8)
107
await
Events
.CheckSlidingExpiration(eventContext);
214
await
Events
.ValidatePrincipal(context);
327
await
Events
.SigningIn(signInContext);
371
await
Events
.SignedIn(signedInContext);
402
await
Events
.SigningOut(context);
442
await
Events
.RedirectToReturnUrl(
471
await
Events
.RedirectToAccessDenied(redirectContext);
485
await
Events
.RedirectToLogin(redirectContext);