gce_access_token {gargle} | R Documentation |
Fetch access token for a service account on GCE
Description
Fetch access token for a service account on GCE
Usage
gce_access_token(
scopes = "https://www.googleapis.com/auth/cloud-platform",
service_account = "default"
)
Arguments
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. |
[Package gargle version 1.4.0 Index]