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/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ If you opt into user access tokens that expire after you have already generated
50
50
Query parameter | Type | Description
51
51
-----|------|------------
52
52
`client_id` | `string` | **Required.** The client ID for your {% data variables.product.prodname_github_app %}. The client ID is different from the app ID. You can find the client ID on the settings page for your app.
53
-
`client_secret` | `string` | **Required.** The client secret for your {% data variables.product.prodname_github_app %}. You can generate a client secret on the settings page for your app.
53
+
`client_secret` | `string` | **Required**unless the user access token was generated using the device flow. The client secret for your {% data variables.product.prodname_github_app %}.
54
54
`grant_type` | `string` | **Required.** The value must be "refresh_token".
55
55
`refresh_token` | `string` | **Required.** The refresh token that you received when you generated a user access token.
0 commit comments