IntrospectInfo

sealed class IntrospectInfo

Token introspection response per RFC 7662.

Callers should check active first. When active, claims such as scope, client_id, username, exp, etc. are accessible via the ClaimsProvider delegation on Active.

Inheritors

Types

Link copied to clipboard

An active token with claims returned by the Authorization Server.

Link copied to clipboard

An inactive (revoked or expired) token. No claims are available.

Properties

Link copied to clipboard

true if the introspected token is currently active, false if it has been revoked or expired.