UNPKG

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

Version:

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

15 lines (12 loc) 430 B
"use strict"; /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ import { RecoverableError } from '../../RecoverableError'; /** * The object that informs that an error occurred during password enrollment. * * Currently, this is always a {@link PasswordEnrollmentCustomValidationError}. */ export class PasswordEnrollmentError extends RecoverableError {} //# sourceMappingURL=PasswordEnrollmentError.js.map