Authorize Keyrings (POST)

OAuth2 authorization callback.

Headers

AuthorizationstringRequired

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

Request

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

Errors