You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-10
Original file line number
Diff line number
Diff line change
@@ -27,34 +27,48 @@ programming language follows. This means the currently supported versions are:
27
27
- Go 1.23
28
28
- Go 1.24
29
29
30
-
## Authorization
31
-
32
-
By default, each API will use [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials)
33
-
for authorization credentials used in calling the API endpoints. This will allow your
34
-
application to run in many environments without requiring explicit configuration.
30
+
## Authentication
31
+
32
+
By default, each client library will use [Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials)
33
+
(ADC) to automatically configure the credentials used in calling the API endpoint.
34
+
When using the libraries in a Google Cloud Platform environment such as Compute
35
+
Engine, Kubernetes Engine, or App Engine, no additional authentication steps are
36
+
necessary. See [Authentication methods at Google](https://cloud.google.com/docs/authentication)
37
+
and [Authenticate for using client libraries](https://cloud.google.com/docs/authentication/client-libraries)
0 commit comments