Component schema
O Auth Revocation Request
object1 direct reference
Definition
object
stringrequired
The token to be revoked.
stringrequired
The identifier of the client the token was issued to. RFC 7009 section 2.1 requires the revocation request to be authenticated as that client, so a token issued to a different client is left untouched (the response is still 200).
Hint about the type of the token being revoked. Helps the server optimize lookup.
"access_token""refresh_token"Used by 1
These schemas and endpoints reference this type directly.