UNPKG

@nevis-security/nevis-mobile-authentication-sdk-react

Version:

React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.

17 lines (15 loc) 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthCloudApiNoDeviceLockError = void 0; var _AuthCloudApiDeviceProtectionError = require("./AuthCloudApiDeviceProtectionError"); /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ /** * The device has no secure lock screen. */ class AuthCloudApiNoDeviceLockError extends _AuthCloudApiDeviceProtectionError.AuthCloudApiDeviceProtectionError {} exports.AuthCloudApiNoDeviceLockError = AuthCloudApiNoDeviceLockError; //# sourceMappingURL=AuthCloudApiNoDeviceLockError.js.map