UNPKG

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

Version:

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

19 lines (16 loc) 559 B
"use strict"; /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { RecoverableError } from "../../RecoverableError.js"; /** * The recoverable error that can occur when changing a PIN. * * When this error occurs, the {@link PinChanger.changePin} method will be invoked again. * This error will be returned by the {@link PinChangeContext.lastRecoverableError}. * * @group Errors * @category Pin Change */ export class PinChangeRecoverableError extends RecoverableError {} //# sourceMappingURL=PinChangeRecoverableError.js.map