1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/content/rest/oauth-authorizations.md
2022-04-28 16:59:56 +00:00

19 lines
788 B
Markdown

---
title: OAuth authorizations
intro: 'The OAuth authorizations lets you manage the access OAuth applications have to your account.'
versions:
fpt: '*'
ghec: '*'
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).