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
10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"web": {
|
|
"client_id": "[[INSERT CLIENT ID HERE]]",
|
|
"client_secret": "[[INSERT CLIENT SECRET HERE]]",
|
|
"redirect_uris": [],
|
|
"auth_uri": "https://accounts.google.com/o/oauth2/v2/auth",
|
|
"token_uri": "https://www.googleapis.com/oauth2/v4/token"
|
|
}
|
|
}
|