Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Type Alias SessionCookieMetadataModeEnum

    SessionCookieMetadataModeEnum: "non-persistent" | "persistent"

    [Private Early Access] The persistence mode of the session cookie. When set to "non-persistent" (ephemeral), the cookie will be deleted when the browser is closed. When set to "persistent", the cookie will be stored until it expires or is deleted by the user.