Package oauth2client
[hide private]
[frames] | no frames]

Source Code for Package oauth2client

1  __version__ = "1.2" 
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' 
6