Clarify documentation for Instance::ObtainToken::step_2().

This commit is contained in:
tastytea 2020-01-20 02:31:42 +01:00
parent 3d614afa72
commit 2c13f03a1c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -274,7 +274,8 @@ public:
* The `body` of the returned @link answer_type answer @endlink
* contains only the access token, not the whole JSON response.
*
* The access token will be set in the parent Instance.
* The access token will be set in the Instance you initialized
* this ObtainToken with.
*
* @param code The authorization code you got from the user.
*