Call via shiny::callModule(shinyauthr::logout, "id", ...)
This function is now deprecated in favour of logoutServer which uses shiny's new moduleServer
method as opposed to the callModule method used by this function.
See the logoutServer documentation For details on how to migrate.