... | ... | @@ -31,6 +31,12 @@ RESPONSE: |
|
|
"Confidential": [
|
|
|
{ "alias": "jwt-salt", "sha256": "<sha256>" },
|
|
|
{ "alias": "platform-secret", "sha256": "<sha256" }
|
|
|
],
|
|
|
"Settings" : [ // shared freely with 3rd party apps
|
|
|
{ "key":"<name>", "value" : "<Value>" },
|
|
|
],
|
|
|
"Secure": [ // shared only among buzztime-signed apps
|
|
|
{ "key":"<name>", "value" : "<Value>" },
|
|
|
]
|
|
|
}
|
|
|
```
|
... | ... | |