
Using Cobalt SDKs
.connect() method
The .connect() method in the JS SDK by Cobalt lets your customers to connect to an application platform, authorizing you to access the platform APIs and data on their behalf.Method
application slug
for which the connection needs to be made and if the app is Key-based, then it requires a Payload containing the auth data.
The method will return true
if the connection was successful.
.disconnect() method
The .disconnect() method disconnects the specified application and remove any associated data from Cobalt.Method
Checkpoint + Next Step
You have now successfully implemented the Application Connect and Disconnect functionality for your end-users. Next we will learn how you can Manage the Config of end-user.