Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/graphql   js

Repository URL to install this package:

Version: 9.0.35-framework 

/ dist / bootstrapper / config / cookieConfig.d.ts

/**
 * @todo @fixme @error - 47 ONLY WORKS FOR PROFILE INFORMATION!!!
 * @see sessionContainer
 * @see api.proxy
 */
export declare const cookieConfig: {
    isLoggedIn: string;
    demostageId: string;
    guestNamespace: string;
    registeredNamespace: string;
    buyerAdminNamespace: string;
    sessionIdNamespace: string;
    storeIdNamespace: string;
    readonly serverCookie: string;
    readonly authCookies: string;
    old: {
        readonly registered: string;
        readonly guest: string;
    };
    env: {
        readonly registered: string;
        readonly guest: string;
    };
    readonly registered: string;
    readonly guest: string;
};