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.