Class PushedAuthorizationFailure
- Namespace
- Duende.IdentityServer.ResponseHandling
- Assembly
- Duende.IdentityServer.dll
Represents failure from the pushed authorization endpoint.
public class PushedAuthorizationFailure : PushedAuthorizationResponse
- Inheritance
-
PushedAuthorizationFailure
- Inherited Members
Constructors
PushedAuthorizationFailure()
public PushedAuthorizationFailure()
Properties
Error
The error code, as specified by RFC 9126, etc.
public required string Error { get; set; }
Property Value
ErrorDescription
The error description: "human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred."
public required string ErrorDescription { get; set; }