UNPKG

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

Version:

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

17 lines (14 loc) 499 B
"use strict"; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { OutOfBandOperationError } from "../operation/OutOfBandOperationError.js"; /** * 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. * * @group Errors * @category Out-of-Band Payload */ export class OutOfBandPayloadError extends OutOfBandOperationError {} //# sourceMappingURL=OutOfBandPayloadError.js.map