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
SubjectId
The subject ID
public string SubjectId { get; set; }
Property Value
Type
Indicates the type of request.
public SessionValidationType Type { get; set; }