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

    Interface ListUserBlocksByIdentifierResponseContent

    interface ListUserBlocksByIdentifierResponseContent {
        blocked_for?: UserBlockIdentifier[];
    }
    Index

    Properties

    Properties

    blocked_for?: UserBlockIdentifier[]

    Array of identifier + IP address pairs. IP address is optional, and may be omitted in certain circumstances (such as Account Lockout mode).