UNPKG

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

Version:

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

15 lines (12 loc) 471 B
/** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { InitializationDeviceProtectionError } from './InitializationDeviceProtectionError'; /** * The device is rooted. The SDK cannot be run in rooted devices. For security reasons, the SDK will remove the * credentials in this device when this is detected. * * @group Errors * @category Initialization */ export class InitializationRootedError extends InitializationDeviceProtectionError {}