UNPKG

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

Version:

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

17 lines (15 loc) 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PinEnrollmentError = void 0; var _RecoverableError = require("../../RecoverableError"); /** * Copyright © 2023-2024 Nevis Security AG. All rights reserved. */ /** * The object that informs that an error occurred during PIN enrollment. */ class PinEnrollmentError extends _RecoverableError.RecoverableError {} exports.PinEnrollmentError = PinEnrollmentError; //# sourceMappingURL=PinEnrollmentError.js.map