1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Merge pull request #24238 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-03-01 12:03:26 -08:00
committed by GitHub

View File

@@ -1,9 +1,7 @@
---
title: OAuth Apps
title: OAuth Authorizations
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to interact with {% data
variables.product.prodname_oauth_apps %}
intro: 'Use the REST API to interact with {% data variables.product.prodname_oauth_apps %} and OAuth authorizations of {% data variables.product.prodname_github_apps %}'
topics:
- API
versions:
@@ -14,9 +12,10 @@ versions:
autogenerated: rest
---
## About {% data variables.product.prodname_oauth_apps %}
## About {% data variables.product.prodname_oauth_apps %} and OAuth authorizations of {% data variables.product.prodname_github_apps %}
You can use these endpoints to manage the OAuth tokens that {% data variables.product.prodname_oauth_app %} uses to access people's accounts on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}.
You can use these endpoints to manage the OAuth tokens that {% data variables.product.prodname_oauth_apps %} or {% data variables.product.prodname_github_apps %} use to access people's accounts on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}.
Tokens for {% data variables.product.prodname_oauth_apps %} have the prefix `gho_`, while OAuth tokens for {% data variables.product.prodname_github_apps %}, used for authenticating on behalf of the user, have the prefix `ghu_`. You can use the following endpoints for both types of OAuth tokens.
<!-- Content after this section is automatically generated -->
<!-- Content after this section is automatically generated -->