{
"type": "object",
"required": [
"CLIENT_ID",
"CLIENT_SECRET",
"REFRESH_TOKEN"
],
"properties": {
"CLIENT_ID": {
"type": "string",
"description": "OAuth2 client ID"
},
"CLIENT_SECRET": {
"type": "string",
"description": "OAuth2 client Secret"
},
"REFRESH_TOKEN": {
"type": "string",
"description": "Refresh token"
}
},
"description": "The CLIENT_ID, CLIENT_SECRET, and REFRESH_TOKEN are required to test the server without running it locally, but see the code README for an overview of how to use credential files for product usage."
}