Skip to content

Commit

Permalink
Cross-link authorization's scope with the OAuth Scopes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed Oct 1, 2024
1 parent 0d7b2e5 commit fb058f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/methods/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ client_id
redirect_uri
: {{<required>}} String. Set a URI to redirect the user to. If this parameter is set to `urn:ietf:wg:oauth:2.0:oob` then the authorization code will be shown instead. Must match one of the `redirect_uris` declared during app registration.

scope
: String. List of requested OAuth scopes, separated by spaces (or by pluses, if using query parameters). Must be a subset of `scopes` declared during app registration. If not provided, defaults to `read`.
scope<
: String. List of requested [OAuth scopes]({{< relref "api/oauth-scopes" >}}), separated by spaces (or by pluses, if using query parameters). Must be a subset of `scopes` declared during app registration. If not provided, defaults to `read`.

state
: String. Arbitrary value to passthrough to your server when the user authorizes or rejects the authorization request.
Expand Down

0 comments on commit fb058f0

Please sign in to comment.