Properties
| Name | Type | Description |
|---|---|---|
| callback_url | string | _t__ApiAppResponseOAuth::CALLBACK_URL |
| secret | string | _t__ApiAppResponseOAuth::SECRET |
| scopes | array | _t__ApiAppResponseOAuth::SCOPES |
| charges_users | boolean | _t__ApiAppResponseOAuth::CHARGES_USERS |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ApiAppResponseOAuth",
"title": "ApiAppResponseOAuth",
"description": "_t__ApiAppResponseOAuth::DESCRIPTION",
"properties": {
"callback_url": {
"description": "_t__ApiAppResponseOAuth::CALLBACK_URL",
"type": "string"
},
"secret": {
"description": "_t__ApiAppResponseOAuth::SECRET",
"type": "string"
},
"scopes": {
"description": "_t__ApiAppResponseOAuth::SCOPES",
"type": "array",
"items": {
"type": "string"
}
},
"charges_users": {
"description": "_t__ApiAppResponseOAuth::CHARGES_USERS",
"type": "boolean"
}
},
"type": "object",
"nullable": true,
"x-internal": true
}