Token introspection

Send an access token (opaque or JWT) to the introspection endpoint to ask the authorization server whether it is still active.

The client authenticating the introspection call, not the client the token was issued to
Requests the RFC 9701 JWT response format (Accept: application/token-introspection+jwt) instead of plain JSON.