v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
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.

Response

resultCodestring

The code which represents the result of the API call.

resultMessagestring

A short message which explains the result of the API call.

newClientSecretstring

The new client secret.

oldClientSecretstring

The old client secret.