new_auth0_config {tapLock} | R Documentation |
Create a new auth0_config object
Description
Creates a new auth0_config object
Usage
new_auth0_config(client_id, client_secret, auth0_domain, app_url)
Arguments
client_id |
The client ID for the app |
client_secret |
The client secret for the app |
auth0_domain |
The domain for the Auth0 tenant |
app_url |
The URL for the app |
Value
An auth0_config object
[Package tapLock version 0.2.0 Index]