BackendServiceTlsSettings constructor

BackendServiceTlsSettings({
  1. String? authenticationConfig,
  2. String? identity,
  3. String? sni,
  4. List<BackendServiceTlsSettingsSubjectAltName>? subjectAltNames,
})

Implementation

BackendServiceTlsSettings({
  this.authenticationConfig,
  this.identity,
  this.sni,
  this.subjectAltNames,
});