UNPKG

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

Version:

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

22 lines (20 loc) 844 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PasswordUserVerificationError = void 0; var _RecoverableError = require("../RecoverableError"); /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ /** * The recoverable error that can occur when verifying the user with a password. * * When this error occurs, the {@link PasswordUserVerifier.verifyPassword} method will be invoked again. * This error will be returned by the {@link PasswordUserVerificationContext.lastRecoverableError}. * * Currently, this is always a {@link PasswordUserVerificationInvalidPassword}. */ class PasswordUserVerificationError extends _RecoverableError.RecoverableError {} exports.PasswordUserVerificationError = PasswordUserVerificationError; //# sourceMappingURL=PasswordUserVerificationError.js.map