2026-01-19 21:13:51 -06:00
|
|
|
{
|
|
|
|
|
"id": "qwen-portal-auth",
|
2026-01-31 21:13:13 +09:00
|
|
|
"providers": ["qwen-portal"],
|
2026-03-15 20:02:24 -07:00
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"qwen-portal": ["QWEN_OAUTH_TOKEN", "QWEN_PORTAL_API_KEY"]
|
|
|
|
|
},
|
2026-03-15 23:47:07 -07:00
|
|
|
"providerAuthChoices": [
|
|
|
|
|
{
|
|
|
|
|
"provider": "qwen-portal",
|
|
|
|
|
"method": "device",
|
|
|
|
|
"choiceId": "qwen-portal",
|
|
|
|
|
"choiceLabel": "Qwen OAuth",
|
|
|
|
|
"choiceHint": "Device code login",
|
|
|
|
|
"groupId": "qwen",
|
|
|
|
|
"groupLabel": "Qwen",
|
|
|
|
|
"groupHint": "OAuth"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-19 21:13:51 -06:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|
|
|
|
|
}
|