Installation
Usage
How It Works
1
Generate Token
Generate a link token from your backend
2
Call authenticate()
Call
authenticate() with the token3
Popup Opens
A popup opens with the connection UI
4
User Authenticates
User selects integration and authenticates
5
Handle Response
Promise resolves on success, rejects on error
Generate Link Token
From your backend:Response Handling
Success
Errors
The promise rejects when:- User closes the popup
- Authentication fails
- Validation fails (if configured)

