File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,14 @@ class Google extends AbstractService
118118 // Android Publisher
119119 const SCOPE_ANDROID_PUBLISHER = 'https://www.googleapis.com/auth/androidpublisher ' ;
120120
121+ // Google Classroom
122+ const SCOPE_CLASSROOM_COURSES = 'https://www.googleapis.com/auth/classroom.courses ' ;
123+ const SCOPE_CLASSROOM_COURSES_READONLY = 'https://www.googleapis.com/auth/classroom.courses.readonly ' ;
124+ const SCOPE_CLASSROOM_PROFILE_EMAILS = 'https://www.googleapis.com/auth/classroom.profile.emails ' ;
125+ const SCOPE_CLASSROOM_PROFILE_PHOTOS = 'https://www.googleapis.com/auth/classroom.profile.photos ' ;
126+ const SCOPE_CLASSROOM_ROSTERS = 'https://www.googleapis.com/auth/classroom.rosters ' ;
127+ const SCOPE_CLASSROOM_ROSTERS_READONLY = 'https://www.googleapis.com/auth/classroom.rosters.readonly ' ;
128+
121129 protected $ accessType = 'online ' ;
122130
123131 public function __construct (
You can’t perform that action at this time.
0 commit comments