Files
n8n/credentials/23.json

32 lines
2.0 KiB
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
"id": 23,
"name": "Gmail 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/gmail.labels https://www.googleapis.com/auth/gmail.addons.current.action.compose https://www.googleapis.com/auth/gmail.addons.current.message.action https://mail.google.com/ https://www.googleapis.com/auth/gmail.modify https://www.googleapis.com/auth/gmail.compose",
"authQueryParameters": "access_type=offline&prompt=consent",
"authentication": "body",
"oauthTokenData": {
"access_token": "ya29.a0ARrdaM-vVM3KL8Dj-fuxe_wR6AVdEUhrpYlyCksAARskls4LTclUN4GE3cfZGvTjQgi-y2z2J6Kuag5OEcsjpqJrhp8H7aU1Az0Ws1aT23pQ4ayKhJpYWLMtr9hwe5Nau-k_hN6rJU9im0h8Qq4v4SOhmOxTNg",
"expires_in": 3599,
"refresh_token": "1//0cS_VFdd37TQ9CgYIARAAGAwSNwF-L9IrxHrryT8XqJbhKhjRfHe8BjpGlqRhBov19e0K5kppy5bYMc9Pu9n1f8EQQUkOou287Js",
"scope": "https://www.googleapis.com/auth/gmail.labels https://www.googleapis.com/auth/gmail.addons.current.message.action https://www.googleapis.com/auth/gmail.addons.current.action.compose https://www.googleapis.com/auth/gmail.modify https://mail.google.com/ https://www.googleapis.com/auth/gmail.compose",
"token_type": "Bearer",
"callbackQueryString": {
"scope": "https://mail.google.com/ https://www.googleapis.com/auth/gmail.addons.current.action.compose https://www.googleapis.com/auth/gmail.addons.current.message.action https://www.googleapis.com/auth/gmail.labels https://www.googleapis.com/auth/gmail.compose https://www.googleapis.com/auth/gmail.modify"
}
}
},
2022-05-26 20:57:30 +03:00
"type": "gmailOAuth2",
"nodesAccess": [
{
"nodeType": "n8n-nodes-base.gmail",
"date": "2022-05-10T18:14:22.502Z"
}
],
"createdAt": "2022-05-10T18:14:22.523Z",
2022-06-01 05:27:46 +00:00
"updatedAt": "2022-06-01T04:35:28.178Z"
2022-05-26 20:57:30 +03:00
}