OAuth - Go SDK
OAuth method reference
The Go SDK and docs are currently in beta. Report issues on GitHub.
Overview
OAuth authentication endpoints
Available Operations
- ExchangeAuthCodeForAPIKey - Exchange authorization code for API key
- CreateAuthCode - Create authorization code
ExchangeAuthCodeForAPIKey
Exchange an authorization code from the PKCE flow for a user-controlled API key
Example Usage
Parameters
Response
*operations.ExchangeAuthCodeForAPIKeyResponse, error
Errors
CreateAuthCode
Create an authorization code for the PKCE flow to generate a user-controlled API key
Example Usage
Parameters
Response
*operations.CreateAuthKeysCodeResponse, error