How to provide a token that is created on server side
Detailed instructions about how to create a token provider and how to use it from client app is described in Development Guide.
This example will show the implementation on JavaScript running on NodeJS. Because this example requires own server with credentials it cannot be shown live. To see it live please open src/tokenProvider
and follow the instructions in README file.