This commit is contained in:
Jay Lee
2019-05-29 16:03:16 -04:00

View File

@@ -7679,10 +7679,7 @@ def _createClientSecretsOauth2service(httpObj, projectId):
"client_id": "%s", "client_id": "%s",
"client_secret": "%s", "client_secret": "%s",
"project_id": "%s", "project_id": "%s",
"redirect_uris": [ "redirect_uris": ["http://localhost", "urn:ietf:wg:oauth:2.0:oob"],
"urn:ietf:wg:oauth:2.0:oob",
"http://localhost"
],
"token_uri": "https://oauth2.googleapis.com/token" "token_uri": "https://oauth2.googleapis.com/token"
} }
}''' % (client_id, client_secret, projectId) }''' % (client_id, client_secret, projectId)