ConnectorProfileApiKeyCredentials

data class ConnectorProfileApiKeyCredentials(val apiKey: String, val apiSecretKey: String? = null)

Constructors

Link copied to clipboard
constructor(apiKey: String, apiSecretKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The API key required for API key authentication.

Link copied to clipboard
val apiSecretKey: String? = null

The API secret key required for API key authentication.