Class: Google::ClientBuilder::ScopesHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/google/client_builder/scopes_helper.rb

Class Method Summary collapse

Class Method Details

.calendarObject



4
5
6
# File 'lib/google/client_builder/scopes_helper.rb', line 4

def self.calendar
  ["https://www.googleapis.com/auth/calendar"]
end

.directoryObject



8
9
10
11
# File 'lib/google/client_builder/scopes_helper.rb', line 8

def self.directory
  ["https://www.googleapis.com/auth/admin.directory.user",
   "https://www.googleapis.com/auth/admin.directory.userschema"]
end