OidcIntrospectInfo

sealed class OidcIntrospectInfo

Introspect Info.

This provides a convenience mechanism for accessing information related to a Token introspection.

Types

Link copied to clipboard
class Active : OidcIntrospectInfo, ClaimsProvider

A model representing an active introspection, which includes the claims returned by the Authorization Server.

Properties

Link copied to clipboard
val active: Boolean

True if the introspected Token is active.

Inheritors

Link copied to clipboard