@auth0/nextjs-auth0 - v4.6.1
    Preparing search index...

    Interface CookieOptions

    interface CookieOptions {
        domain?: string;
        httpOnly: boolean;
        maxAge?: number;
        path: string;
        sameSite: "lax" | "strict" | "none";
        secure: boolean;
        transient?: boolean;
    }
    Index

    Properties

    domain?: string
    httpOnly: boolean
    maxAge?: number
    path: string
    sameSite: "lax" | "strict" | "none"
    secure: boolean
    transient?: boolean