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

    Interface ListUserConnectedAccountsResponseContent

    interface ListUserConnectedAccountsResponseContent {
        connected_accounts: ConnectedAccount[];
        next?: string;
    }
    Index

    Properties

    connected_accounts: ConnectedAccount[]
    next?: string

    The token to retrieve the next page of connected accounts (if there is one)