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