UNPKG

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

Version:

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

25 lines (23 loc) 764 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PasswordEnroller = void 0; var _PasswordPolicyProvider = require("./PasswordPolicyProvider"); /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ /** * 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. * * @see * - {@link Registration.passwordEnroller} * - {@link AuthCloudApiRegistration.passwordEnroller} * - {@link OutOfBandRegistration.passwordEnroller} */ class PasswordEnroller extends _PasswordPolicyProvider.PasswordPolicyProvider {} exports.PasswordEnroller = PasswordEnroller; //# sourceMappingURL=PasswordEnroller.js.map