UNPKG

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

Version:

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

18 lines (15 loc) 610 B
"use strict"; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { RecoverableError } from '../RecoverableError'; /** * 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}. */ export class PinUserVerificationError extends RecoverableError {} //# sourceMappingURL=PinUserVerificationError.js.map