Token for use on Google Compute Engine instances
Token for use on Google Compute Engine instances
httr::Token
-> httr::Token2.0
-> GceToken
...
Not used.
init_credentials()
Placeholder implementation of required method
GceToken$init_credentials()
cache()
Placeholder implementation of required method
GceToken$cache(...)
...
Not used.
load_from_cache()
Placeholder implementation of required method
GceToken$load_from_cache(...)
...
Not used.
can_refresh()
Placeholder implementation of required method
GceToken$can_refresh()
refresh()
Refresh a GCE token
GceToken$refresh()
revoke()
Placeholder implementation of required method
GceToken$revoke()
clone()
The objects of this class are cloneable with this method.
GceToken$clone(deep = FALSE)
deep
Whether to make a deep clone.
This class uses the metadata service available on GCE VMs to fetch access
tokens. Not intended for direct use. See credentials_gce()
instead.