Twilio Access Token Generator

Content Type: Module
Categories: Authentication

Overview

Access Token string generator for Twilio, e.g. for our Twilio Video Chat widget. You can generate the Access Token using our the Java Action: GenerateAccessToken in this module. In order to use it, you have to have a Twilio account and: Account SID: Your primary Twilio account identifier - find this in the Twilio console. API Key SID: Used to authenticate - generate one in the Twilio console / Settings / API Keys. API Key Secret: Used to authenticate - just like the above.

Documentation

Demo urlhttps://twiliovideochat-sandbox.mxapps.io/

Description

This module contains just a single Java Action: GenerateAccessToken that generates Twilio Access Tokens required for authentication when using e.g. our Twilio Video Chat widget.

Twilio Access Tokens are described here: https://www.twilio.com/docs/iam/access-tokens

Twilio Video Chat widget is here: https://appstore.home.mendix.com/link/app/113742/

 

Typical usage scenario

You want to use the Twilio Video Chat widget and you have to provide an Access Token string as one of its configuration values. You call the GenerateAccessToken Java Action from this module and pass the returned value to the widget.

In order to use it, you have to have a Twilio account and:

 

Installation

Just download this module and use it in your Mendix project.

     

    Dependencies

    • Twilio Java SDK is already copied under userlib/twilio-7.49.0-jar-with-dependencies.jar, so you dont have to install anything else.

     

    Releases

    Version: 1.0.1
    Framework Version: 9.1.0
    Release Notes: Upgrading dependencies.
    Version: 1.0.0
    Framework Version: 8.7.0
    Release Notes: Initial version