Table of Contents

Interface ITokenRevocationRequestValidator

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Interface for the token revocation request validator

public interface ITokenRevocationRequestValidator

Methods

ValidateRequestAsync(NameValueCollection, Client)

Validates the request.

Task<TokenRevocationRequestValidationResult> ValidateRequestAsync(NameValueCollection parameters, Client client)

Parameters

parameters NameValueCollection

The parameters.

client Client

The client.

Returns

Task<TokenRevocationRequestValidationResult>