Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityServer.​ResponseHandling.​PushedAuthorizationFailure

Assembly: Duende.IdentityServer

Inheritance: object → PushedAuthorizationResponse → PushedAuthorizationFailure

Represents failure from the pushed authorization endpoint.

Properties

public required string
Error
The error code, as specified by RFC 9126, etc.
public required string
ErrorDescription
The error description: "human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred."
public string
DPoPNonce
The DPoP nonce header to emit, or null if no nonce is to be emitted.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object