Skip to main content

RotateCredentialSecretResponseDto

Response containing the new client secret after a credential rotation.

clientIdstringrequired

The client ID of the M2M application.

Example: abc123def456
clientSecretstringrequired

The new client secret. Store this securely — it cannot be retrieved again.

RotateCredentialSecretResponseDto
{
"clientId": "abc123def456",
"clientSecret": "string"
}