Skip to content

Commit e6e7084

Browse files
authored
[codex] Add OAuth scopes to docs (#127)
* add OAuth scopes to docs * remove profile from OAuth scope docs
1 parent 82f551c commit e6e7084

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎docs/user_related_apis_versioned/scopes.mdx‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ an access token. When requesting an accessing token, clients should also request
1010
interested in getting access to. If the APIs are user-related, the user will need to consent to
1111
granting access to the scopes your app is requesting first.
1212

13+
## Standard OAuth2
14+
15+
| Scope | Description |
16+
| -------------- | ------------------------------ |
17+
| openid | OpenID Connect authentication |
18+
| offline_access | Allows obtaining refresh tokens |
19+
1320
## Content
1421

1522
| Scope | Description |

0 commit comments

Comments
 (0)