Backpack Wallet Docs
  • Guides
  • Deeplinks
    • Provider Methods
      • Connect
      • Disconnect
      • SignAndSendTransaction
      • SignAllTransactions
      • SignTransaction
      • SignMessage
    • Other Methods
      • Browse
    • Handling Sessions
    • Specifying Redirects
    • Encryption
    • Limitations
Powered by GitBook
On this page
  1. Deeplinks

Specifying Redirects

All Methods support a redirect_link= param that lets Backpack know how to get back to the original app. The URI specified by this param should be URL encoded.

The following is an example of a mydapp://onWalletConnected redirect URI:

redirect_link%3Dmydapp%3A%2F%2FonWalletConnected

If the deeplink request to Backpack comes with a response, Backpack will append the results as query parameters in the redirect_link= upon redirecting.

redirect_link=mydapp://onWalletConnected?data=...
PreviousHandling SessionsNextEncryption

Last updated 8 months ago