Interface ApiKeyConfig

Config for authentication with API key.

interface ApiKeyConfig {
    apiKeyString?: string;
}

Properties

Properties

apiKeyString?: string

The API key to be used in the request directly.