logout_url {auth0}R Documentation

Generate a logout URL

Description

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

Usage

logout_url()

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").

Value

URL string to log out.

See Also

logoutButton, logout


[Package auth0 version 0.2.3 Index]