setBasicAuthCredentials

abstract fun setBasicAuthCredentials(apiUserId: String, apiKey: String)

Set the basic authentication credentials.

Parameters

apiUserId

The API user ID.

apiKey

The API key.