Introspect Token
OAuth2 Token Introspection Endpoint (RFC 7662).
Token format includes embedded token_id for O(1) lookup, so client auth is optional.
Allows clients to check if a token is still valid and get metadata about it. Useful for determining if a user needs to re-authenticate.
Returns: - active: Whether the token is currently valid - exp: Expiration timestamp (Unix epoch) - iat: Issued at timestamp - scope: Space-separated list of scopes - client_id: The client that the token was issued to - username: The user's username - sub: The user's ID
Response
Successful Response
Changes
Changed in 2 of the 11 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 97 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲