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

    Interface ListUserBlocksByIdentifierRequestParameters

    {
    * identifier: "identifier"
    * }
    interface ListUserBlocksByIdentifierRequestParameters {
        identifier: string;
        consider_brute_force_enablement?: boolean;
    }
    Index

    Properties

    identifier: string

    Should be any of a username, phone number, or email.

    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.