UNPKG

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

Version:

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

12 lines (9 loc) 423 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. */ export class InitializationRootedError extends InitializationDeviceProtectionError {}