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

    Interface ConnectionPasswordDictionaryOptions

    Options for password dictionary policy

    interface ConnectionPasswordDictionaryOptions {
        enable: boolean;
        dictionary?: string[];
    }
    Index

    Properties

    Properties

    enable: boolean
    dictionary?: string[]

    Custom Password Dictionary. An array of up to 200 entries.