auth0_find_config_file: Find the configuration file.

View source: R/utils.R

auth0_find_config_fileR Documentation

Find the configuration file.

Description

Tries to find the path to the ⁠_auth0.yml⁠ file. First, it tries to get this info from options(auth0_config_file = ). If this option is NULL (the default) it tries to find the ⁠_auth0.yml⁠ within the working directory. If the file does not exist, it raises an error.

Usage

auth0_find_config_file()

Value

Character vector of length one contaning the path of the ⁠_auth0.yml⁠ file.

See Also

use_auth0.


curso-r/auth0 documentation built on Feb. 18, 2024, 6:05 p.m.