ConnectionAuthParametersApiKeyAuthParameters

data class ConnectionAuthParametersApiKeyAuthParameters(val apiKeyName: String? = null, val apiKeyValue: String? = null)

Constructors

constructor(apiKeyName: String? = null, apiKeyValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiKeyName: String? = null

The name of the API key.

Link copied to clipboard
val apiKeyValue: String? = null

The value of the API key.