interface SetCookieOptions {
    http?: boolean;
    ignoreError?: boolean;
    now?: Date;
    secure?: boolean;
}

Properties

http?: boolean
ignoreError?: boolean
now?: Date
secure?: boolean