Skip to content

CookieOptions

Defined in: src/util/types.ts:97

optional domain: string

Defined in: src/util/types.ts:102


optional expires: Date

Defined in: src/util/types.ts:99


optional httpOnly: boolean

Defined in: src/util/types.ts:100


optional maxAge: number

Defined in: src/util/types.ts:98


optional path: string

Defined in: src/util/types.ts:103


optional priority: "low" | "medium" | "high" | "Low" | "Medium" | "High"

Defined in: src/util/types.ts:105


optional sameSite: boolean | "lax" | "strict" | "none" | "Lax" | "Strict" | "None"

Defined in: src/util/types.ts:104


optional secure: boolean

Defined in: src/util/types.ts:101