Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 token

  • token_id: the token to update

...

User revocation of a particular access token

Endpoint: POST /oauth2/grantedClients/:client_id/tokenstoken/:token_id/revoke
Request Parameters:

...