logout_server {cognitoR} | R Documentation |
Receive a reactive element (isLogged), when is TRUE the logout button and information about is shown.
logout_server(
input,
output,
session,
isLogged = reactive(FALSE),
textlogged = "You are logged in"
)
input |
Shiny input |
output |
Shiny output |
session |
Shiny session |
isLogged |
reactive |
textlogged |
character |
reactive (the logout button)
logout_server(NULL, NULL, NULL)