Skip to main content
method Server.prototype.getTicketKeys
Server.prototype.getTicketKeys(): Buffer
Deprecated

Returns the session ticket keys.

See Session Resumption for more information.

Return Type

Buffer

A 48-byte buffer containing the session ticket keys.

Back to top