@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
21 lines (18 loc) • 850 B
JavaScript
;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
import { InitializationDeviceProtectionError } from "./InitializationDeviceProtectionError.js";
/**
* User has changed the lock screen configuration of the device and the credentials were created using
* an SDK previous to 1.7. The data no longer accessible.
*
* This happens for example when the user created fingerprint credentials with an application using
* an SDK previous to 1.7 and the fingerprints were modified. On credentials created with an SDK 1.7
* or later, changing the screen lock protection does not result in this error.
*
* @group Errors
* @category Initialization
*/
export class InitializationLockScreenHasChangedError extends InitializationDeviceProtectionError {}
//# sourceMappingURL=InitializationLockScreenHasChangedError.js.map