OAuth - Python SDK
OAuth method reference
(o_auth)
Overview
OAuth authentication endpoints
Available Operations
- exchange_auth_code_for_api_key - Exchange authorization code for API key
- create_auth_code - Create authorization code
exchange_auth_code_for_api_key
Exchange an authorization code from the PKCE flow for a user-controlled API key
Example Usage
Parameters
Response
operations.ExchangeAuthCodeForAPIKeyResponse
Errors
create_auth_code
Create an authorization code for the PKCE flow to generate a user-controlled API key
Example Usage
Parameters
Response
operations.CreateAuthKeysCodeResponse