Multi-language quickstart demo for Coze OAuth
.
├── .gitignore
├── CONTRIBUTING.md
├── language
│ ├── jwt-oauth/
│ │ ├── README.md # full description
│ │ ├── quickstart.md # show in coze download page
│ │ ├── bootstrap.sh # for linux / macos
│ │ ├── bootstrap.ps1 # for windows
│ │ └── src/ # source code
│ ├── web-oauth/
│ ├── pkce-oauth/
│ └── device-oauth/
├── shared/
│ ├── website/
│ └── ...
└── README.md
follow Folder Structure to add your language quickstart demo.