Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SignedCookieStoreOptions

import type { SignedCookieStoreOptions } from "https://raw.githubusercontent.com/worker-tools/signed-cookie-store/master/index.ts";
interface SignedCookieStoreOptions {
keyring?: readonly CryptoKey[];
}

§Properties

§
keyring?: readonly CryptoKey[]
[src]

One or more crypto keys that were previously used to sign cookies. SignedCookieStore will try to verify the signature using these, but they are not used for signing.