BoxAppSettings
BoxAppSettings Document
Values from the Box JWT client configuration that the storage gateway uses to identify and authenticate with the Box API. This is only set when configuring the storage gateway for Box enterprise authentication.
Name |
Type |
Description |
appAuth |
Box application keys |
|
clientID |
string |
Application client ID |
clientSecret |
string |
Application client secret |
{
"appAuth": {
"passphrase": "string",
"privateKey": "string",
"publicKeyID": "string"
},
"clientID": "string",
"clientSecret": "string"
}