1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update GitHub App docs to not ask for state on Access Token exchange (#32438)

This commit is contained in:
Rahul Zhade
2022-11-10 08:08:48 -08:00
committed by GitHub
parent 5d1e8c2c6a
commit f54d01e643

View File

@@ -86,7 +86,6 @@ Name | Type | Description
`client_secret` | `string` | **Required.** The client secret for your GitHub App.
`code` | `string` | **Required.** The code you received as a response to Step 1.
`redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to {% ifversion fpt or ghes or ghec %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters.
`state` | `string` | The unguessable random string you provided in Step 1.
#### Response