get_auth
Retreives the user's authentication token from the SDK instance.
use mirrorworld_sdk_rust::{ get_auth };fn main() { // get auth token let token = get_auth();}
Edit this page on GitHub
Language:
get_auth
Retreives the user's authentication token from the SDK instance.
use mirrorworld_sdk_rust::{ get_auth };fn main() { // get auth token let token = get_auth();}
Edit this page on GitHub
Home
Integration
Guides
API Reference
Changelog