We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77fee7 commit 6ad0db1Copy full SHA for 6ad0db1
1 file changed
endpoints/getting-started/openapi.yaml
@@ -65,7 +65,7 @@ paths:
65
$ref: "#/definitions/authInfoResponse"
66
security:
67
- api_key: []
68
- - google_jwt: []
+ google_jwt: []
69
"/auth/info/googleidtoken":
70
get:
71
description: "Returns the requests' authentication information."
@@ -79,7 +79,7 @@ paths:
79
80
81
82
- - google_id_token: []
+ google_id_token: []
83
definitions:
84
echoMessage:
85
properties:
0 commit comments