@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
17 lines (15 loc) • 661 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DeviceInformationSyncNoDeviceLockError = void 0;
var _DeviceInformationSyncDeviceProtectionError = require("./DeviceInformationSyncDeviceProtectionError");
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
/**
* The device has no secure lock screen.
*/
class DeviceInformationSyncNoDeviceLockError extends _DeviceInformationSyncDeviceProtectionError.DeviceInformationSyncDeviceProtectionError {}
exports.DeviceInformationSyncNoDeviceLockError = DeviceInformationSyncNoDeviceLockError;
//# sourceMappingURL=DeviceInformationSyncNoDeviceLockError.js.map
;