CredentialWithSecret
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CredentialWithSecret.jsonclientIdstringrequired
clientSecretstringrequired
createdAtdate-timerequired
idstringrequired
labelstringrequired
lastUsedAtdate-time
revokedAtdate-time
CredentialWithSecret
{
"$schema": "https://example.com/schemas/CredentialWithSecret.json",
"clientId": "string",
"clientSecret": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"id": "string",
"label": "string",
"lastUsedAt": "2024-07-29T15:51:28.071Z",
"revokedAt": "2024-07-29T15:51:28.071Z"
}