Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Options

CookieOptions used when creating cookies.

Hierarchy

  • Options

Index

Properties

Optional domain

domain: undefined | string

domain to associate the cookie with.

Optional expires

expires: undefined | number

expires datae.

Optional httpOnly

httpOnly: undefined | false | true

httpOnly indicates whether the cookie can not be accessed by client-side scripts.

Optional path

path: undefined | string

path the cookie belongs to.

Optional secure

secure: undefined | false | true

secure indicates whether the cookie requires SSL/TLS.

Generated using TypeDoc