oauth_2_0 |
OAuth2 is a protocol that lets external apps request authorization to private details in a user's GitHub account without getting their password. This is preferred over Basic Authentication because tokens can be limited to specific types of data, and can be revoked by users at any time.
This section contains the following subsections:
Unauthorized
Body not defined.authorizationUri | https://github.com/login/oauth/authorize |
accessTokenUri | https://github.com/login/oauth/access_token |
authorizationGrants |
|
scopes |
|