UNPKG

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

Version:

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

19 lines (17 loc) 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PasswordEnrollmentError = void 0; var _RecoverableError = require("../../RecoverableError"); /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ /** * The object that informs that an error occurred during password enrollment. * * Currently, this is always a {@link PasswordEnrollmentCustomValidationError}. */ class PasswordEnrollmentError extends _RecoverableError.RecoverableError {} exports.PasswordEnrollmentError = PasswordEnrollmentError; //# sourceMappingURL=PasswordEnrollmentError.js.map