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
NameValueCollectionThe parameters.
client
ClientThe client.