@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
14 lines (11 loc) • 443 B
JavaScript
/**
* 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 class OutOfBandPayloadError extends OutOfBandOperationError {}
//# sourceMappingURL=OutOfBandPayloadError.js.map
;