UNPKG

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

Version:

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

22 lines (20 loc) 644 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PasswordChanger = void 0; var _PasswordPolicyProvider = require("./PasswordPolicyProvider"); /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ /** * The object in charge of password change. * * The SDK does not provide implementations of this interface. * The implementation must be done by the user of the SDK. * * @see {@link PasswordChange.passwordChanger} */ class PasswordChanger extends _PasswordPolicyProvider.PasswordPolicyProvider {} exports.PasswordChanger = PasswordChanger; //# sourceMappingURL=PasswordChanger.js.map