Skip to content

Ruby Gem to fetch Users from Google Admin Directory

Notifications You must be signed in to change notification settings

BenMatheja/google-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Directory

GoogleDirectory::Config.client_id = ""
GoogleDirectory::Config.client_secret = ""
GoogleDirectory::Config.client_email = ""
GoogleDirectory::Config.config_dir = "/tmp"

response = GoogleDirectory::User.new.users

config_dir points to the directory which stores the refresh_token data

About

Ruby Gem to fetch Users from Google Admin Directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages