Table of Contents

Class SessionValidationRequest

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

Models request to validation a session from a client.

public class SessionValidationRequest
Inheritance
SessionValidationRequest
Inherited Members

Constructors

SessionValidationRequest()

public SessionValidationRequest()

Properties

Client

The client making the request.

public Client Client { get; set; }

Property Value

Client

SessionId

The session ID

public string SessionId { get; set; }

Property Value

string

SubjectId

The subject ID

public string SubjectId { get; set; }

Property Value

string

Type

Indicates the type of request.

public SessionValidationType Type { get; set; }

Property Value

SessionValidationType