{
"token": {
"url": "string",
"body": {},
"params": {},
"headers": {},
"key": "string",
"type": "basic",
"property1": "string",
"property2": "string"
},
"oauth2": {
"url": "string",
"client_id": "string",
"client_secret": "string",
"redirect_url": "string",
"authorize_url": "string",
"token_url": "string",
"user_url": "string",
"scopes": [
"string"
],
"scope_separator": "space",
"headers": {},
"parameters": {},
"property1": "string",
"property2": "string"
},
"basic": {
"url": "string",
"headers": {},
"params": {},
"body": {},
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}