UNPKG

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

Version:

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

18 lines (15 loc) 486 B
"use strict"; /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ import { PasswordPolicyProvider } from './PasswordPolicyProvider'; /** * 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} */ export class PasswordChanger extends PasswordPolicyProvider {} //# sourceMappingURL=PasswordChanger.js.map