UNPKG

@alloyidentity/web-sdk

Version:

Alloy Web Document SDK

13 lines (12 loc) 472 B
export declare type SigmaDeviceOptions = { sdkKey: string; configBaseUrl?: string; useSocureGov?: boolean; customerSessionId?: string; disableDeviceCookie?: boolean; deviceCookieName?: string; }; export declare const SOCURE_DI_DOMAIN_KEY = "sdk.dv.socure.io"; declare const _default: (sigmaDeviceOptions: SigmaDeviceOptions) => Promise<string>; export default _default; export declare const removeSocureDigitalIntelligence: () => void;