OAuth - TypeScript SDK
OAuth - TypeScript SDK
OAuth method reference
OAuth - TypeScript SDK
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
OAuth authentication endpoints
Exchange an authorization code from the PKCE flow for a user-controlled API key
The standalone function version of this method:
Promise<operations.ExchangeAuthCodeForAPIKeyResponse>
Create an authorization code for the PKCE flow to generate a user-controlled API key
The standalone function version of this method:
Promise<operations.CreateAuthKeysCodeResponse>