-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
36 lines (36 loc) · 1005 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"v2": {
"swagger": {
"auth": {
"type": "OAUTH",
"authSettingsRequired": true,
"params": {
"header": {
"string": "Authorization"
},
"type": {
"string": "Bearer"
}
},
"oauthConfig": {
"name": "Google Calendar",
"authUri": "https://accounts.google.com/o/oauth2/v2/auth",
"accessTokenUri": "https://www.googleapis.com/oauth2/v4/token",
"responseType": "code",
"accessType": "offline",
"prompt": "select_account consent",
"oauthDocumentation": "https://developers.google.com/identity/protocols/OAuth2WebServer",
"scope": "https://www.googleapis.com/auth/calendar"
}
},
"source": "google_calendar.yml",
"additionalConfigs": [
{
"fieldKey": "oauthConfig.scope",
"required": false
}
]
},
"description": "Google calendar integration"
}
}