MasterAuth constructor

MasterAuth({
  1. String? clientCertificate,
  2. ClientCertificateConfig? clientCertificateConfig,
  3. String? clientKey,
  4. String? clusterCaCertificate,
  5. String? password,
  6. String? username,
})

Implementation

MasterAuth({
  this.clientCertificate,
  this.clientCertificateConfig,
  this.clientKey,
  this.clusterCaCertificate,
  this.password,
  this.username,
});