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
Copy file name to clipboardExpand all lines: content/v3/oauth.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Name | Type | Description
54
54
`client_secret`|`string` | **Required**. The client secret you received from GitHub when you [registered](https://github.com/settings/applications/new).
55
55
`code`|`string` | **Required**. The code you received as a response to [Step 1](#redirect-users-to-request-github-access).
56
56
`redirect_uri`|`string` | The URL in your app where users will be sent after authorization. See details below about [redirect urls](#redirect-urls).
57
+
`state`|`string` | The unguessable random string you optionally provided in [Step 1](#redirect-users-to-request-github-access).
0 commit comments