We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7649336 commit 3fcb1caCopy full SHA for 3fcb1ca
src/main/java/com/docusign/esign/client/auth/OAuthJerseyClient.java
@@ -12,6 +12,7 @@
12
import org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder;
13
import org.apache.oltu.oauth2.common.exception.OAuthProblemException;
14
import org.apache.oltu.oauth2.common.exception.OAuthSystemException;
15
+import org.apache.oltu.oauth2.common.message.types.GrantType;
16
import com.sun.jersey.api.client.WebResource.Builder;
17
import com.sun.jersey.api.client.Client;
18
import com.sun.jersey.api.client.ClientResponse;
0 commit comments