logout_server {cognitoR} | R Documentation |
Logout Shiny Module Server
Description
Receive a reactive element (isLogged), when is TRUE the logout button and information about is shown.
Usage
logout_server(
input,
output,
session,
isLogged = reactive(FALSE),
textlogged = "You are logged in"
)
Arguments
input |
Shiny input |
output |
Shiny output |
session |
Shiny session |
isLogged |
reactive |
textlogged |
character |
Value
reactive (the logout button)
Examples
logout_server(NULL, NULL, NULL)
[Package cognitoR version 1.0.5 Index]