@stigg/js-client-sdk - v3.92.2

    Type Alias ClientConfiguration

    type ClientConfiguration = {
        apiKey: string;
        baseEdgeUri?: string;
        baseUri?: string;
        cacheTtlMs?: number;
        clientName?: string;
        clientVersion?: string;
        customerId?: string | null;
        customerToken?: string | null;
        enableEdge?: boolean;
        entitlementPollingInterval?: number;
        entitlementsFallback?: EntitlementsFallback;
        lazyLoad?: boolean;
        logConfiguration?: LogConfiguration;
        offline?: boolean;
        resourceId?: string | null;
        useEntitlementPolling?: boolean;
    }
    Index

    Properties

    apiKey: string
    baseEdgeUri?: string
    baseUri?: string
    cacheTtlMs?: number
    clientName?: string
    clientVersion?: string
    customerId?: string | null
    customerToken?: string | null
    enableEdge?: boolean
    entitlementPollingInterval?: number

    not longer in use

    entitlementsFallback?: EntitlementsFallback
    lazyLoad?: boolean
    logConfiguration?: LogConfiguration
    offline?: boolean
    resourceId?: string | null
    useEntitlementPolling?: boolean

    not longer in use

    MMNEPVFCICPMFPCPTTAAATR