You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/oauth.md
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -160,16 +160,17 @@ accepts.
160
160
161
161
Name | Description
162
162
-----|-----------|
163
-
`(no scope)`| Public read-only access (includes public user profile info, public repo info, and gists)
164
-
`user` |Read/write access to profile info only. Note: this scope includes`user:email` and`user:follow`.
165
-
`user:email`| Read access to a user's email addresses.
166
-
`user:follow`| Access to follow or unfollow other users.
167
-
`public_repo`| Read/write access to public repos and organizations.
168
-
`repo`| Read/write access to public and private repos and organizations.
169
-
`repo:status`| Read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses without granting access to the code. The`repo` and`public_repo` scopes already include access to commit status for private and public repositories, respectively.
170
-
`delete_repo`| Delete access to adminable repositories.
171
-
`notifications`| Read access to a user's notifications.`repo` is accepted too.
172
-
`gist`| Write access to gists.
163
+
`(no scope)`| Grants read-only access to public information (includes public user profile info, public repository info, and gists)
164
+
`user` | Grants read/write access to profile info only. Note that this scope includes`user:email` and`user:follow`.
165
+
`user:email`| Grants read access to a user's email addresses.
166
+
`user:follow`| Grants access to follow or unfollow other users.
167
+
`public_repo`| Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations.
168
+
`repo`| Grants read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations.
169
+
`repo:status`| Grants read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses*without* granting access to the code.
170
+
`repo:deployment`| Grants access to[deployment statuses][deployments] for public and private repositories. This scope is only necessary to grant other users or services access to deployment statuses,*without* granting access to the code.
171
+
`delete_repo`| Grants access to delete adminable repositories.
172
+
`notifications`| Grants read access to a user's notifications.`repo` also provides this access.
173
+
`gist`| Grants write access to gists.
173
174
174
175
NOTE: Your application can request the scopes in the initial redirection. You
175
176
can specify multiple scopes by separating them with a comma: