1 write to LogoutPath
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
56options.LogoutPath = CookieAuthenticationDefaults.LogoutPath;
3 references to LogoutPath
Microsoft.AspNetCore.Authentication.Cookies (3)
CookieAuthenticationHandler.cs (2)
410var shouldHonorReturnUrlParameter = Options.LogoutPath.HasValue && OriginalPath == Options.LogoutPath;
PostConfigureCookieAuthenticationOptions.cs (1)
54if (!options.LogoutPath.HasValue)