IPermissions object to each Sign In call, if you want to connect to an
explicit session directly.
Learn how to construct permissions.
Recover wallet from storage
This function returnsnull when no wallet is found.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ecosystem Wallet Documentation for Sequence’s Unity SDK.
IPermissions object to each Sign In call, if you want to connect to an
explicit session directly.
Learn how to construct permissions.
null when no wallet is found.
IWallet wallet = SequenceWallet.RecoverFromStorage();
SequenceConnect connect = new SequenceConnect();
string email = "your.mail@example.com";
IWallet wallet = await connect.SignInWithEmail(email);
IWallet wallet = await connect.SignInWithGoogle();
IWallet wallet = await connect.SignInWithApple();
IWallet wallet = await connect.SignInWithPasskey();
IWallet wallet = await connect.SignInWithMnemonic();
Was this page helpful?