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
11 lines
311 B
JSON
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"
|
|
}
|
|
}
|