Skip to main content

IntrospectionRequest.Parameters Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Model.IntrospectionRequest

IntrospectionRequest.Parameters Class

Wire-level parameter names accepted at the OAuth 2.0 introspection endpoint (RFC 7662 §2.1).

public static class IntrospectionRequest.Parameters

Inheritance System.Object → Parameters

Fields

IntrospectionRequest.Parameters.Token Field

The token introspection request parameter carrying the token to be inspected.

public const string Token = "token";

Field Value

System.String

IntrospectionRequest.Parameters.TokenTypeHint Field

The token_type_hint introspection request parameter advising which token type the server should try first.

public const string TokenTypeHint = "token_type_hint";

Field Value

System.String