Skip to content

Commit 36fb92e

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 <stim@google.com>
1 parent 2601789 commit 36fb92e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

google-auth-library-java/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)