_oauthaccesstoken

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

ParameterRequiredDescription
oauth_consumer_keyYesThe consumer key. This value is generated by Bitbucket.
oauth_tokenYesThe oauth_token returned by the request_token call.
oauth_nonceYes

A random string, uniquely generated for each request. The nonce allows the Service Provider to verify that a request has never been made before and helps prevent replay attacks when requests are made over a non-secure channel (such as HTTP).

oauth_signatureYesThe signature as defined by the consumer. OAuth does not mandate a particular signature method, as each implementation can have its own unique requirements. Currently, Bitbucket only supports HMAC-SHA1 signatures.
oauth_signature_methodYesThe signature method the consumer used to sign the request. HMAC-SHA1 is the method supported by Bitbucket.
oauth_timestampYesThe number of seconds since January 1, 1970 00:00:00 GMT. The timestamp value MUST be a positive integer and MUST be equal or greater than the timestamp used in previous requests. If the timestamp is not within a five minutes either side of the actual current time, the request may be rejected.
oauth_verifierYes

This value is returned as a query parameter in the URL that the token authorization page redirects to after the user clicked "grant permission" on Bitbucket. For example:

http://localhost?oauth_verifier=0352671347&oauth_token=QAx6g4npas3tdARQUY
Last modified on Apr 18, 2013

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.