View source: R/credentials_external_account.R
oauth_external_token | R Documentation |
Generate OAuth token for an external account
oauth_external_token(
path = "",
scopes = "https://www.googleapis.com/auth/cloud-platform"
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.