docusign / docusign-esign-java-client

The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html
MIT License
105 stars 96 forks source link

add new ApiClient method #202

Open v-stukalov opened 3 years ago

v-stukalov commented 3 years ago

I found that there is no method in ApiClient to refresh the authentication token, so I had to add an adapter to my project. Here I propose a solution.