Class TokenErrorResponse
- Namespace
- Duende.IdentityServer.ResponseHandling
- Assembly
- Duende.IdentityServer.dll
Models a token error response
public class TokenErrorResponse
- Inheritance
-
TokenErrorResponse
- Inherited Members
Constructors
TokenErrorResponse()
public TokenErrorResponse()
Properties
Custom
Gets or sets the custom entries.
public Dictionary<string, object> Custom { get; set; }
Property Value
- Dictionary<string, object>
The custom.
DPoPNonce
The DPoP nonce header to emit.
public string DPoPNonce { get; set; }
Property Value
Error
Gets or sets the error.
public string Error { get; set; }
Property Value
- string
The error.
ErrorDescription
Gets or sets the error description.
public string ErrorDescription { get; set; }
Property Value
- string
The error description.