tlsServerName property
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;
TLSServerName is used to check server certificate. If TLSServerName is empty, the hostname used to contact the server is used.
@JsonKey(name: 'tls-server-name')
final String? tlsServerName;