Update __init__.py

This commit is contained in:
Jay Lee
2022-09-01 14:34:55 -04:00
committed by GitHub
parent 8fd3f4ee7d
commit 1dd76012f8

View File

@@ -7285,7 +7285,7 @@ def _createClientSecretsOauth2service(httpObj, projectId, login_hint):
'code':
'ThisIsAnInvalidCodeOnlyBeingUsedToTestIfClientAndSecretAreValid',
'redirect_uri':
'urn:ietf:wg:oauth:2.0:oob',
'http://127.0.0.1:8080/',
'grant_type':
'authorization_code'
}