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

    Interface CookieOptions

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

    Properties

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