Files
n8n/credentials/10.json

21 lines
533 B
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
"id": 10,
"name": "Pushbullet account",
2022-06-01 05:27:46 +00:00
"data": {
"clientId": "uA3pmbmcqz6BaWk7ccZ8wjkZUwosLMZB",
"clientSecret": "6rFhLGjr4tDpSmHSsS6Ul47kq6CNzBu8",
"oauthTokenData": {
"access_token": "o.cnn0Cb1R4gyKLJuQi5YEuoTYb2vYhdlN",
"token_type": "Bearer"
}
},
2022-05-26 20:57:30 +03:00
"type": "pushbulletOAuth2Api",
"nodesAccess": [
{
"nodeType": "n8n-nodes-base.pushbullet",
"date": "2022-04-25T11:13:47.937Z"
}
],
"createdAt": "2022-04-25T11:13:47.944Z",
"updatedAt": "2022-04-25T11:13:51.337Z"
}