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 0dce9e2 commit 5bffa00Copy full SHA for 5bffa00
README.md
@@ -87,7 +87,7 @@ OkHttpClient httpClient = new OkHttpClient();
87
* Afer this, the user must signin on google and get the token that will be show to him.
88
* This token will need to be put as argument to login.
89
*/
90
-GoogleUserCredentialProvider provider = new GoogleUserCredentialProvider(http);
+GoogleUserCredentialProvider provider = new GoogleUserCredentialProvider(httpClient);
91
92
// in this url, you will get a code for the google account that is logged
93
System.out.println("Please go to " + GoogleUserCredentialProvider.LOGIN_URL);
0 commit comments