Revoke token
Invalidates a previously issued Access Manager token.
Path Parameters |
---|
sub_key string — REQUIREDYour app's subscribe key from Admin Portal. |
token string — REQUIREDAn existing Access Manager token. Example:
|
Query Parameters |
---|
timestamp integer — REQUIREDUnix epoch timestamp used as a nonce for signature computation. Must have no more than ± 60 second offset from NTP. This is not associated with the TTL at all. Example:
|
signature string — REQUIREDUsed to verify the request was signed with the secret key associated with the subscribe key. For information on how to compute the signature, refer to Signature generation. Example:
|
uuid stringA UTF-8 encoded string of up to 92 characters used to identify the client. Example:
|
Responses | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
200 Revoke request was successful.
| ||||||||||
400 Error validating inputs, like an invalid or expired token.
| ||||||||||
403 Invalid signature, like a wrong secret key or character set encoding for signature computation.
| ||||||||||
503 Internal server error, like backend database system being unavailable.
|