Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

loginWithEmail

Logs in a user with email and password.


String emailAddress = "[email protected]";
String password = "super-secret-password";
MirrorWorld.loginWithEmail(emailAddress, password, new MirrorCallback () {
@Override
public void callback(String loginRawResult) {
Log.d("MirrorSDK","login result is" + loginRawResult);
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog