MtlsConfig

data class MtlsConfig(val clientCertificateProvider: ClientCertificateProvider)

Mutual TLS configuration.

When configured, the SDK will present a client certificate during TLS handshake. This provides two-way authentication where both client and server verify each other.

Constructors

Link copied to clipboard
constructor(clientCertificateProvider: ClientCertificateProvider)

Properties

Link copied to clipboard

Provider for client certificate and private key.