Optional. The maximum number of OauthClients to return. If unspecified, at most 50 OauthClients will be returned. The maximum value is 100; values above 100 are truncated to 100.
pageToken
string
Optional. A page token, received from a previous oauthClients.list call. Provide this to retrieve the subsequent page.
showDeleted
boolean
Optional. Whether to return soft-deleted OauthClients.
Request body
The request body must be empty.
Response body
Response message for oauthClients.list.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This API endpoint lists all non-deleted OAuth clients within a specified project and location, with an option to include deleted clients."],["The request is made using a `GET` HTTP method with a URL that includes project and location path parameters, as well as optional query parameters for pagination and filtering."],["The response contains a list of OAuth client objects and a `nextPageToken` if additional pages of results are available."],["The API supports pagination via the `pageSize` and `pageToken` query parameters, allowing for retrieval of large lists of OAuth clients in manageable chunks."],["Authorization to use this endpoint requires either the `https://www.googleapis.com/auth/cloud-platform` or the `https://www.googleapis.com/auth/iam` OAuth scope."]]],[]]