google-api-ruby-client/lib/google/api_client
Michael Wawra 74bbfa2251 Allow symbols for credential flow
Because of my production environment, adding a JSON file a little bit of
a pain. However: using the intializer it's readily possible to set my
credentials manually from my environment. I noticed that while all the
credential details can be either a String or a Symbol, the 'flow' (i.e.,
`web`) **must** be a string.

This allows it to accept both a string and a symbol.
2016-04-26 22:41:32 +01:00
..
auth Mark auth classes as deprecated 2015-12-14 17:42:17 -08:00
client_secrets.rb Allow symbols for credential flow 2016-04-26 22:41:32 +01:00