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 0adfa17 commit 5861d19Copy full SHA for 5861d19
endpoints/getting-started/openapi.yaml
@@ -107,12 +107,14 @@ definitions:
107
email:
108
type: "string"
109
110
+# [START securityDef]
111
securityDefinitions:
112
# This section configures basic authentication with an API key.
113
api_key:
114
type: "apiKey"
115
name: "key"
116
in: "query"
117
+# [END securityDef]
118
# This section configures authentication using Google API Service Accounts
119
# to sign a json web token. This is mostly used for server-to-server
120
# communication.
0 commit comments