* Shows the oauth view if the server settings allow the login via social accounts.
*
* 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).
*
* @param show True to show the oauth view, false otherwise.
*/
funshouldShowOauthView(show:Boolean)
/**
* Setups the FloatingActionButton to show more social accounts views (expanding the oauth view interface to show the remaining view(s)).
*/
funsetupFabListener()
/**
* Shows the login by Facebook view.
*/
funenableLoginByFacebook()
/**
* Shows the login by Github view.
*/
funenableLoginByGithub()
/**
* Shows the login by Google view.
*/
funenableLoginByGoogle()
/**
* Shows the login by Linkedin view.
*/
funenableLoginByLinkedin()
/**
* Shows the login by Meteor view.
*/
funenableLoginByMeteor()
/**
* Shows the login by Twitter view.
*/
funenableLoginByTwitter()
/**
* Shows the login by Gitlab view.
*/
funenableLoginByGitlab()
/**
* Shows the sign up view if the server settings allow the new users registration.
*
* @param show True to show the sign up view, false otherwise.