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

    Interface ListClientGrantPaginatedResponseContent

    interface ListClientGrantPaginatedResponseContent {
        next?: string;
        client_grants?: ClientGrantResponseContent[];
    }
    Index

    Properties

    next?: string

    Opaque identifier for use with the from query parameter for the next page of results.
    This identifier is valid for 24 hours.

    client_grants?: ClientGrantResponseContent[]