UNPKG

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

Version:

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

23 lines (20 loc) 655 B
"use strict"; /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ import { PasswordPolicyProvider } from "./PasswordPolicyProvider.js"; /** * The object in charge of password enrollment. * * The SDK does not provide implementations of this interface. * The implementation must be done by the user of the SDK. * * @group User Interaction * @category Password * @see * - {@link Registration.passwordEnroller} * - {@link AuthCloudApiRegistration.passwordEnroller} * - {@link OutOfBandRegistration.passwordEnroller} */ export class PasswordEnroller extends PasswordPolicyProvider {} //# sourceMappingURL=PasswordEnroller.js.map