Authenticate a user
private var listener: MBAuthApiAuthenticateListener
private var email, password: String
MBurgerAuthTasks.authenticateUser(applicationContext,
listener, //Listener for authentication
email, //Email of the user
password); //Password of the userMBurgerAuthTasks.clearAuthToken(applicationContext);Last updated