blob: ac847483d0249c2cff16c3b51546fe802947d96b [file] [log] [blame]
Joe Gregorioce67bc22013-07-02 13:50:31 -04001__version__ = "1.2"
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'