oauth_external_token {gargle} | R Documentation |
Generate OAuth token for an external account
Description
Generate OAuth token for an external account
Usage
oauth_external_token(
path = "",
scopes = "https://www.googleapis.com/auth/cloud-platform"
)
Arguments
path |
JSON containing the workload identity configuration for the
external account, in one of the forms supported for the Note that external account tokens are a natural fit for use as Application
Default Credentials, so consider storing the configuration file in one of
the standard locations consulted for ADC, instead of providing |
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
|