Joe Gregorio | ce67bc2 | 2013-07-02 13:50:31 -0400 | [diff] [blame^] | 1 | __version__ = "1.2" |
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' |