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

    Interface PasswordValidationResult

    interface PasswordValidationResult {
        isValid: boolean;
        results: PasswordComplexityRule[];
    }
    Index

    Properties

    Properties

    isValid: boolean

    Overall outcome of all password policy checks.

    true only if every rule in PasswordComplexityRule has status equal to "valid".

    Array of evaluated password rules.

    Each item is a PasswordComplexityRule whose status field reflects the computed validation result for that rule.