UNPKG

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

Version:

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

19 lines (16 loc) 765 B
/** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { InitializationDeviceProtectionError } from './InitializationDeviceProtectionError'; /** * 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 {}