We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8763bf commit f15c86aCopy full SHA for f15c86a
endpoints/getting-started/clients/service_to_service_gae_default/main.py
@@ -44,7 +44,7 @@ def generate_jwt():
44
'iss': DEFAULT_SERVICE_ACCOUNT,
45
'sub': DEFAULT_SERVICE_ACCOUNT,
46
# aud must match 'audience' in the security configuration in your
47
- # swagger spec.It can be any string.
+ # OpenAPI spec.It can be any string.
48
'aud': 'echo.endpoints.sample.google.com',
49
"email": DEFAULT_SERVICE_ACCOUNT
50
})
0 commit comments