There was an error while loading. Please reload this page.
1 parent 5ef08ca commit e0a2d9aCopy full SHA for e0a2d9a
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