Situm SDK JS
    Preparing search index...

    Type Alias SDKConfiguration

    type SDKConfiguration = {
        auth?: AuthConfiguration;
        autoRenewSession?: boolean;
        compact?: boolean;
        domain?: string;
        lang?: string;
        onAuthSessionChange?: OnAuthSessionChange;
        timeouts?: Record<string, number>;
        version?: string;
    }
    Index

    Properties

    autoRenewSession?: boolean

    Renews the session on a timer, ahead of its expiration. Keeps a pending timer alive, so consumers must call dispose() when done.

    compact?: boolean
    domain?: string
    lang?: string
    onAuthSessionChange?: OnAuthSessionChange
    timeouts?: Record<string, number>
    version?: string