25 lines
553 B
JSON
25 lines
553 B
JSON
{
|
|
"id": "qwen-portal-auth",
|
|
"providers": ["qwen-portal"],
|
|
"providerAuthEnvVars": {
|
|
"qwen-portal": ["QWEN_OAUTH_TOKEN", "QWEN_PORTAL_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "qwen-portal",
|
|
"method": "device",
|
|
"choiceId": "qwen-portal",
|
|
"choiceLabel": "Qwen OAuth",
|
|
"choiceHint": "Device code login",
|
|
"groupId": "qwen",
|
|
"groupLabel": "Qwen",
|
|
"groupHint": "OAuth"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|