Retrieve a paginated list of all OAuth clients in the project.
OAuth clients enable secure API access through different grant types:
Grant Types:
Client Credentials
Authorization Code
Refresh Token
Implicit (Legacy)
Redirect URIs:
Each client in the list includes:
The unique identifier of the organization.
The unique identifier of the project.
The maximum number of items to return per page. Defaults to 100
if not specified.
A cursor for pagination. Use the next_cursor
value from the previous response to get the next page of results.
Successfully retrieved list of OAuth clients
The list of items returned for the current page.
Contains pagination information for the result set.