...
Update metadata for a token
Endpoint: PUT /oauth2/grantedClientstoken/:clienttoken_id/tokens/:token_idmetadata
Request Parameters:
client_id
: the OAuth2 client that is associated with the tokentoken_id
: the token to update
...
User revocation of a particular access token
Endpoint: POST /oauth2/grantedClients/:client_id/tokenstoken/:token_id/revoke
Request Parameters:
...