1 override of RedirectToLogout
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
58public override async Task RedirectToLogout(RedirectContext<CookieAuthenticationOptions> context)
1 reference to RedirectToLogout
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
60await GetInnerEvents(context.HttpContext).RedirectToLogout(context);