Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/user_related_apis_versioned/scopes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ an access token. When requesting an accessing token, clients should also request
interested in getting access to. If the APIs are user-related, the user will need to consent to
granting access to the scopes your app is requesting first.

## Standard OAuth2

| Scope | Description |
| -------------- | ------------------------------ |
| openid | OpenID Connect authentication |
| offline_access | Allows obtaining refresh tokens |

## Content

| Scope | Description |
Expand Down