OAuth client
An external app using the PageSeeder API through OAuth.
It might plainly be referred to as “client” in the API documentation.
PageSeeder supports OAuth 2.0 authorization flows so that external apps can use the PageSeeder API. In OAuth terminology, these applications are called clients.
You also need to define your app as a client to use CORS or Single-Sign On (SSO).
API
In the API, clients are represented using the <client> element.
You can create clients using the /oauth/members/{member}/clients [POST] service.