LoginWithEmail
Logs in a user with email and password.
MirrorSDK.LoginWithEmail(debugEmail, debugPassword, (response) =>{ long resCode = response.Code; LoginResponse details = response.Data; string error = response.Error; string message = response.Message; string status = response.Status;});
Edit this page on GitHub