1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #27378 from github/OAuthDeleteToken

Delete individual OAuth app tokens
This commit is contained in:
Jenni Christensen
2022-05-10 12:00:08 -07:00
committed by GitHub

View File

@@ -54,6 +54,8 @@ Once an authorization is revoked, any tokens associated with the authorization w
The owner of an {% data variables.product.prodname_oauth_app %} can revoke an account's authorization of their app, this will also revoke any tokens associated with the authorization. For more information about revoking authorizations of your OAuth app, see "[Delete an app authorization](/rest/reference/apps#delete-an-app-authorization)."
{% data variables.product.prodname_oauth_app %} owners can also revoke individual tokens associated with an authorization. For more information about revoking individual tokens for your OAuth app, see "[Delete an app token](/rest/apps/oauth-applications#delete-an-app-token)".
## Token revoked due to excess of tokens for an {% data variables.product.prodname_oauth_app %} with the same scope
{% data reusables.apps.oauth-token-limit %}