diff --git a/docs/classmastodonpp_1_1Instance_1_1ObtainToken.html b/docs/classmastodonpp_1_1Instance_1_1ObtainToken.html index dc569bd..bf99287 100644 --- a/docs/classmastodonpp_1_1Instance_1_1ObtainToken.html +++ b/docs/classmastodonpp_1_1Instance_1_1ObtainToken.html @@ -284,7 +284,7 @@ Additional Inherited Members
Creates a token via /oauth/token
.
The body
of the returned answer contains only the access token, not the whole JSON response.
The access token will be set in the Instance you initialized ObtainToken with.
+The access token will be set in the Instance you initialized this ObtainToken with.
code | The authorization code you got from the user. |