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

Language:

fetch_user

Checks whether is authenticated or not and returns the user object if true.


use mirrorworld_sdk_rust::{ fetch_user };
fn main() {
let res = fetch_user().await?;
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog