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.
2 parents 32fd487 + 0d6aa17 commit 580441aCopy full SHA for 580441a
versions/3.1.1.md
@@ -3250,6 +3250,20 @@ scheme: bearer
3250
bearerFormat: JWT
3251
```
3252
3253
+###### MutualTLS Sample
3254
+
3255
+```json
3256
+{
3257
+ "type": "mutualTLS",
3258
+ "description": "Cert must be signed by example.com CA"
3259
+}
3260
+```
3261
3262
+```yaml
3263
+type: mutualTLS
3264
+description: Cert must be signed by example.com CA
3265
3266
3267
###### Implicit OAuth2 Sample
3268
3269
```json
0 commit comments