oauth.logout
XmlRpc Api > OAuth > oauth.logout
Once the user had used the services, this one can sign off.
Signature:
oauth.authorize
Call:
URL: http://xmlrpc.renderfarm.fi/oauth.logout
Method: POST only
Protocol: OAuth v1.0 using HMAC-SHA1 for signing the requests
Transport: HTTP
Parameters:
Expected parameters are as defined in the protocol:
- oauth_consumer_key: the consumer key provided by Renderfarm
- oauth_token: the access token obtained previously
- oauth_signature_method: the method used to sign the request, in our case "HMAC-SHA1"
- oauth_signature: the signature
- oauth_timestamp: the timestamp in seconds
- oauth_nonce: a non reproducable value. Can be produced thanks to the timestamps in milliseconds.
Exceptions:
If anything goes wrong such as the signing of the request of the wrong signature method being used.
Returns:
Nothing. The access token isn't granted from now on.
Sample response:
yada yada yada ... (...)
