Class IdentityServerConstants.BackChannelLogoutReasons
- Namespace
- Duende.IdentityServer
- Assembly
- Duende.IdentityServer.dll
public static class IdentityServerConstants.BackChannelLogoutReasons
- Inheritance
-
IdentityServerConstants.BackChannelLogoutReasons
- Inherited Members
Fields
SessionExpiration
public const string SessionExpiration = "session_expiration"
Field Value
Terminated
public const string Terminated = "terminated"
Field Value
UserLogout
public const string UserLogout = "user_logout"