Table of Contents

Interface IIntrospectionResponseGenerator

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

Interface for introspection response generator

public interface IIntrospectionResponseGenerator

Methods

ProcessAsync(IntrospectionRequestValidationResult)

Processes the response.

Task<Dictionary<string, object>> ProcessAsync(IntrospectionRequestValidationResult validationResult)

Parameters

validationResult IntrospectionRequestValidationResult

The validation result.

Returns

Task<Dictionary<string, object>>