2024-07-04 09:48:33 +02:00
|
|
|
{
|
|
|
|
"owncloud_url_base": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"web_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"android_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"android_client_secret": {
|
|
|
|
"type": "string",
|
2024-10-26 11:54:25 +02:00
|
|
|
"mandatory": true
|
2024-07-04 09:48:33 +02:00
|
|
|
},
|
|
|
|
"ios_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"ios_client_secret": {
|
2024-10-26 11:54:25 +02:00
|
|
|
"type": "string",
|
|
|
|
"mandatory": true
|
|
|
|
},
|
|
|
|
"dektop_client_id": {
|
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
},
|
|
|
|
"desktop_client_secret": {
|
2024-07-04 09:48:33 +02:00
|
|
|
"type": "string",
|
|
|
|
"mandatory": false
|
|
|
|
}
|
|
|
|
}
|