Table of Contents

Class TokenRevocationResponse

Namespace
Duende.IdentityServer.ResponseHandling
Assembly
Duende.IdentityServer.dll

Models a token revocation response

public class TokenRevocationResponse
Inheritance
TokenRevocationResponse
Inherited Members

Constructors

TokenRevocationResponse()

public TokenRevocationResponse()

Properties

Error

Gets or sets an error (if present).

public string Error { get; set; }

Property Value

string

The error.

Success

Gets or sets a value indicating whether the token revocation was successful.

public bool Success { get; set; }

Property Value

bool

true if success; otherwise, false.

TokenType

Gets or sets the type of the token that was revoked.

public string TokenType { get; set; }

Property Value

string

The type of the token.