Joe Gregorio | f4839b0 | 2012-09-06 13:47:24 -0400 | [diff] [blame] | 1 | __version__ = "1.0" |
dhermes@google.com | a9eb0bb | 2013-02-06 09:19:01 -0800 | [diff] [blame] | 2 | |
3 | GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth' | ||||
4 | GOOGLE_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke' | ||||
5 | GOOGLE_TOKEN_URI = 'https://accounts.google.com/o/oauth2/token' |