ExamplesΒΆ

In all of the examples, we store the client secret in an environment variable.

To create an environment variable (linux), type in the terminal with your client secret value:

export VERDA_CLIENT_SECRET=Z4CZq02rdwdB7ISV0k4Z2gtwAFKiyvr2U1l0KDIeYi

For other platforms check https://en.wikipedia.org/wiki/Environment_variable

All the examples code can be also found in the repository Examples folder