@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
21 lines (18 loc) • 603 B
JavaScript
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
import { PasswordPolicyProvider } from './PasswordPolicyProvider';
/**
* 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}
*/
export class PasswordEnroller extends PasswordPolicyProvider {}
//# sourceMappingURL=PasswordEnroller.js.map
;