BackendServiceTlsSettings constructor

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

Implementation

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