From 2a801bdd86fb072750664151f7c4d480f4321270 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Fri, 10 Jan 2025 15:57:40 -0500 Subject: [PATCH] chore: update readme to point to best practices doc page. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ea6fc028..9711d679f 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % " ## google-auth-library-oauth2-http + +Please refer to [authenticate for using client libraries](https://cloud.google.com/docs/authentication/client-libraries) guide for best practices. + ### Application Default Credentials This library provides an implementation of