BackendServiceTlsSettings constructor

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

Implementation

BackendServiceTlsSettings({
  this.authenticationConfig,
  this.identity,
  this.sni,
  this.subjectAltNames = const [],
}) : super(fullyQualifiedName);