get_token {sevenbridges}R Documentation

Opens web browser to copy the auth token

Description

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.

Usage

get_token(platform = c("cgc", "aws-us", "aws-eu", "gcp", "cavatica"))

misc_get_token()

Arguments

platform

The Seven Bridges platform to use.

Value

auth token

Examples

token <- NULL
# Will be prompted to enter the auth token
## Not run: token = get_token(platform = "cgc")

[Package sevenbridges version 1.24.0 Index]