@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
19 lines (16 loc) • 594 B
JavaScript
;
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
import { RecoverableError } from "../../RecoverableError.js";
/**
* The recoverable error that can occur when changing a password.
*
* When this error occurs, the {@link PasswordChanger.changePassword} method will be invoked again.
* This error will be returned by the {@link PasswordChangeContext.lastRecoverableError}.
*
* @group Errors
* @category Password Change
*/
export class PasswordChangeRecoverableError extends RecoverableError {}
//# sourceMappingURL=PasswordChangeRecoverableError.js.map