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

    Interface ConnectionPasswordOptionsHistory

    Password history policy configuration to prevent password reuse

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

    Properties

    Properties

    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)