get_access_token: Get Auth0 acess token

View source: R/get_access_token.R

get_access_tokenR Documentation

Get Auth0 acess token

Description

Gets access token from the api that will be used for modeling and update.

Usage

get_access_token(
  config_file = paste0(system.file(package = "faas4i"), "/config.json")
)

Arguments

config_file

set the user email.

Value

auth0 token

See Also

toJSON, fromJSON

Examples

## Not run: 
if(interactive()){
 ## EXAMPLE - Downloading project files from an example

 my_token <- faas4i::get_access_token()
 }

## End(Not run)

4intelligence/faas4i documentation built on April 14, 2025, 2:09 a.m.