Files
deb-python-oauth2client/tests/data/gcloud/application_default_credentials_authorized_user.json
Danny Hermes 04fa84ff69 Paring down unused keys in JSON credentials files.
Previously the User and Service Account credentials files had the
some contents even though they have different dictionary keys
used for the credentials properties.
2015-03-30 12:57:16 -07:00

7 lines
122 B
JSON

{
"client_id": "123",
"client_secret": "secret",
"refresh_token": "alabalaportocala",
"type": "authorized_user"
}