Call super constructor and initialize empty state.
Contains information about the user, as well as callback functions for setting the App state.
Conditionally renders the Login/Logout components. If the user is logged in, render the Logout button. Otherwise, renders a Login button.
Generated using TypeDoc
A class which handles rendering the login and logout buttons. Deals with conditionally rendering the Login/Logout and passing the correct props to them.