Can I access the AppMetadata of the wallet used to sign in One-Click Auth? #6812
Unanswered
torufuruya
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm integrating Reown iOS SDK to do personal_sign via wallets.
I understand there are One-click auth and Two-step one. For instance, I see Zerion supports One-click auth whilst MetaMask doesn't seem to.
I use
AppKit.present()
to start the whole flow.I'd like to know which wallets a user used to sign. I observed that with the 2-step auth it can be retrieved via
Session
byAppKit.instance.getSessions()
. However, with the One-click auth, as it signs without session, I get nothing viagetSessions()
, and even in theauthResponsePublisher
publisher thesession
variable in the result is nil.So the question is, is there any way to retrieve the AppMetadata (especially the wallet name used to sign) in the One-Click auth through your SDK?
Beta Was this translation helpful? Give feedback.
All reactions