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

Language:

login

Logs in a user with email and password.


use mirrorworld_sdk_rust::{ login };
pub struct LoginParam <'a>{
pub email: &'a str,
pub password: &'a str,
}
fn main() {
let payload = LoginParam {
password: "super-safe-password"
};
let res = login(payload);
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog