OAuthClientInfoDto
clientIdstringrequired
clientNamestringrequired
Self-declared by the client at registration, so unverified for a dynamic client.
isVerifiedbooleanrequired
True when this server vouches for the client's identity rather than taking its word.
redirectHostsstring[]required
Distinct hosts of the client's registered redirect URIs, in registration order.
OAuthClientInfoDto
{
"clientId": "string",
"clientName": "string",
"isVerified": true,
"redirectHosts": [
"string"
]
}