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

Language:

LoginWithEmail

Logs in a user with email and password.


string email = "your email address";
string password = "your email password";
MWSDK.LoginWithEmail(email, password, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference