Hello,
Looking to have the below fixed:
Env: NodeJS
Authorization Code flow missing proxy settings:
https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/build/src/purecloud-platform-client-v2/ApiClient.js#L424
https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/build/src/purecloud-platform-client-v2/ApiClient.js#L454
loginClientCredentialsGrant has the right proxy settings:
https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/build/src/purecloud-platform-client-v2/ApiClient.js#L282-L284
documentation states proxy is supported:
https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudjavascript/#using-a-proxy--node-js-only-
while the code to allow proxy is missing on the Authorization Code methods.