Skip to content

Latest commit

History

History
247 lines (100 loc) 路 6.13 KB

README.md

File metadata and controls

247 lines (100 loc) 路 6.13 KB

Google Cloud Platform logo

Open in Cloud Shell

Table of Contents

Before you begin

Before running the samples, make sure you've followed the steps outlined in Using the client library.

cd samples

npm install

cd ..

Samples

Adc

View the source code.

Open in Cloud Shell

Usage:

node samples/adc.js


Compute

View the source code.

Open in Cloud Shell

Usage:

node samples/compute.js


Credentials

View the source code.

Open in Cloud Shell

Usage:

node samples/credentials.js


Headers

View the source code.

Open in Cloud Shell

Usage:

node samples/headers.js


ID Tokens with IAP

View the source code.

Open in Cloud Shell

Usage:

node samples/idtokens-iap.js


ID Tokens with Cloud Run

View the source code.

Open in Cloud Shell

Usage:

node samples/idtokens-cloudrun.js


Jwt

View the source code.

Open in Cloud Shell

Usage:

node samples/jwt.js


Keepalive

View the source code.

Open in Cloud Shell

Usage:

node samples/keepalive.js


Keyfile

View the source code.

Open in Cloud Shell

Usage:

node samples/keyfile.js


Oauth2-code Verifier

View the source code.

Open in Cloud Shell

Usage:

node samples/oauth2-codeVerifier.js


Oauth2

View the source code.

Open in Cloud Shell

Usage:

node samples/oauth2.js


Verify Id Token

View the source code.

Open in Cloud Shell

Usage:

node samples/verifyIdToken.js