Learn R Programming

auth0 (version 0.2.0)

logout_url: Generate a logout URL

Description

Generate a URL that will log the user out of the app if visited.

Usage

logout_url()

Arguments

Value

URL string to log out.

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

logoutButton, logout