Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ConnectionPasswordOptionsHistory

    Password history policy configuration to prevent password reuse

    interface ConnectionPasswordOptionsHistory {
        active?: boolean;
        size?: number;
    }
    Index
    active?: boolean

    Enables password history checking to prevent users from reusing recent passwords

    size?: number

    Number of previous passwords to remember and prevent reuse (1-24)