Table of Contents

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

string

Terminated

public const string Terminated = "terminated"

Field Value

string

UserLogout

public const string UserLogout = "user_logout"

Field Value

string