Skip to main content

getTicketKeys

method Server.prototype.getTicketKeys
Jump to headingServer.prototype.getTicketKeys(): Buffer

Returns the session ticket keys.

See Session Resumption for more information.

Return Type Jump to heading

Buffer

A 48-byte buffer containing the session ticket keys.

Back to top