ConnectorProfileApiKeyCredentials

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val apiSecretKey: String? = null