class Lt::Google::Api::Auth::Cli
Constants
- CONFIG_SECRET_FILE
- CONFIG_TOKEN_FILE
- SCOPE
- USER_ID
Public Class Methods
Public Instance Methods
credentials()
click to toggle source
# File lib/lt/google/api/auth/cli.rb, line 28 def credentials @credentials ||= authorizer.get_credentials(USER_ID) end