docusign-esign-node-client
docusign-esign-node-client copied to clipboard
Add method for refreshing an access token
Add a new refreshAccessToken method to the ApiClient, addressing #281.
Works exactly as the generateAccessToken with the exception that it expects a refresh token instead of an authorization code.
The test are not included because the existing tests for generateAccessToken are commented out as well (suggesting to me that these are not tested for some reason).
I think this is very necessary. Do you have any plans for an update?