Add Session
Add additional sessions to your existing login method. Every session shares the same wallet address with the possibility of assigning different permissions for each session. You must provide aIPermissions
object whenever you call AddSession
.
- Blueprint
- C++

Check if Wallet Exists
Check if the user is already signed in with a wallet. If this returns false, you want the user to sign in.- Blueprint
- C++

Clear Sessions
Clear all sessions from storage. Use this for any ‘Sign Out’ functionality.- Blueprint
- C++

Get Wallet Info
Get relevant information from the current wallet.- Blueprint
- C++
