> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rotate Client Secret

> Generate a new client_secret for an OAuth App. The previous secret is immediately invalidated.

<ParamField path="appId" type="string" required>
  OAuth App UUID.
</ParamField>

<ResponseField name="clientSecret" type="string">
  New client secret — shown once only. Store securely.
</ResponseField>

<Warning>
  Rotating the secret immediately invalidates the old one. All services using the old secret will stop working until updated.
</Warning>
