Exchange OAuth Code
Exchange a GitHub OAuth code for an access token
Exchanges a GitHub OAuth authorization code for an access token.
Body
codestringrequired(body)
The authorization code received from the OAuth callback.
Response
Returns the GitHub access token response.
access_tokenstring
GitHub access token.
token_typestring
Token type (usually bearer).
scopestring
Granted OAuth scopes.