an object with query parameters
Optionalfilter?: stringThe filter query that should be used to filter the list of oauth clients. The filter syntax is defined in RFC 7644. Valid attributes for filtering are clientId, clientName, appType, and tenantId.
Optionallimit?: numberThe number of OAuth client entries to retrieve.
Optionalnext?: stringThe next page cursor
Optionalprev?: stringThe previous page cursor
Optionalsort?: stringThe attribute to sort by, beginning with + for ascending and - for descending. Valid attributes for sorting are clientId, clientName, appType, tenantId, createdAt, updatedAt.
OptionaltotalResults?: booleanBoolean query parameter that determines if the total count of results should be included in the response. If true, the response includes the total number of results in the totalResults field. If false or not included in the query, totalResults will be excluded from the response.
Optionaloptions: ApiCallOptions
Retrieve all OAuth clients.