View source: R/nabat_gql_queries.R
get_refresh_token | R Documentation |
Get a NABat GQL token to use for queries
get_refresh_token(
token = NULL,
branch = "prod",
url = NULL,
aws_gql = NULL,
aws_alb = NULL,
docker = FALSE,
force = FALSE
)
token |
List token created from get_nabat_gql_token() or get_refresh_token() |
branch |
(optional) String that defaults to 'prod' but can also be 'dev'|'beta'|'local' |
url |
(optional) String url to use for GQL |
aws_gql |
(optional) String url to use in aws |
aws_alb |
(optional) String url to use in aws |
docker |
(optional) Boolean if being run in docker container or not |
#' \dontrun{
nabat_gql_token = get_refresh_token(token)
-- Prompts for password
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.