Guest
For when you want to quickly get your users into your game to start playing, you can use our guest login.
Simply call GuestLogin
on a SequenceLogin
instance.
SequenceLogin login = SequenceLogin.GetInstance();
login.GuestLogin();
Reminder: since guest login users have no persisting credentials, when the session ends, the user will be unable to access their embedded wallet again. Before ending the session, be sure to prompt the user to federate their account and associate a login method + credentials with it for subsequent sessions!