Skip to main content

Overview

OAuth authentication endpoints

Available Operations

exchangeAuthCodeForAPIKey

Exchange an authorization code from the PKCE flow for a user-controlled API key

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.ExchangeAuthCodeForAPIKeyResponse>

Errors

createAuthCode

Create an authorization code for the PKCE flow to generate a user-controlled API key

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.CreateAuthKeysCodeResponse>

Errors