Skip to main content
SecureContextOptions.ticketKeys - tls - Node documentation
property SecureContextOptions.ticketKeys

Usage in Deno

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

48-bytes of cryptographically strong pseudo-random data. See Session Resumption for more information.

Type

Buffer | undefined