Add note about scopes in documentation for ObtainToken::step_1().
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
24cb2d523d
commit
4da6929392
|
@ -271,6 +271,9 @@ public:
|
||||||
* The `body` of the returned @link answer_type answer @endlink
|
* The `body` of the returned @link answer_type answer @endlink
|
||||||
* contains only the URI, not the whole JSON response.
|
* 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 client_name The name of your application.
|
||||||
* @param scopes Space separated list of scopes. Defaults to
|
* @param scopes Space separated list of scopes. Defaults to
|
||||||
* “read” if empty.
|
* “read” if empty.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user