Add note about scopes in documentation for ObtainToken::step_1().
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-11-13 13:33:24 +01:00
parent 24cb2d523d
commit 4da6929392
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 0 deletions

View File

@ -271,6 +271,9 @@ public:
* The `body` of the returned @link answer_type answer @endlink
* contains only the URI, not the whole JSON response.
*
* Note that the required scopes may be different between Mastodon and
* other implementations, like Pleroma.
*
* @param client_name The name of your application.
* @param scopes Space separated list of scopes. Defaults to
* read if empty.