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

    Variable SessionCookieMetadataModeEnumConst

    SessionCookieMetadataModeEnum: {
        NonPersistent: "non-persistent";
        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.

    Type Declaration

    • ReadonlyNonPersistent: "non-persistent"
    • ReadonlyPersistent: "persistent"