• Sets the API to use API Key authentication

    Example

    sdk.Configuration.setAPIKey('api_key_....');
    

    Parameters

    • token: string
    • env: "dev" | "prod" = 'prod'

    Returns void

Generated using TypeDoc