get_auth
Retreives the user's authentication token from the SDK instance.
_6use mirrorworld_sdk_rust::{ get_auth };_6_6fn main() {_6 // get auth token_6 let token = get_auth();_6}
Edit this page on GitHub
Language:
get_auth
Retreives the user's authentication token from the SDK instance.
_6use mirrorworld_sdk_rust::{ get_auth };_6_6fn main() {_6 // get auth token_6 let token = get_auth();_6}
Edit this page on GitHub
Home
Tutorials
Guides
API Reference