Introduction to OIDC Server
Implemented StandardsTechnical Requirements
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.Authorization.InterfacesAccountSelectionRequiredAuthorizationEndpointMetadataAuthorizationErrorAuthorizationRequestValidationErrorAuthorizationResponseAuthorizationResponse.ParametersClientDeliveredResponseConsentRequiredIAuthorizationHandlerIAuthorizationRequestProcessorIAuthorizationRequestValidatorIAuthorizationResponseBuilderIAuthorizationResponseEncoderInteractionRequiredLoginRequiredRegistrationRequiredSuccessfullyAuthenticatedValidAuthorizationRequest
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.
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>