forcedotcom / Salesforce-CDP-jdbc

JDBC driver to connect to Salesforce CDP.
Apache License 2.0
32 stars 29 forks source link

Refresh token when core token is invalid but refresh token is valid #138

Closed minukolunu closed 1 year ago

minukolunu commented 1 year ago

Get a new Access token and exchange token if valid refresh token is provided. This helps in the case of using the driver in spark , where connections are made from multiple machines.