Table of Contents

Class IntrospectionRequestValidationContext

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

Context for validating an introspection request.

public class IntrospectionRequestValidationContext
Inheritance
IntrospectionRequestValidationContext
Inherited Members

Constructors

IntrospectionRequestValidationContext()

public IntrospectionRequestValidationContext()

Properties

Api

The ApiResource that is making the request

public ApiResource? Api { get; set; }

Property Value

ApiResource

Client

The Client that is making the request

public Client? Client { get; set; }

Property Value

Client

Parameters

The request parameters

public NameValueCollection Parameters { get; set; }

Property Value

NameValueCollection