Auth Server Clients
Get an auth server client
Get a client for given auth server.
get/v1/auth-servers/{authServerId}/clients/{clientId}
Response
A client
Example response
{
"id": "kYa9iQFU5xPDSIUH9z1z",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}