Files
n8n/credentials/6.json

36 lines
1.5 KiB
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
"id": 6,
"name": "Google Calendar account",
2022-06-01 05:27:46 +00:00
"data": {
"authUrl": "https://accounts.google.com/o/oauth2/v2/auth",
"accessTokenUrl": "https://oauth2.googleapis.com/token",
"clientId": "172541179812-23dnkrgfuht77h0v0k6pb4q9k1ph00fu.apps.googleusercontent.com",
"clientSecret": "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",
"scope": "https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events",
"authQueryParameters": "access_type=offline&prompt=consent",
"authentication": "body",
"oauthTokenData": {
"access_token": "ya29.a0ARrdaM8Q0X7xUOaOEdUekBiC2R6VraXYq8fCyP-uZYJ3NcCUaKmDkt6Y4AyXFhNI4UDUvDpzSqMdAL9kSUkeVD-vYvV0cHbTd9Wff8WkFukbtdLaD2FzfsJIe8XGhY5_rZQjTwoNTRutKURsIZ2x9vzwlTZ87Q",
"expires_in": 3599,
"refresh_token": "1//0cTDWmWAucr0-CgYIARAAGAwSNwF-L9Ir9bAcUiuByerAlM7wyAO4zBIsI1qwJByEhVE2kyws0l9_iLSL5gXeoOA9BZwZXp7xxcA",
"scope": "https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events",
"token_type": "Bearer",
"callbackQueryString": {
"scope": "https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/calendar"
}
}
},
2022-05-26 20:57:30 +03:00
"type": "googleCalendarOAuth2Api",
"nodesAccess": [
{
"nodeType": "n8n-nodes-base.googleCalendar",
"date": "2022-04-24T09:04:49.657Z"
},
{
"nodeType": "n8n-nodes-base.googleCalendarTrigger",
"date": "2022-04-24T09:04:49.657Z"
}
],
"createdAt": "2022-04-24T09:03:12.843Z",
2022-06-01 05:27:46 +00:00
"updatedAt": "2022-06-01T04:40:29.914Z"
2022-05-26 20:57:30 +03:00
}