* Shows the sign up view if the server settings allow the new users registration.
* Shows the sign up view if the new users registration is enabled by the server settings.
*
* REMARK: We must set up the sign up view listener [setupSignUpView].
*/
funshowSignUpView()
/**
* Shows the oauth view if the server settings allow the login via social accounts.
* Setups the sign up view when tapped.
*/
funsetupSignUpView()
/**
* Hides the sign up view.
*/
funhideSignUpView()
/**
* Shows the oauth view if the login via social accounts is enabled by the server settings.
*
* REMARK: we must show at maximum *three* social accounts views ([enableLoginByFacebook], [enableLoginByGithub], [enableLoginByGoogle],
* REMARK: We must show at maximum *three* social accounts views ([enableLoginByFacebook], [enableLoginByGithub], [enableLoginByGoogle],
* [enableLoginByLinkedin], [enableLoginByMeteor], [enableLoginByTwitter] or [enableLoginByGitlab]) for the oauth view.
* If the possibility of login via social accounts exceeds 3 different ways we should set up the FAB ([setupFabListener]) to show the remaining view(s).
*/
funshowOauthView()
/**
* Hides the oauth view.
*/
funhideOauthView()
/**
* Shows the login button.
*/
funshowLoginButton()
/**
* Shows the login by Facebook view if the server settings allow it.
* Hides the login button.
*/
funhideLoginButton()
/**
* Shows the "login by Facebook view if it is enabled by the server settings.
*/
funenableLoginByFacebook()
/**
* Shows the login by Github view if the server settings allow it.
* Shows the "login by Github" view if it is enabled by the server settings.
*/
funenableLoginByGithub()
/**
* Shows the login by Google view if the server settings allow it.
* Shows the "login by Google" view if it is enabled by the server settings.
*/
funenableLoginByGoogle()
/**
* Shows the login by Linkedin view if the server settings allow it.
* Shows the "login by Linkedin" view if it is enabled by the server settings.
*/
funenableLoginByLinkedin()
/**
* Shows the login by Meteor view if the server settings allow it.
* Shows the "login by Meteor" view if it is enabled by the server settings.
*/
funenableLoginByMeteor()
/**
* Shows the login by Twitter view if the server settings allow it.
* Shows the "login by Twitter" view if it is enabled by the server settings.
*/
funenableLoginByTwitter()
/**
* Shows the login by Gitlab view if the server settings allow it.
* Shows the "login by Gitlab" view if it is enabled by the server settings.