2020-01-20

This commit is contained in:
tastytea 2020-01-20 02:32:51 +01:00
parent 4ba385c7cb
commit 6fde7507aa
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -284,7 +284,7 @@ Additional Inherited Members</h2></td></tr>
<p>Creates a token via <code>/oauth/token</code>. </p>
<p>The <code>body</code> of the returned <a class="el" href="structmastodonpp_1_1answer__type.html">answer </a> contains only the access token, not the whole JSON response.</p>
<p>The access token will be set in the <a class="el" href="classmastodonpp_1_1Instance.html" title="Holds the access data of an instance.">Instance</a> you initialized <a class="el" href="classmastodonpp_1_1Instance_1_1ObtainToken.html" title="Simplifies obtaining an OAuth 2.0 Bearer Access Token.">ObtainToken</a> with.</p>
<p>The access token will be set in the <a class="el" href="classmastodonpp_1_1Instance.html" title="Holds the access data of an instance.">Instance</a> you initialized this <a class="el" href="classmastodonpp_1_1Instance_1_1ObtainToken.html" title="Simplifies obtaining an OAuth 2.0 Bearer Access Token.">ObtainToken</a> with.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">code</td><td>The authorization code you got from the user.</td></tr>