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