UNPKG

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

Version:

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

17 lines (15 loc) 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PendingOutOfBandOperationsError = void 0; var _MobileAuthenticationClientError = require("../../../error/MobileAuthenticationClientError"); /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ /** * The error that can occur with the {@link PendingOutOfBandOperations} operation. */ class PendingOutOfBandOperationsError extends _MobileAuthenticationClientError.MobileAuthenticationClientError {} exports.PendingOutOfBandOperationsError = PendingOutOfBandOperationsError; //# sourceMappingURL=PendingOutOfBandOperationsError.js.map