TlsConfig constructor
const
TlsConfig({})
Creates a TLS configuration.
Implementation
const TlsConfig({
this.caCertificateFile,
this.clientCertificateFile,
this.clientKeyFile,
this.allowInsecure = false,
});
Creates a TLS configuration.
const TlsConfig({
this.caCertificateFile,
this.clientCertificateFile,
this.clientKeyFile,
this.allowInsecure = false,
});