Server.prototype.getTicketKeys - Node documentation
method Server.prototype.getTicketKeys

Usage

import { Server } from "node:tls";

Returns the session ticket keys.

See Session Resumption for more information.

Return Type

Buffer

A 48-byte buffer containing the session ticket keys.