BackendServiceTlsSettings constructor
BackendServiceTlsSettings({
- String? authenticationConfig,
- String? identity,
- String? sni,
- List<
BackendServiceTlsSettingsSubjectAltName> subjectAltNames = const [],
Implementation
BackendServiceTlsSettings({
this.authenticationConfig,
this.identity,
this.sni,
this.subjectAltNames = const [],
}) : super(fullyQualifiedName);