UNPKG

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

Version:

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

14 lines (11 loc) 417 B
/** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { InitializationDeviceProtectionError } from './InitializationDeviceProtectionError'; /** * Secure hardware is not available on this device or an error occurred checking the hardware of the device. * * @group Errors * @category Initialization */ export class InitializationHardwareError extends InitializationDeviceProtectionError {}