Saltar al contenido
Abblix
Esta página aún no está traducida.

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.

C#
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>