SetCookieOptions: {
    expires?: string;
    httpOnly?: boolean;
    key: string;
    secure?: boolean;
    val: string;
}

Type declaration

  • Optional expires?: string
  • Optional httpOnly?: boolean
  • key: string
  • Optional secure?: boolean
  • val: string

Generated using TypeDoc