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

    Interface ListConnectionsCheckpointPaginatedResponseContent

    interface ListConnectionsCheckpointPaginatedResponseContent {
        next?: string;
        connections?: ConnectionForList[];
    }
    Index

    Properties

    Properties

    next?: string

    Opaque identifier for use with the from query parameter for the next page of results.

    connections?: ConnectionForList[]