blob: 13d949f8a2e0062750df4e5b4343821493a19402 [file] [log] [blame]
Joe Gregoriof4839b02012-09-06 13:47:24 -04001__version__ = "1.0"
dhermes@google.coma9eb0bb2013-02-06 09:19:01 -08002
3GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
4GOOGLE_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'
5GOOGLE_TOKEN_URI = 'https://accounts.google.com/o/oauth2/token'