Skip to content

Commit

Permalink
Merge branch 'main' into fix-expand-credentials-type
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog authored Jan 4, 2024
2 parents c249d3a + 88ba8ba commit 983f3b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/auth/computeclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class Compute extends OAuth2Client {
* Google Compute Engine service account credentials.
*
* Retrieve access token from the metadata server.
* See: https://developers.google.com/compute/docs/authentication
* See: https://cloud.google.com/compute/docs/access/authenticate-workloads#applications
*/
constructor(options: ComputeOptions = {}) {
super(options);
Expand Down
4 changes: 2 additions & 2 deletions src/auth/idtokenclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export class IdTokenClient extends OAuth2Client {
/**
* Google ID Token client
*
* Retrieve access token from the metadata server.
* See: https://developers.google.com/compute/docs/authentication
* Retrieve ID token from the metadata server.
* See: https://cloud.google.com/docs/authentication/get-id-token#metadata-server
*/
constructor(options: IdTokenOptions) {
super(options);
Expand Down

0 comments on commit 983f3b5

Please sign in to comment.