RotateCredentialSecretResponseDto
Response containing the new client secret after a credential rotation.
clientIdstringrequired
The client ID of the M2M application.
Example:
abc123def456clientSecretstringrequired
The new client secret. Store this securely — it cannot be retrieved again.
RotateCredentialSecretResponseDto
{
"clientId": "abc123def456",
"clientSecret": "string"
}