Class TokenRevocationRequestValidationResult
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Models the validation result of access tokens and id tokens.
public class TokenRevocationRequestValidationResult : ValidationResult
- Inheritance
-
TokenRevocationRequestValidationResult
- Inherited Members
Constructors
TokenRevocationRequestValidationResult()
public TokenRevocationRequestValidationResult()
Properties
Client
Gets or sets the client.
public Client Client { get; set; }
Property Value
- Client
The client.
Token
Gets or sets the token.
public string Token { get; set; }
Property Value
- string
The token.
TokenTypeHint
Gets or sets the token type hint.
public string TokenTypeHint { get; set; }
Property Value
- string
The token type hint.