Hierarchy

  • CookieOptions

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

Generated using TypeDoc