Node.js SDK for digi.me
    Preparing search index...

    Interface PullSessionOptions

    interface PullSessionOptions {
        limits?: { duration?: { sourceFetch?: number } };
        scope?: CAScope;
        sourceFetch?: boolean;
        sourceFetchFilter?: SourceFetchFilter;
    }
    Index

    Properties

    limits?: { duration?: { sourceFetch?: number } }
    scope?: CAScope
    sourceFetch?: boolean

    If set to false user will be able to see only existing data, without refreshing the library. Default value is true.

    sourceFetchFilter?: SourceFetchFilter

    Trigger account data sync only for accounts matching session scope and specified filter