@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
19 lines (17 loc) • 736 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PasswordChangeRecoverableError = void 0;
var _RecoverableError = require("../../RecoverableError");
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
/**
* 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}.
*/
class PasswordChangeRecoverableError extends _RecoverableError.RecoverableError {}
exports.PasswordChangeRecoverableError = PasswordChangeRecoverableError;
//# sourceMappingURL=PasswordChangeRecoverableError.js.map
;