Modal.Model.AuthPayloadParams
, which are required to create a SIWE message for the user to sign:
onSessionAuthenticateResponse
callback from AppKit.ModalDelegate
:
wc_sessionPropose
method and create a session with the wallet. AppKit will then inform the user that they need to sign a message to prove address ownership. AppKit will send a SIWE request to the wallet, and once the wallet responds with a signed message, use onSIWEAuthenticationResponse
callback to check the result:
appLink
with a valid universal link and set the linkMode
property to true
:
autoVerify
set to true
: