ClientDto
Represents an individual M2M OAuth2 client credential.
clientIdstringrequired
The unique client identifier of the M2M application.
Example:
abc123def456namestringrequired
The display name of the M2M client.
Example:
My M2M ClientsecretRotatedAtstring<date-time>nullable
The date and time when the client secret was last rotated, or null if never rotated.
Example:
2025-06-15T10:30:00+00:00ClientDto
{
"clientId": "abc123def456",
"name": "My M2M Client",
"secretRotatedAt": "2025-06-15T10:30:00+00:00"
}