Hardware ID
export enum HardwareIdAlgorithm {
Default = 0,
WindowsHardwareFingerprintId = 1,
WindowsComputerSystemProductId = 2,
WindowsCryptographyId = 3,
LinuxMachineId = 4,
CloudPlatformsId = 5,
};const licenseAPI = new LicenseAPI({
apiKey: '12345678-4bfe-4e3a-8737-757004d6294c',
sharedKey: 'eYuHrlajvIVTiSFIXpxpKhw78f4Ewy-00-12345678',
appName: 'js-sdk-test-1',
appVersion: '0.0.1',
hardwareIDMethod: 5,
});Was this helpful?