Creates a list containing all the important information to connect to Auth0 service's API.
auth0_info(config)
path to the _auth0.yml
file or the object returned by
auth0_config. If not informed, will try to find the file using
auth0_find_config_file.
A list contaning scope, state, keys, OAuth2.0 app, endpoints,
audience and
remote URL. For compatibility reasons, remote_url
can be either a parameter
in the root yaml or inside a shiny_config
parameter.
use_auth0 to create an _auth0.yml
template.