FetchUser
Fetches the current user's object.
MirrorSDK.FetchUser(email, (response) =>{ long resCode = response.Code; UserResponse details = response.Data; string error = response.Error; string message = response.Message; string status = response.Status;});
Edit this page on GitHub