Disconnect
Description
Function that clears the user password saved in local storage. The user will be prompted to enter their password again the next time they try to interact with their wallet.
This function should be called when the user logs out of their account.
Details
Signature
Disconnect(apiKey)
Arguments
Parameter
Type
Definition
apiKey
String
Return Value
None.
Example
custom-tokens.js
Last updated