You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
<artifactId>docusign-esign-java</artifactId>
6
6
<packaging>jar</packaging>
7
7
<name>docusign-esign-java</name>
8
-
<version>6.0.0-RC2</version>
8
+
<version>6.0.0</version>
9
9
<url>https://developers.docusign.com</url>
10
-
<description>The official DocuSign eSignature JAVA client is based on version 2.1 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
10
+
<description>The official Docusign eSignature JAVA client is based on version 2.1 of the Docusign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
* Configures the current instance of ApiClient with a fresh OAuth JWT access token from DocuSign.
856
-
* @param clientId DocuSign OAuth Client Id (AKA Integrator Key)
857
-
* @param userId DocuSign user Id to be impersonated (This is a UUID)
855
+
* Configures the current instance of ApiClient with a fresh OAuth JWT access token from Docusign.
856
+
* @param clientId Docusign OAuth Client Id (AKA Integrator Key)
857
+
* @param userId Docusign user Id to be impersonated (This is a UUID)
858
858
* @param scopes the list of requested scopes. Values include {@link OAuth#Scope_SIGNATURE}, {@link OAuth#Scope_EXTENDED}, {@link OAuth#Scope_IMPERSONATION}. You can also pass any advanced scope.
859
859
* @param rsaPrivateKey the byte contents of the RSA private key
860
860
* @param expiresIn number of seconds remaining before the JWT assertion is considered as invalid
* <b>RESERVED FOR PARTNERS</b> Request JWT Application Token.
929
-
* Configures the current instance of ApiClient with a fresh OAuth JWT access token from DocuSign
930
-
* @param clientId DocuSign OAuth Client Id (AKA Integrator Key)
929
+
* Configures the current instance of ApiClient with a fresh OAuth JWT access token from Docusign
930
+
* @param clientId Docusign OAuth Client Id (AKA Integrator Key)
931
931
* @param scopes the list of requested scopes. Values include {@link OAuth#Scope_SIGNATURE}, {@link OAuth#Scope_EXTENDED}, {@link OAuth#Scope_IMPERSONATION}. You can also pass any advanced scope.
932
932
* @param rsaPrivateKey the byte contents of the RSA private key
933
933
* @param expiresIn number of seconds remaining before the JWT assertion is considered as invalid
@@ -1423,7 +1423,7 @@ public <T> T invokeAPI(String path, String method, List<Pair> queryParams, List<
0 commit comments