Interface CookieAttributes

Hierarchy

  • CookieAttributes

Properties

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

Generated using TypeDoc