Skip to content

Commit

Permalink
Merge branch 'main' into tpc-stage2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurSadykov authored Dec 26, 2023
2 parents e666759 + 98fc7e1 commit e86410f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "

### Application Default Credentials

This library provides an implementation of [Application Default Credentials](https://google.aip.dev/auth/4110)
for Java. The [Application Default Credentials](https://google.aip.dev/auth/4110)
provide a simple way to get authorization credentials for use in calling Google APIs.
This library provides an implementation of
[Application Default Credentials](https://cloud.google.com/docs/authentication/application-default-credentials)
for Java. Application Default Credentials provide a simple way to get authorization
credentials for use in calling Google APIs.

They are best suited for cases when the call needs to have the same identity and
authorization level for the application independent of the user. This is the recommended
Expand Down

0 comments on commit e86410f

Please sign in to comment.