Client Management
Rotate Client Secret
Refresh the client secret of a client. A new value of the client secret will be generated by the Authlete server.
If you want to specify a new value, use /api/client/secret/update API.
get/api/{serviceId}/client/secret/refresh/{clientIdentifier}
Path parameters
serviceIdstring required
A service ID.
clientIdentifierstring required
The client ID or the client ID alias of a client.