import { type SecureCookieMapSetDeleteOptions } from "https://deno.land/x/oak_commons@0.13.0/cookie_map.ts";
Options which can be set when calling the .set()
or .delete()
method on a
SecureCookieMap
.
Properties
optional
expires: DateWhen the cookie expires.
Do not error when signing and validating cookies over an insecure connection.