AuthorizedAppDto
clientIdstringrequired
clientNamestringrequired
scopesstring[]required
authorizedAtstringrequired
typestringrequired
AuthorizedAppDto
{
"clientId": "string",
"clientName": "string",
"scopes": [
"string"
],
"authorizedAt": "string",
"type": "string"
}