Disconnect
Last updated
Last updated
After the initial event, an app may disconnect from Backpack at any time. When Backpack is disconnected, it will reject all signature requests until a new connection is established.
dapp_encryption_public_key
(required): The app's original encryption public key for an existing Connect session.
nonce
(required): A base58-encoded nonce is used to encrypt the request.
redirect_link
(required): Backpack should redirect the user to this URI after completion. For more information, please see . URL-encoded.
payload
(required): An encrypted JSON string with the following fields:
Copy
session
(required): The session token received from the Connect method. Please see for more details.
No query params are returned.
An errorCode
and errorMessage
as query parameters.
Please see for a complete list of possible error codes.