File tree 1 file changed +4
-3
lines changed
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" % "
83
83
84
84
### Application Default Credentials
85
85
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.
89
90
90
91
They are best suited for cases when the call needs to have the same identity and
91
92
authorization level for the application independent of the user. This is the recommended
You can’t perform that action at this time.
0 commit comments