This string includes the connection options you may need to connect through a proxy server with OAuth 2.0 access token flow.

DRIVER=DataDirect 8.0 HubSpot;AccessToken=access_token;
ProxyHost=proxy_host;ProxyPassword=proxy_password;
ProxyPort=proxy_port;ProxyUser=proxy_user;[attribute=value[;...]];

where:

access_token
specifies the access token used to authenticate to the HubSpot service.
Important: The access token is a confidential value used to authenticate to the server. To prevent unauthorized access, this value must be securely maintained.
proxy_host

specifies the proxy server to use for the first connection.

proxy_password

specifies the password needed to connect to a proxy server for the first connection.

proxy_port

specifies the port number where the proxy server is listening for requests for the first connection. The default is 0.

proxy_user

specifies the user name needed to connect to a proxy server for the first connection.

attribute=value
specifies connection option settings. Multiple connection option attributes are separated by a semi-colon.

The following example connection string includes the options required for using a proxy server with OAuth 2.0 access token flow.

DRIVER=DataDirect 8.0 HubSpot;AccessToken=123=abCD/EfGh4Ijk+L;
ProxyHost=pserver;ProxyPassword=secret;ProxyPort=808;ProxyUser=jsmith;