getAuthenticationView
public static AuthenticationView getAuthenticationView()
Get an instance of AuthenticationView. It will try to load a class that
is defined in the system property
com.gluonhq.charm.connect.view.AuthenticationView
. If no such property
was defined, it will try to load the Glisten implementation of the
AuthenticationView. When that fails to instantiate as well,
null
will be returned, which means no authentication can be
started in this application.
- Returns:
- an instance of AuthenticationView that can be used to connect
users to Gluon Cloud.