Skip to content

Commit 3931cc2

Browse files
committed
Merge remote-tracking branch 'calavera/master'
2 parents 17caf40 + 267a82d commit 3931cc2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/v3/oauth.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ code
6363

6464
### Response
6565

66-
access\_token
67-
: _Required_ **string** - OAuth access token.
66+
<pre class="highlight"><code class="language-xml">&lt;OAuth&gt;
67+
&lt;token_type&gt;bearer&lt;/token_type&gt;
68+
&lt;access_token&gt;e72e16c7e42f292c6912e7710c838347ae178b4a&lt;/access_token&gt;
69+
&lt;/OAuth&gt;
70+
</code></pre>
6871

6972
### 3. Use the access token to access the API
7073

0 commit comments

Comments
 (0)