Interface Cookie

Hierarchy

  • Cookie

Properties

domain: string
expires: number

Unix time in seconds.

httpOnly: boolean
name: string
path: string
sameSite: "Strict" | "Lax" | "None"
secure: boolean
value: string

Generated using TypeDoc