OAuth
Initiate a device authorization flow.
Initiates the device authorization flow by returning a device code and user code. The device displays the user code to the merchant, who visits the verification URI to approve the request. RFC 8628.
Revoke this OAuth application.
Revokes the OAuth application associated with the specified client_id and token.
Exchange authorization code for access token.
The final leg in the OAuth process which exchanges the specified access token for the access code needed to make API calls.
Was this page helpful?