Table of Contents

Class ValidatedEndSessionRequest

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Represents a validated end session (logout) request

public class ValidatedEndSessionRequest : ValidatedRequest
Inheritance
ValidatedEndSessionRequest
Inherited Members

Constructors

ValidatedEndSessionRequest()

public ValidatedEndSessionRequest()

Properties

ClientIds

Ids of clients known to have an authentication session for user at end session time

public IEnumerable<string> ClientIds { get; set; }

Property Value

IEnumerable<string>

IsAuthenticated

Gets a value indicating whether this instance is authenticated.

public bool IsAuthenticated { get; }

Property Value

bool

true if this instance is authenticated; otherwise, false.

PostLogOutUri

Gets or sets the post-logout URI.

public string PostLogOutUri { get; set; }

Property Value

string

The post-logout URI.

State

Gets or sets the state.

public string State { get; set; }

Property Value

string

The state.

UiLocales

Gets or sets the UI locales.

public string UiLocales { get; set; }

Property Value

string

The UI locales.