ts-lambda-api - v2.5.2
    Preparing search index...

    Interface CookieOptions

    interface CookieOptions {
        domain?: string;
        expires?: Date;
        httpOnly?: boolean;
        maxAge?: number;
        path?: string;
        sameSite?: boolean | "None" | "Strict" | "Lax";
        secure?: boolean;
    }
    Index

    Properties

    domain?: string
    expires?: Date
    httpOnly?: boolean
    maxAge?: number
    path?: string
    sameSite?: boolean | "None" | "Strict" | "Lax"
    secure?: boolean