Skip to main content

AuthorizedAppDto

clientIdstringrequired
clientNamestringrequired
scopesstring[]required
authorizedAtstringrequired
typestringrequired
isVerifiedbooleanrequired

Whether this server vouches for the app's identity, or is only repeating its own claim.

logoPathstring

Path on this origin serving the re-encoded copy of the client's declared logo.

clientUristring

Unverified RFC 7591 metadata the client declared about itself. logo_uri is not exposed.

tosUristring
policyUristring
contactsstring[]
softwareIdstring
AuthorizedAppDto
{
"clientId": "string",
"clientName": "string",
"scopes": [
"string"
],
"authorizedAt": "string",
"type": "string",
"isVerified": true,
"logoPath": "string",
"clientUri": "string",
"tosUri": "string",
"policyUri": "string",
"contacts": [
"string"
],
"softwareId": "string"
}