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

    Variable PasswordMaxLengthExceededPolicyEnumConst

    PasswordMaxLengthExceededPolicyEnum: { Truncate: "truncate"; Error: "error" } = ...

    Controls whether passwords that exceed the maximum length are truncated or rejected

    Type Declaration

    • ReadonlyTruncate: "truncate"
    • ReadonlyError: "error"