UNPKG

@alloyidentity/web-sdk

Version:

Alloy Web Document SDK

12 lines (11 loc) 539 B
interface DataSourcesParams { socureDeviceId?: string; socureSessionToken?: string; isNeuroIdEnabled?: boolean; neuroIdSiteId?: string; iovationBlackboxId?: string; threatmetrixSessionId?: string; threatmetrixOrgId?: string; } declare const getEmbeddedDataSources: ({ socureDeviceId, socureSessionToken, isNeuroIdEnabled, neuroIdSiteId, iovationBlackboxId, threatmetrixSessionId, threatmetrixOrgId, }?: DataSourcesParams) => Record<string, string | undefined>; export default getEmbeddedDataSources;