function | description |
---|---|
libCurlName(const EmaString&) | Optional. Specifies a name to override the default for the curl shared library. |
libCryptoName(const EmaString&) | Optional. Specifies a name to override the default for the OpenSSL libcrypto shared library. |
libSslName(const EmaString&) | Optional. Specifies a name to override the default for the OpenSSL libssl shared library. |
restEnableLog(bool) | Optional. Specifies whether to enable or disable REST logging. If set to true, REST logging is enabled. Defaults to false. |
restLogOutputStream(FILE*) | Optional. Specifies file output location for REST Logs. If NULL, sends logs to stdout. |
restVerboseMode(bool) | Optional. Specifies whether to enable or disable verbose REST logging. Defaults to false. |
shouldInitializeCPUIDlib(bool) | Optional. Specifies whether to enable or disable the CpuId library initialization. Defaults to true. |
serviceDiscoveryUrl(const EmaString&) | Optional. Specifies a URL to override the default for the RDP service discovery to get global endpoints |
tokenServiceUrlV1(const EmaString&) | Optional. Specifies a URL to override the default for token service V1 Password Credentials to perform authentication to get access and refresh tokens. |
tokenServiceUrlV2(const EmaString&) | Optional. Specifies a URL to override the default for token service V2 Password Credentials to perform authentication to get access and refresh tokens. |