Files
bruno/packages/bruno-tests/collection_oauth2/bruno.json
Anoop M D 9f5f975f70 feat: async parser workers (#3834) (#3887)
feat: async parser workers (#3834)
Co-authored-by: lohit <lohit.jiddimani@gmail.com>
2025-01-29 02:53:53 +05:30

20 lines
302 B
JSON

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