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

    Interface ListConnectionProfilesPaginatedResponseContent

    interface ListConnectionProfilesPaginatedResponseContent {
        next?: string;
        connection_profiles?: ConnectionProfile[];
    }
    Index

    Properties

    next?: string

    A cursor to be used as the "from" query parameter for the next page of results.

    connection_profiles?: ConnectionProfile[]