We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a5a62 + 76546f0 commit 4e710c2Copy full SHA for 4e710c2
1 file changed
src/OAuth/OAuth2/Service/Google.php
@@ -73,6 +73,7 @@ class Google extends AbstractService
73
const SCOPE_CALENDAR = 'https://www.googleapis.com/auth/calendar';
74
const SCOPE_CALENDAR_READ_ONLY = 'https://www.googleapis.com/auth/calendar.readonly';
75
const SCOPE_CONTACT = 'https://www.google.com/m8/feeds/';
76
+ const SCOPE_CONTACTS_RO = 'https://www.googleapis.com/auth/contacts.readonly';
77
const SCOPE_CHROMEWEBSTORE = 'https://www.googleapis.com/auth/chromewebstore.readonly';
78
const SCOPE_GMAIL = 'https://mail.google.com/mail/feed/atom';
79
const SCOPE_GMAIL_IMAP_SMTP = 'https://mail.google.com';
0 commit comments