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 26eb8ce commit 183d372Copy full SHA for 183d372
endpoints/getting-started/openapi.yaml
@@ -87,13 +87,14 @@ definitions:
87
type: "string"
88
email:
89
90
-
+# [START securityDef]
91
securityDefinitions:
92
# This section configures basic authentication with an API key.
93
api_key:
94
type: "apiKey"
95
name: "key"
96
in: "query"
97
+# [END securityDef]
98
# This section configures authentication using Google API Service Accounts
99
# to sign a json web token. This is mostly used for server-to-server
100
# communication.
0 commit comments