generated/google/apis/oauth2_v2.rb in google-api-client-0.28.4 vs generated/google/apis/oauth2_v2.rb in google-api-client-0.28.5
- old
+ new
@@ -23,21 +23,18 @@
# Obtains end-user authorization grants for use with other Google APIs.
#
# @see https://developers.google.com/accounts/docs/OAuth2
module Oauth2V2
VERSION = 'V2'
- REVISION = '20180628'
+ REVISION = '20190313'
- # Know the list of people in your circles, your age range, and language
- AUTH_PLUS_LOGIN = 'https://www.googleapis.com/auth/plus.login'
-
# Know who you are on Google
AUTH_PLUS_ME = 'https://www.googleapis.com/auth/plus.me'
# View your email address
AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
- # View your basic profile info
+ # See your personal info, including any personal info you've made publically available
AUTH_USERINFO_PROFILE = 'https://www.googleapis.com/auth/userinfo.profile'
end
end
end