tlsServerName property

  1. @JsonKey(name: 'tls-server-name')
String? tlsServerName
final

TLSServerName is used to check server certificate. If TLSServerName is empty, the hostname used to contact the server is used.

Implementation

@JsonKey(name: 'tls-server-name')
final String? tlsServerName;