Learn R Programming

auth0 (version 0.2.3)

auth0_info: 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)

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.

Arguments

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.

See Also

use_auth0 to create an _auth0.yml template.