You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/desktop/openapi.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4157,13 +4157,17 @@
4157
4157
"description": "Optional default value for the key",
4158
4158
"nullable": true
4159
4159
},
4160
+
"device_code_flow": {
4161
+
"type": "boolean",
4162
+
"description": "Whether this OAuth flow uses the device code grant (RFC 8628)\nWhen true, the user must enter a verification code in the browser"
4163
+
},
4160
4164
"name": {
4161
4165
"type": "string",
4162
4166
"description": "The name of the configuration key (e.g., \"API_KEY\")"
4163
4167
},
4164
4168
"oauth_flow": {
4165
4169
"type": "boolean",
4166
-
"description": "Whether this key should be configured using OAuth device code flow\nWhen true, the provider's configure_oauth() method will be called instead of prompting for manual input"
4170
+
"description": "Whether this key should be configured using an OAuth flow\nWhen true, the provider's configure_oauth() method will be called instead of prompting for manual input"
0 commit comments