Learn R Programming

auth0 (version 0.2.0)

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)

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.

Value

A list contaning scope, state, keys, OAuth2.0 app and endpoints.

See Also

use_auth0 to create an _auth0.yml template.