From 6fde7507aa71a2eb943d0c3e4fec320ad9568e09 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 20 Jan 2020 02:32:51 +0100 Subject: [PATCH] 2020-01-20 --- docs/classmastodonpp_1_1Instance_1_1ObtainToken.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

Parameters
codeThe authorization code you got from the user.