We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7afe46 commit 4939425Copy full SHA for 4939425
1 file changed
endpoints/getting-started/openapi.yaml
@@ -99,8 +99,8 @@ securityDefinitions:
99
authorizationUrl: ""
100
flow: "implicit"
101
type: "oauth2"
102
- x-google-issuer: "accounts.google.com"
103
- x-google-jwks_uri: "https://www.googleapis.com/oauth2/v1/certs"
+ x-google-issuer: "https://accounts.google.com"
+ x-google-jwks_uri: "https://www.googleapis.com/oauth2/v3/certs"
104
# Your OAuth2 client's Client ID must be added here. You can add
105
# multiple client IDs to accept tokens from multiple clients.
106
x-google-audiences: "YOUR-CLIENT-ID"
0 commit comments