@stigg/js-client-sdk - v4.6.0

    Type Alias GenerateDataExportScopedTokenInput

    Input for generating a scoped auth token for the data export embedded SDK

    type GenerateDataExportScopedTokenInput = {
        applicationOrigin: Scalars["String"];
        destination?: InputMaybe<Scalars["JSONObject"]>;
        enabledModels?: InputMaybe<Scalars["String"][]>;
        environmentId?: InputMaybe<Scalars["String"]>;
        integrationId: Scalars["String"];
    }
    Index

    Properties

    applicationOrigin: Scalars["String"]

    The FE origin the resulting token should be bound to

    Prepared destination payload to bind the token to

    enabledModels?: InputMaybe<Scalars["String"][]>

    Subset of data-export models to enable on this destination (omit for all)

    environmentId?: InputMaybe<Scalars["String"]>

    The unique identifier for the environment

    integrationId: Scalars["String"]

    The ID of the data export integration

    MMNEPVFCICPMFPCPTTAAATR