Auth Server Clients
Create a new client secret
Create a new client secret for a given client. Multiple secrets can be active simultaneously for a single client.
post/v1/auth-servers/{authServerId}/clients/{clientId}/secrets
Request body
Example request
{
"secret": "YAzsyUlNZ5gNGeKS9H3VAdxVPzhPo4ae"
}Response
A Client Secret item
Example response
{
"secret": "YAzsyUlNZ5gNGeKS9H3VAdxVPzhPo4ae",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}