bruno/packages/bruno-tests/collection_level_oauth2/bruno.json

19 lines
303 B
JSON
Raw Permalink Normal View History

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