Once you’ve authenticated your user with the Sequence APIs and established a session, there are a number of methods available to you to manage the session.Documentation Index
Fetch the complete documentation index at: https://docs.sequence.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Setup
If you enableStoreSessionPrivateKeyInSecureStorage in your SequenceConfig ScriptableObject, we will automatically store the session wallet information for you (on supported platforms) and expose the ability to attempt to recover the session in SequenceLogin. The default SequenceLoginWindow will automatically handle the UI flow for this as well (see Authentication). If the platform is not supported, this flag will have no effect.
Read our Recovering Sessions page for more details on what platforms tools we use to securely store player details.
Integration
You have two options to recover a wallet from storage. First is to use theEmbeddedWalletAdapter class. If this call succeeds, the EmbeddedWalletAdapter contains the Wallet instance.
SequenceLogin class.
SequenceWallet.OnWalletCreated event whenever a wallet was recovered from storage or created during the sign-in process.