Skip to main content
Module

x/shed/index.ts>EncryptedCookieStoreOptions

All Worker Tools under a single roof
Latest
interface EncryptedCookieStoreOptions
import { type EncryptedCookieStoreOptions } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

Properties

optional
keyring: readonly CryptoKey[]

One or more crypto keys that were previously used to encrypt cookies. EncryptedCookieStore will try to decrypt cookies using these, but they are not used for encrypting new cookies.