Framework Mode - OAuth 2.0 flow
Folder Structure
postman-oauth2-flow/
├── collections/
│ └── OAuth2_Flow.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── scripts/
│ ├── pre-request-scripts.js
│ └── test-scripts.js
├── globals.json
└── README.md