method Server.prototype.getTicketKeys Usage in Denoimport { Server } from "node:tls"; Server.prototype.getTicketKeys(): Buffer Returns the session ticket keys. See Session Resumption for more information. Return Type Buffer A 48-byte buffer containing the session ticket keys.