UNPKG

2.81 kBtext/coffeescriptView Raw
1# taken from https://developers.google.com/oauthplayground/
2# TODO: use discovery API: https://developers.google.com/discovery/
3module.exports =
4 'Adsense Management': 'https://www.googleapis.com/auth/adsense'
5 'Google Affiliate Network': 'https://www.googleapis.com/auth/gan'
6 'Analytics': 'https://www.googleapis.com/auth/analytics.readonly'
7 'Google Books': 'https://www.googleapis.com/auth/books'
8 'Blogger': 'https://www.googleapis.com/auth/blogger'
9 'Calendar': 'https://www.googleapis.com/auth/calendar'
10 'Google Cloud Storage': 'https://www.googleapis.com/auth/devstorage.read_write'
11 'Contacts': 'https://www.google.com/m8/feeds/'
12 'Content API for Shopping': 'https://www.googleapis.com/auth/structuredcontent'
13 'Chrome Web Store': 'https://www.googleapis.com/auth/chromewebstore.readonly'
14 'Documents List': 'https://docs.google.com/feeds/'
15 'Directory API Groups': 'https://www.googleapis.com/auth/admin.directory.group'
16 'Directory API OrgUnits': 'https://www.googleapis.com/auth/admin.directory.orgunit'
17 'Directory API Users': 'https://www.googleapis.com/auth/admin.directory.user'
18 'Google Drive': 'https://www.googleapis.com/auth/drive'
19 'Google Drive Files': 'https://www.googleapis.com/auth/drive.file'
20 'Gmail': 'https://mail.google.com/mail/feed/atom'
21 'Google':+' https://www.googleapis.com/auth/plus.me'
22 'Groups Provisioning': 'https://apps-apis.google.com/a/feeds/groups/'
23 'Google Latitude': 'https://www.googleapis.com/auth/latitude.all.best https://www.googleapis.com/auth/latitude.all.city'
24 'Moderator': 'https://www.googleapis.com/auth/moderator'
25 'Nicknames Provisioning': 'https://apps-apis.google.com/a/feeds/alias/'
26 'Orkut': 'https://www.googleapis.com/auth/orkut'
27 'Picasa Web': 'https://picasaweb.google.com/data/'
28 'Sites': 'https://sites.google.com/feeds/'
29 'Spreadsheets': 'https://spreadsheets.google.com/feeds/'
30 'Tasks': 'https://www.googleapis.com/auth/tasks'
31 'URL Shortener': 'https://www.googleapis.com/auth/urlshortener'
32 'Userinfo - Email': 'https://www.googleapis.com/auth/userinfo.email'
33 'Userinfo - Profile': 'https://www.googleapis.com/auth/userinfo.profile'
34 'User Provisioning': 'https://apps-apis.google.com/a/feeds/user/'
35 'Webmaster Tools': 'https://www.google.com/webmasters/tools/feeds/'
36 'YouTube': 'https://gdata.youtube.com'
37
38 # Provisioning API scopes
39 'Organization Provisioning': 'https://apps-apis.google.com/a/feeds/policies/'
40 'Userinfo - Email': 'https://www.googleapis.com/auth/userinfo.email'
41 'User Provisioning': 'https://apps-apis.google.com/a/feeds/user/'
42
43 # Admin SDK scopes
44 'Admin Group': 'https://www.googleapis.com/auth/admin.directory.group'
45 'Admin OrgUnit': 'https://www.googleapis.com/auth/admin.directory.orgunit'
46 'Admin User': 'https://www.googleapis.com/auth/admin.directory.user'
\No newline at end of file