@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface PasswordPolicy

    interface PasswordPolicy {
        enabled?: boolean;
        minLength?: number;
        policy: "none" | "low" | "fair" | "good" | "excellent";
        passwordSecurityInfo?: PasswordComplexityRule[];
    }
    Index

    Properties

    enabled?: boolean
    minLength?: number
    policy: "none" | "low" | "fair" | "good" | "excellent"
    passwordSecurityInfo?: PasswordComplexityRule[]