Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/http/cookie_map.ts>KeyRing

Deno standard library
Go to Latest
type alias KeyRing
Deprecated
Deprecated

(will be removed after 0.210.0) Import from std/http/unstable_cookie_map.ts instead.

An interface which describes the methods that SecureCookieMap uses to sign and verify cookies.

import { type KeyRing } from "https://deno.land/std@0.205.0/http/cookie_map.ts";
deprecated
definition: KeyRing_