Skip to content

Commit

Permalink
chore: update Nodejs authentication file to point to current authent…
Browse files Browse the repository at this point in the history
…ication content (#5669)

Update links to point to Cloud authentication documentation.
  • Loading branch information
piaxc authored Sep 10, 2024
1 parent c29270a commit 6c41b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var config = {

### The `config` object

A `config` object is not required if you are in an environment which supports [Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials). This could be your own development machine when using the [gcloud SDK](https://cloud.google.com/sdk) or within Google App Engine and Compute Engine.
A `config` object is not required if you are in an environment which supports [Application Default Credentials](https://cloud.google.com/docs/authentication/application-default-credentials). This could be your own development machine when using the [gcloud SDK](https://cloud.google.com/sdk) or within Google App Engine and Compute Engine. How you [set up Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc) depends on where your code is running.

If this doesn't describe your environment, the `config` object expects the following properties:

Expand Down

0 comments on commit 6c41b8c

Please sign in to comment.