Files
deb-python-oauth2client/samples/dfareporting/client_secrets.json
2013-11-18 11:16:33 -05:00

9 lines
272 B
JSON

{
"installed": {
"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"
}
}