Files
deb-python-oauth2client/samples/coordinate/client_secrets.json
Joe Gregorio 1408f44a2a Add a Google Compute sample.
Reviewed in http://codereview.appspot.com/6436044/.

Index: samples/coordinate/README
===================================================================
new file mode 100644
2012-07-23 16:49:11 -04:00

9 lines
266 B
JSON

{
"web": {
"client_id": "[[INSERT CLIENT ID HERE]]",
"client_secret": "[[INSERT CLIENT SECRET HERE]]",
"redirect_uris": [],
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token"
}
}