@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
21 lines (18 loc) • 506 B
JavaScript
;
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
import { PasswordPolicy } from "./PasswordPolicy.js";
/**
* An object defining the {@link PasswordPolicy}.
*
* @group User Interaction
* @category Password
*/
export class PasswordPolicyProvider {
/**
* the object defining the constraints of the password (minimum length, required special characters, etc.).
*/
passwordPolicy = PasswordPolicy.create();
}
//# sourceMappingURL=PasswordPolicyProvider.js.map