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
ChatStreamResponse res = sdk.client().chat().createStream()
@@ -201,14 +197,13 @@ public class Application {
201
197
202
198
### Per-Client Security Schemes
203
199
204
-
This SDK supports the following security schemes globally:
200
+
This SDK supports the following security scheme globally:
205
201
206
-
| Name | Type | Scheme |
207
-
| ------------ | ------ | ----------- |
208
-
|`apiToken`| http | HTTP Bearer |
209
-
|`cookieAuth`| apiKey | API key |
202
+
| Name | Type | Scheme |
203
+
| ---------- | ---- | ----------- |
204
+
|`apiToken`| http | HTTP Bearer |
210
205
211
-
You can set the security parameters through the `security` builder method when initializing the SDK client instance. The selected scheme will be used by default to authenticate with the API for all operations that support it. For example:
206
+
To authenticate with the API the `apiToken` parameter must be set when initializing the SDK client instance. For example:
0 commit comments