TlsOptions.pskIdentityHint - Node documentation
property TlsOptions.pskIdentityHint

Usage in Deno

import { type TlsOptions } from "node:tls";

hint to send to a client to help with selecting the identity during TLS-PSK negotiation. Will be ignored in TLS 1.3. Upon failing to set pskIdentityHint tlsClientError will be emitted with ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED code.

Type

string | undefined