Skip to main content

IntrospectionSuccess.Parameters Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.Introspection.Interfaces.IntrospectionSuccess

IntrospectionSuccess.Parameters Class

Wire-level member names of the introspection response, as registered in the IANA "OAuth Token Introspection Response" registry (RFC 7662 §3.1).

public static class IntrospectionSuccess.Parameters

Inheritance System.Object → Parameters

Fields

IntrospectionSuccess.Parameters.Active Field

The active response member (RFC 7662 §2.2) reporting whether the token is currently active.

public const string Active = "active";

Field Value

System.String