Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 13 OAuth Server : Revoke Token API

Revoke Token API
Send a revoke token request to remove the client permissions associated with a valid token.
Name
/access_token
Description
Revoke the permissions associated with a valid access token.
Revoke Token Request
To send a request to revoke an access, use the following parameters to the query component of the authorization endpoint URI using the "application/x-www-form-urlencoded" format:
Revoke Token Request Example
Send the following HTTP DELETE request to revoke an access token:

 
DELETE /asg/oauth2/access_token/{tokenID} HTTP/1.1
Host: server.example.com
Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW
Content-Type: application/x-www-form-urlencoded

 
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved