Introspect token
Returns whether a token is active and metadata about the token. Send parameters as application/x-www-form-urlencoded.
Request
This endpoint expects an object.
token
The access or refresh token to introspect.
token_type_hint
Optional hint to help the server process the token faster.
Allowed values:
client_id
OAuth application client ID (uid).
client_secret
Required for confidential clients.
Response
OK
active
scope
client_id
token_type
The token type returned by OAuth2 token endpoints.
Allowed values:
exp
iat
nbf
sub
aud
iss
jti