logout_ui {cognitoR}R Documentation

Logout Shiny Module UI

Description

Return a UI with a logout button and information about user logged. By default is hidden and is show with reactive element from logoutServer

Usage

logout_ui(id, textbutton = "Log out", classbutton = "btn-logout btn-danger")

Arguments

id

character

textbutton

character

classbutton

character

Value

Shiny UI

Examples

logout_ui("test")

[Package cognitoR version 1.0.5 Index]