connectionEvents property

Stream<ConnectionEvent> get connectionEvents

Whenever a user completes an integration connection, a ConnectionEvent is emitted indicating the connection code. The ConnectionEvent contains the integration identifier and the IntegrationConnectionCode.

Implementation

Stream<ConnectionEvent> get connectionEvents;