Sign in
android
/
platform
/
external
/
python
/
google-api-python-client
/
refs/heads/android13-mainline-go-resolv-release
/
.
/
samples
/
blogger
/
client_secrets.json
blob: a232f3799f153fbea294f1fa9c373238c8df7656 [
file
] [
log
] [
blame
] [
edit
]
{
"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"
}
}