UNPKG

@alloyidentity/web-sdk

Version:

Alloy Web Document SDK

15 lines (14 loc) 743 B
interface DataSourcesParams { socureDeviceId?: string; socureSessionToken?: string; isNeuroIdEnabled?: boolean; neuroIdSiteId?: string; iovationBlackboxId?: string; threatmetrixSessionId?: string; threatmetrixOrgId?: string; experianCrossCoreFraudNetHdim?: string; experianCrossCoreFraudNetJsc?: string; bioCatchCustomerSessionId?: string; } declare const getEmbeddedDataSources: ({ socureDeviceId, socureSessionToken, isNeuroIdEnabled, neuroIdSiteId, iovationBlackboxId, threatmetrixSessionId, threatmetrixOrgId, experianCrossCoreFraudNetHdim, experianCrossCoreFraudNetJsc, bioCatchCustomerSessionId, }?: DataSourcesParams) => Record<string, string | undefined>; export default getEmbeddedDataSources;