class Google::ClientBuilder::ScopesHelper

Public Class Methods

calendar() click to toggle source
# File lib/google/client_builder/scopes_helper.rb, line 4
def self.calendar
  ["https://www.googleapis.com/auth/calendar"]
end
directory() click to toggle source
# 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