ClientCertificateSettings constructor

ClientCertificateSettings({
  1. String? passphrase,
  2. String? privateKey,
  3. String? tlsCertificate,
})

Implementation

ClientCertificateSettings({
  this.passphrase,
  this.privateKey,
  this.tlsCertificate,
});