logout {auth0} | R Documentation |
Log out of an auth0 app
Description
Log the current user out of an auth0 shiny app.
Usage
logout()
Details
You can also use a diferent configuration file by setting the
auth0_config_file
option with:
options(auth0_config_file = "path/to/file.yaml")
.
See Also
[Package auth0 version 0.2.3 Index]