File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -930,10 +930,12 @@ The above example requires `com.google.http-client:google-http-client-apache-v2`
930930
931931## Using Credentials with ` google-http-client `
932932
933- Credentials provided by ` google-auth-library ` can be used with Google's
934- [ HTTP-based clients] [ apiary-clients ] . We provide a
935- [ ` HttpCredentialsAdapter ` ] [ http-credentials-adapter ] which can be used as an
936- [ ` HttpRequestInitializer ` ] [ http-request-initializer ] .
933+ Credentials provided by [ com.google.auth: google-auth-library-oauth2-http ] (
934+ https://search.maven.org/artifact/com.google.auth/google-auth-library-oauth2-http )
935+ can be used with Google's [ HTTP-based clients] [ apiary-clients ] .
936+ We provide a [ ` HttpCredentialsAdapter ` ] [ http-credentials-adapter ] which can be used
937+ as an [ ` HttpRequestInitializer ` ] [ http-request-initializer ] , the last argument for
938+ their builders.
937939
938940``` java
939941import com.google.api.client.http.HttpRequestInitializer ;
You can’t perform that action at this time.
0 commit comments