Files
bruno/packages/bruno-tests/collection_oauth2/bruno.json
2026-01-19 19:33:00 +05:30

17 lines
249 B
JSON

{
"version": "1",
"name": "OAuth2 Demo",
"type": "collection",
"scripts": {
"moduleWhitelist": [
"crypto"
]
},
"clientCertificates": {
"enabled": true,
"certs": []
},
"presets": {
"requestType": "http"
}
}