Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CookieOptions

Index

Properties

domain?: string
encode?: (val: string) => string

Type declaration

    • (val: string): string
    • Parameters

      • val: string

      Returns string

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