Sign in
chromium
/
external
/
github.com
/
google
/
google-api-python-client
/
197dafcf747335698ff8c9782de955142ab2856e
/
.
/
samples
/
analytics
/
client_secrets.json
blob: 323ffd002dd1cd0b0f60e35057ca548a1a0066d6 [
file
] [
log
] [
blame
]
{
"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"
}
}