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

    Interface ListUserBlocksRequestParameters

    {
    * consider_brute_force_enablement: true
    * }
    interface ListUserBlocksRequestParameters {
        consider_brute_force_enablement?: boolean | null;
    }
    Index

    Properties

    consider_brute_force_enablement?: boolean | null

    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.