BoxAppAuth
BoxAppAuth Document
Key information used to perform JWT grants for using the Box API
Name |
Type |
Description |
passphrase |
string |
Passphrase to decrypt the private key |
privateKey |
string |
Private key |
publicKeyID |
string |
ID of the public key |
{
"passphrase": "string",
"privateKey": "string",
"publicKeyID": "string"
}