Package io.realm.mongodb
Interface AuthenticationListener
-
public interface AuthenticationListenerInterface describing events related to Users and their authentication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloggedIn(User user)A user was logged into the Object ServervoidloggedOut(User user)A user was successfully logged out from the Object Server.
-