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 870ab43 commit 8f0dc71Copy full SHA for 8f0dc71
sdk/src/main/java/com/uber/sdk/rides/auth/OAuth2Credentials.java
@@ -22,7 +22,12 @@
22
23
package com.uber.sdk.rides.auth;
24
25
-import com.google.api.client.auth.oauth2.*;
+import com.google.api.client.auth.oauth2.AuthorizationCodeFlow;
26
+import com.google.api.client.auth.oauth2.AuthorizationCodeTokenRequest;
27
+import com.google.api.client.auth.oauth2.BearerToken;
28
+import com.google.api.client.auth.oauth2.ClientParametersAuthentication;
29
+import com.google.api.client.auth.oauth2.Credential;
30
+import com.google.api.client.auth.oauth2.TokenResponse;
31
import com.google.api.client.http.GenericUrl;
32
import com.google.api.client.http.HttpTransport;
33
import com.google.api.client.http.javanet.NetHttpTransport;
0 commit comments