1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/rest/apps/oauth-applications.md
2023-03-03 15:56:05 +00:00

1.1 KiB

title, allowTitleToDifferFromFilename, intro, topics, versions, autogenerated
title allowTitleToDifferFromFilename intro topics versions autogenerated
OAuth Authorizations true Use the REST API to interact with {% data variables.product.prodname_oauth_apps %} and OAuth authorizations of {% data variables.product.prodname_github_apps %}
API
fpt ghae ghec ghes
* * * *
rest

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_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.