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:
387
-
388
-
| Name | Type | Scheme |
389
-
| --------------------- | ------ | ----------- |
390
-
|`apiKey`| apiKey | API key |
391
-
|`workspaceIdentifier`| apiKey | API key |
392
-
|`bearer`| http | HTTP Bearer |
393
-
394
-
You can set the security parameters through the `security` optional parameter 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