Authorize Keyrings

OAuth2 authorization callback.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

codestringRequiredformat: "text"
Code to exchange for an access token.
statestringRequiredformat: "text"
State value given to the authorization request.

Errors