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

    Interface PasswordPolicy

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

    Properties

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