SymmetricKeyResponse

data class SymmetricKeyResponse(val connectionString: AsymmetricEncryptedSecretResponse? = null)

Symmetric key for authentication.

Constructors

Link copied to clipboard
constructor(connectionString: AsymmetricEncryptedSecretResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection string based on the symmetric key.