mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 03:41:28 +00:00
17 lines
249 B
JSON
17 lines
249 B
JSON
{
|
|
"version": "1",
|
|
"name": "OAuth2 Demo",
|
|
"type": "collection",
|
|
"scripts": {
|
|
"moduleWhitelist": [
|
|
"crypto"
|
|
]
|
|
},
|
|
"clientCertificates": {
|
|
"enabled": true,
|
|
"certs": []
|
|
},
|
|
"presets": {
|
|
"requestType": "http"
|
|
}
|
|
} |