Documentation for OAuth Token Introspection feature
The oauth_token_introspection feature implements the OAuth 2.0 Token Introspection.
This feature depends on the oauth_base feature.
Auth Value Methods
| introspect_route |
the route for introspecting access tokens, defaults to |
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). |