metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface SceneAccessCookieStoreOptions

    interface SceneAccessCookieStoreOptions {
        authToken?: string;
        fetch?: (
            input: string | URL | Request,
            init?: RequestInit,
        ) => Promise<Response>;
    }
    Index
    authToken?: string
    fetch?: (input: string | URL | Request, init?: RequestInit) => Promise<Response>