OAuth 2.0 Token Introspection (RFC 7662)
OAuth2
OAuth 2.0 Token Introspection (RFC 7662)
Returns the active state and metadata of a token previously issued by this server. Only the issuing client may introspect its own tokens — all other cases return {"active": false}.
POST
OAuth 2.0 Token Introspection (RFC 7662)
Documentation Index
Fetch the complete documentation index at: https://docs.flexslot.gg/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/x-www-form-urlencoded
Response
RFC 7662 §2.2 introspection response.