Interface HTTPCookieOptions

Interface describing the available cookie options.

Hierarchy

  • HTTPCookieOptions

Properties

domain?: string
expires?: Date
httpOnly?: boolean
maxAge?: number
path?: string
sameSite?: "strict" | "lax" | "none-secure"
secure?: boolean
signed?: boolean