Skip to main content

OAuthClientInfoDto

clientIdstringrequired
clientNamestringrequired

Self-declared by the client at registration, so unverified for a dynamic client.

isDynamicbooleanrequired

True when the client registered itself through the public registration endpoint.

redirectHostsstring[]required

Distinct hosts of the client's registered redirect URIs, in registration order.

OAuthClientInfoDto
{
"clientId": "string",
"clientName": "string",
"isDynamic": true,
"redirectHosts": [
"string"
]
}