Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsin authored Apr 30, 2022
1 parent 3739122 commit feaca75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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, by sending the token to GitHub. For more information about revoking individual tokens for your OAuth app, see "[Delete an app token](rest/apps/oauth-applications#delete-an-app-token)".
{% data variables.product.prodname_oauth_app %} owners can also revoke individual tokens associated with an authorization, by sending the token to GitHub. 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

Expand Down

0 comments on commit feaca75

Please sign in to comment.