loginWithEmail
Allow the user to log in using their email and password. Only after logging in, the user can use other APIs.
MWSDK.loginWithEmail(email: email, passWord: password) { print("email login success")} onFail: { print("email login success")}
Edit this page on GitHub