...
Code Block |
---|
curl -k -v -d "token=<ACCESS_TOKEN_TO_BE_REVOKED>" -H "Authorization: Basic aFNOM3k0aVFHVUNVZnZvdmFrVXE1U3ExQ1RRYTpYMmRvVFZSeFhEN1FfT2xLOWtzQlB2UkJCbFVh" -H Content-Type: application/x-www-form-urlencoded http://localhost:8280/revoke |
Note | ||
---|---|---|
| ||
If you obtained an access token with the Implicit grant type, you do not have to provide the client secret to revoke it. The sample cURL command to revoke an access token with Implicit grant is given below.
|
You receive an empty response with the HTTP status as 200. The following HTTP headers are returned:
...