If not running interactively (i.e. locally), launches the
mod_synapse_oauth_ui
to start dccvalidator using OAuth for
login. Otherwise, launches the mod_main_ui
to start
dccvalidator using login credentials stored in a .synapseConfig.
app_ui(request)
request | Shiny request object |
---|
A shinydashboard page
if (FALSE) { shinyApp(ui = app_ui, server = app_server) }