Nyora (JavaScript) - v2.0.3
    Preparing search index...

    Interface SyncOptions

    Options for constructing a NyoraSync.

    interface SyncOptions {
        baseUrl?: string;
        timeoutMs?: number;
        tokenPath?: string | null;
    }
    Index

    Properties

    baseUrl?: string

    Sync server base URL. Defaults to SYNC_BASE_URL or NYORA_SYNC_URL.

    timeoutMs?: number

    Per-request timeout in ms.

    tokenPath?: string | null

    File to persist tokens to. null disables persistence.