lib/google/api_client/auth/storage.rb in google-api-client-0.9.pre3 vs lib/google/api_client/auth/storage.rb in google-api-client-0.9.pre4

- old
+ new

@@ -19,9 +19,10 @@ ## # Represents cached OAuth 2 tokens stored on local disk in a # JSON serialized file. Meant to resemble the serialized format # http://google-api-python-client.googlecode.com/hg/docs/epy/oauth2client.file.Storage-class.html # + # @deprecated Use google-auth-library-ruby instead class Storage AUTHORIZATION_URI = 'https://accounts.google.com/o/oauth2/auth' TOKEN_CREDENTIAL_URI = 'https://accounts.google.com/o/oauth2/token'