Establish Connection
Connect with Blocto from the web app.
Before you interact with Blocto, you have to establish a connection first. The connection will prompt the user for permission to share their public key, or it returns public key directly if the user has approved the account access permission.
Connection
When the user has approved the request to connect, the provider will emit a connect
event. And you may access useful properties of the provider.
Disconnection
Similar with connection, calling disconnection will emit a disconnect
event.
Last updated
Was this helpful?