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

    Interface ListUserBlocksRequestParameters

    {}
    
    interface ListUserBlocksRequestParameters {
        consider_brute_force_enablement?: boolean;
    }
    Index

    Properties

    consider_brute_force_enablement?: boolean

    If true and Brute Force Protection is enabled and configured to block logins, will return a list of blocked IP addresses. If true and Brute Force Protection is disabled, will return an empty list.