Helper function for decoding a JSON Web Token. Throws error if not valid.
B64-encoded JWT string, as received from Webex
Sets an action handler, so you are notified when there are important action notifications such as if the integration manifest was updated.
Sets an error handler on the integration, so you are notified when something goes wrong. This will typically be called if the SDK is not able to refresh the access token eg due to network issues or if Webex is not available.
Takes a list of events from Webex and checks if you have event listeners registered that match the incoming notification, and if so deliver it.
The payload (list of messages) from an incoming Webex web hook
Generated using TypeDoc
Provides access to all the supported Webex APIs as child objects. Automatically takes care of retrieving and refreshing access tokens, as well as long polling for notifications, when that method is used.