auth0_info {auth0} | R Documentation |
Information used to connect to Auth0.
Description
Creates a list containing all the important information to connect to Auth0 service's API.
Usage
auth0_info(config)
Arguments
config |
path to the |
Value
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.
See Also
use_auth0 to create an _auth0.yml
template.
[Package auth0 version 0.2.3 Index]