Module com.gluonhq.cloudlink.client
Interface AuthenticationProvider
-
public interface AuthenticationProviderCan be passed to theAuthenticationViewto retrieve login methods configured for the Gluon CloudLink application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GluonObservableList<? extends LoginMethod>retrieveLoginMethods()Returns aGluonObservableListwhich contains all the login methods configured for the Gluon CloudLink application.
-
-
-
Method Detail
-
retrieveLoginMethods
GluonObservableList<? extends LoginMethod> retrieveLoginMethods()
Returns aGluonObservableListwhich contains all the login methods configured for the Gluon CloudLink application.- Returns:
- A
GluonObservableListwith all login methods.
-
-