1
0
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:
Saad Jutt
2021-10-29 00:29:14 +05:00
parent 9dc0499f66
commit bc82cb5f5e

View File

@@ -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
*/ */