get_token {sevenbridges} | R Documentation |
Click the "Generate Token" or "Regenerate" button, copy and paste the authentication token string to the R console. The function will return the token string.
get_token(platform = c("cgc", "aws-us", "aws-eu", "gcp", "cavatica")) misc_get_token()
platform |
The Seven Bridges platform to use. |
auth token
token <- NULL # Will be prompted to enter the auth token ## Not run: token = get_token(platform = "cgc")