oauth_token_introspection.rdoc

doc/oauth_token_introspection.rdoc
Last Update: 2024-04-05 12:58:59 +0000

Documentation for OAuth Token Introspection feature

The oauth_token_introspection feature implements the OAuth 2.0 Token Introspection.

tools.ietf.org/html/rfc7662

This feature depends on the oauth_base feature.

Auth Value Methods

introspect_route

the route for introspecting access tokens, defaults to introspect.

Auth methods

before_introspect_route

Run arbitrary code before the introspect route.

before_introspect

Run arbitrary code before introspecting a tokne.

resource_owner_identifier

function which returns the owner identifier from the grant record (or JWT claims).