Auth0 Node.js SDK - v5.6.0
    Preparing search index...

    Variable PasswordCharacterTypeRulePolicyEnumConst

    PasswordCharacterTypeRulePolicyEnum: {
        All: "all";
        ThreeOfFour: "three_of_four";
    } = ...

    When enabled, passwords must contain at least 3 out of 4 character types. Can only be enabled when all 4 character types are specified

    Type Declaration

    • ReadonlyAll: "all"
    • ReadonlyThreeOfFour: "three_of_four"