I am trying to integrate docusign with java application.
I am following Github example which is working. https://github.com/docusign/docusign-java-client
Here I am just changing Integrator key,clientId and private key but is not working. https://github.com/docusign/docusign-java-client/blob/master/src/test/java/SdkUnitTests.java
Here I have attached how I am copying key and id etc... https://gitlab.com/sanju24689/docusign
Here I have also attached my code also.
It's giving me error like
"com.docusign.esign.client.ApiException: Error while requesting an access token: POST https://account-d.docusign.com/oauth/token returned a response status of 400 Bad Request"
