List Sessions
Use theListSessions
method to find all active sessions associated with this user/wallet.
Drop Session
If you wish to drop/end a session, you can use theDropSession
method and provide the session id you wish to drop.
Drop This Session
TheDropThisSession
method can be use if you wish to drop/end the current session. In other words, if you wish to log the user out.
Get Account List
If you wish to fetch theAccount
s associated with the user’s wallet, you can use the GetAccountList
method.
Get Id Token
If you wish to retrieve an id token JWT from the Sequence APIs to validate the authentication on your backend, you can use theGetIdToken
method and optionally provide a nonce.