Introspected

@SerialName(value = "introspected_token")
class Introspected : OidcToken(source)

Token principal from an access token validated via RFC 7662 introspection.

Introspection accepts both opaque tokens and JWT-formatted access tokens. Configure bearer { introspection { } } to enable the introspection Bearer scheme.

Report a problem

Properties

Link copied to clipboard

normalized introspection response returned by the authorization server.

Link copied to clipboard

access token value presented to the resource server.