# coze-oauth-quickstart **Repository Path**: coze-dev/coze-oauth-quickstart ## Basic Information - **Project Name**: coze-oauth-quickstart - **Description**: Coze OAuth 多语言快速入门演示 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-26 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # coze-oauth-quickstart Multi-language quickstart demo for Coze OAuth ## Folder Structure ``` . ├── .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 ``` ## Contributing follow Folder Structure to add your language quickstart demo.