Enables creation of a valid & signed token based on a SA key file in OutSystems Developer Cloud (ODC).
This component can be used together with other libraries such as;
-Google Calendar Integration Service
-Google Drive Integration-...to generate the needed token for authentication.
To sign the token a SA key file is needed which contains the private key in the following format:-----BEGIN PRIVATE KEY-----your private key-----END PRIVATE KEY-----
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)