Interface CookieOptions

Hierarchy

  • CookieOptions

Properties

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

Generated using TypeDoc