UNPKG

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

Version:

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

12 lines (9 loc) 388 B
/** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { OutOfBandOperationError } from '../operation/OutOfBandOperationError'; /** * The error returned when there is a problem with the out-of-band payload: it cannot be decrypted * or the provided JSON is not properly formatted. */ export abstract class OutOfBandPayloadError extends OutOfBandOperationError {}