// Copyright (c) Duende Software. All rights reserved. // See LICENSE in the project root for license information. namespace IdentitySvc.Pages.Logout; public static class LogoutOptions { public static readonly bool ShowLogoutPrompt = true; public static readonly bool AutomaticRedirectAfterSignOut = false; }