UNPKG

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

Version:

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

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