Files
deb-python-oauth2client/tests/data/client_secrets.json
Jay Lee 76470e2708 -Updated Google URIs
GOOGLE_AUTH_URI update as documented at:
https://developers.google.com/identity/protocols/OAuth2UserAgent#formingtheurl

GOOGLE_TOKEN_URI update as documented at:
https://developers.google.com/identity/protocols/OAuth2InstalledApp#handlingtheresponse

GOOGLE_TOKEN_INFO_URI update as documented at:
https://developers.google.com/identity/protocols/OAuth2UserAgent#tokeninfo-validation

-update client_secrets.json with new URIs

-update unfilled_client_secrets.json with new URIs
2016-02-05 12:19:08 -05:00

11 lines
311 B
JSON

{
"web": {
"client_id": "foo_client_id",
"client_secret": "foo_client_secret",
"redirect_uris": [],
"auth_uri": "https://accounts.google.com/o/oauth2/v2/auth",
"token_uri": "https://www.googleapis.com/oauth2/v4/token",
"revoke_uri": "https://accounts.google.com/o/oauth2/revoke"
}
}