GuestLogin
Calling this API would popup a dialog, user can finish login flow on it. In which the user can login with another method like Google or Twitter. Or they can login with their registered email.
MirrorWorldSDK.share.StartLogin { userInfo in print("login success :\(userInfo?.toString() ?? "")")} onFail: { print("login failed !")}
Edit this page on GitHub