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

Language:

GuestLogin

Use this API to make a user logged in as a guest who has a new account and a new wallet.

Parameters

action|Action<LoginResponse> - The callback function of this method is used to receive the results.

Returns

response class - LoginResponse

Code Example


MWSDK.GuestLogin((loginResponse) => {
LoginResponse resObj = loginResponse;
string solAddress = resObj.user.wallet.sol_address;
string userName = resObj.user.username;
//todo...
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

Home

Integration

Guides

API Reference

Changelog