Table of Contents

Interface ITokenRevocationResponseGenerator

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

Interface for the userinfo response generator

public interface ITokenRevocationResponseGenerator

Methods

ProcessAsync(TokenRevocationRequestValidationResult)

Creates the revocation endpoint response and processes the revocation request.

Task<TokenRevocationResponse> ProcessAsync(TokenRevocationRequestValidationResult validationResult)

Parameters

validationResult TokenRevocationRequestValidationResult

The userinfo request validation result.

Returns

Task<TokenRevocationResponse>