Files
deb-python-oauth2client/samples/prediction/client_secrets.json
Joe Gregorio 11690e0e3b Update Python Sample for Prediction v1.4
Reviewed in http://codereview.appspot.com/5252054/.

Index: samples/prediction/client_secrets.json
===================================================================
new file mode 100644
2011-10-14 11:05:35 -04:00

10 lines
267 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"
}
}