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
This SDK supports the following security schemes globally:
205
205
206
-
| Name | Type| Scheme|
207
-
| ------------------ | ------ |------- |
208
-
|`actAsBearerToken`| apiKey | API key|
209
-
|`cookieAuth`| apiKey | API key |
206
+
| Name | Type| Scheme|
207
+
| ------------|------ | ----------- |
208
+
|`apiToken`| http | HTTP Bearer|
209
+
|`cookieAuth`| apiKey | API key|
210
210
211
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:
0 commit comments