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
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
Home
Integration
Guides
API Reference
Changelog