1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/rest/oauth-authorizations.md
2022-08-02 08:21:43 +10:00

18 lines
764 B
Markdown

---
title: OAuth authorizations
intro: The OAuth authorizations lets you manage the access OAuth applications have to your account.
versions:
ghes: '*'
topics:
- API
miniTocMaxHeadingLevel: 3
redirect_from:
- /rest/reference/oauth-authorizations
---
## About the OAuth authorizations API
You can use this API to manage the access OAuth applications have to your account. You can only access this API via [Basic Authentication](/rest/overview/other-authentication-methods#basic-authentication) using your username and password, not tokens.
If you or your users have two-factor authentication enabled, make sure you understand how to [work with two-factor authentication](/rest/overview/other-authentication-methods#working-with-two-factor-authentication).