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

    Interface ConnectionPasswordOptionsDictionary

    Dictionary-based password restriction policy to prevent common passwords

    interface ConnectionPasswordOptionsDictionary {
        active?: boolean;
        custom?: string[];
        default?: Management.PasswordDefaultDictionariesEnum;
    }
    Index

    Properties

    active?: boolean

    Enables dictionary checking to prevent use of common passwords and custom blocked words

    custom?: string[]

    Array of custom words to block in passwords. Maximum 200 items, each up to 50 characters