method Server.prototype.getTicketKeys Usage in Deno```typescript import { Server } from "node:node__tls.d.ts"; ``` 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.