@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
17 lines (15 loc) • 540 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PasswordChangeError = void 0;
var _MobileAuthenticationClientError = require("../../MobileAuthenticationClientError");
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
/**
* The error returned when the password change failed.
*/
class PasswordChangeError extends _MobileAuthenticationClientError.MobileAuthenticationClientError {}
exports.PasswordChangeError = PasswordChangeError;
//# sourceMappingURL=PasswordChangeError.js.map
;