auth0_info: Information used to connect to Auth0.

View source: R/auth0.R

auth0_infoR 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 ⁠_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, 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.


auth0 documentation built on March 31, 2023, 9:47 p.m.