Skip to main content

AuthorizationResponse Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.Authorization.Interfaces

AuthorizationResponse Class

Represents the response to an authorization request. This abstract record serves as a base for specific authorization response implementations. It should be inherited by classes that define the detailed structure and behavior of different types of authorization responses.

public abstract record AuthorizationResponse : System.IEquatable<Abblix.Oidc.Server.Endpoints.Authorization.Interfaces.AuthorizationResponse>

Inheritance System.Object → AuthorizationResponse

Derived
AccountSelectionRequired
ClientDeliveredResponse
ConsentRequired
InteractionRequired
LoginRequired
RegistrationRequired
PushedAuthorizationResponse

Implements System.IEquatable<AuthorizationResponse>