Skip to content

Commit b49fc13

Browse files
suztomoTimur Sadykov
andauthored
docs: clarified Maven artifact for HTTP-based clients (#1136)
* docs: clarified Maven artifact for HTTP-based clients * fix typo * remove irrelevant line Co-authored-by: Timur Sadykov <[email protected]>
1 parent 23ea884 commit b49fc13

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
939941
import com.google.api.client.http.HttpRequestInitializer;

0 commit comments

Comments
 (0)