ValidEndSessionRequest Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.EndSession.Interfaces
ValidEndSessionRequest Class
Represents a valid end-session request with the associated client information.
public record ValidEndSessionRequest : System.IEquatable<Abblix.Oidc.Server.Endpoints.EndSession.Interfaces.ValidEndSessionRequest>
Inheritance System.Object → ValidEndSessionRequest
Implements System.IEquatable<ValidEndSessionRequest>
Constructors
ValidEndSessionRequest(EndSessionRequest, ClientInfo) Constructor
Represents a valid end-session request with the associated client information.
public ValidEndSessionRequest(Abblix.Oidc.Server.Model.EndSessionRequest Model, Abblix.Oidc.Server.Features.ClientInformation.ClientInfo? ClientInfo);
Parameters
Model EndSessionRequest
ClientInfo ClientInfo
Properties
ValidEndSessionRequest.ClientInfo Property
The client information associated with the request.
public Abblix.Oidc.Server.Features.ClientInformation.ClientInfo? ClientInfo { get; init; }
Property Value
ValidEndSessionRequest.Model Property
The end-session request model.
public Abblix.Oidc.Server.Model.EndSessionRequest Model { get; init; }