mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 00:20:06 +00:00
chore: TSDoc comment updated
This commit is contained in:
@@ -55,13 +55,11 @@ export class SASjsConfig {
|
|||||||
*/
|
*/
|
||||||
useComputeApi: boolean | null = null
|
useComputeApi: boolean | null = null
|
||||||
/**
|
/**
|
||||||
* Defaults to `false`.
|
* Optional settings to configure HTTPS Agent.
|
||||||
* When set to `true`, the adapter will allow requests to SAS servers that use a self-signed SSL certificate.
|
* By providing `key`, `cert`, `ca` to connect with server
|
||||||
* Changing this setting is not recommended.
|
* Other options can be set `rejectUnauthorized` and `requestCert`
|
||||||
*/
|
*/
|
||||||
|
|
||||||
httpsAgentOptions?: https.AgentOptions
|
httpsAgentOptions?: https.AgentOptions
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Supported login mechanisms are - Redirected and Default
|
* Supported login mechanisms are - Redirected and Default
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user