Authorize Keyrings
OAuth2 authorization callback.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
code
Code to exchange for an access token.
state
State value given to the authorization request.