BackendServiceTlsSettings constructor

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

Implementation

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