Class: Google::ClientBuilder::ScopesHelper
- Inherits:
-
Object
- Object
- Google::ClientBuilder::ScopesHelper
- Defined in:
- lib/google/client_builder/scopes_helper.rb
Class Method Summary collapse
Class Method Details
.calendar ⇒ Object
4 5 6 |
# File 'lib/google/client_builder/scopes_helper.rb', line 4 def self.calendar ["https://www.googleapis.com/auth/calendar"] end |
.directory ⇒ Object
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 |