1 override of RedirectToLogin
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
63
public override async Task
RedirectToLogin
(RedirectContext<CookieAuthenticationOptions> context)
2 references to RedirectToLogin
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
483
await Events.
RedirectToLogin
(redirectContext);
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
65
await GetInnerEvents(context.HttpContext).
RedirectToLogin
(context);