File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,10 @@ libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "
8383
8484### Application Default Credentials
8585
86- This library provides an implementation of [ Application Default Credentials] ( https://google.aip.dev/auth/4110 )
87- for Java. The [ Application Default Credentials] ( https://google.aip.dev/auth/4110 )
88- provide a simple way to get authorization credentials for use in calling Google APIs.
86+ This library provides an implementation of
87+ [ Application Default Credentials] ( https://cloud.google.com/docs/authentication/application-default-credentials )
88+ for Java. Application Default Credentials provide a simple way to get authorization
89+ credentials for use in calling Google APIs.
8990
9091They are best suited for cases when the call needs to have the same identity and
9192authorization level for the application independent of the user. This is the recommended
You can’t perform that action at this time.
0 commit comments