Skip to content

Commit 54d119a

Browse files
authored
Fix OAuth App mentions (#2615)
1 parent 1a4109e commit 54d119a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/developers/apps/authorizing-oauth-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Exchange this `code` for an access token:
7474

7575
Name | Type | Description
7676
-----|------|--------------
77-
`client_id` | `string` | **Required.** The client ID you received from {% data variables.product.product_name %} for your {% data variables.product.prodname_github_app %}.
78-
`client_secret` | `string` | **Required.** The client secret you received from {% data variables.product.product_name %} for your {% data variables.product.prodname_github_app %}.
77+
`client_id` | `string` | **Required.** The client ID you received from {% data variables.product.product_name %} for your {% data variables.product.prodname_oauth_app %}.
78+
`client_secret` | `string` | **Required.** The client secret you received from {% data variables.product.product_name %} for your {% data variables.product.prodname_oauth_app %}.
7979
`code` | `string` | **Required.** The code you received as a response to Step 1.
8080
`redirect_uri` | `string` | The URL in your application where users are sent after authorization.
8181
`state` | `string` | The unguessable random string you provided in Step 1.

0 commit comments

Comments
 (0)