List Clients
ListClients returns the App-owned OAuth clients minted for an OIDC application, one page at a time. Results hydrate from the PostgreSQL projection, so a newly created client may appear after a brief delay.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
Application that owns the SSO application.
SSO application whose clients to list.
Query Parameters
Maximum number of clients to return.
Pagination token from a previous response.
Response
SSOApplicationServiceListClientsResponse contains a page of App-owned OAuth clients.