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