View source: R/credentials_gce.R
gce_access_token | R Documentation |
Fetch access token for a service account on GCE
gce_access_token(
scopes = "https://www.googleapis.com/auth/cloud-platform",
service_account = "default"
)
scopes |
A character vector of scopes to request. Pick from those listed at https://developers.google.com/identity/protocols/oauth2/scopes. For certain token flows, the
|
service_account |
Name of the GCE service account to use. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.