Scripting: Object Request

In attempting to implement an interface to a commercial HTML/Restful API in Storybook Pro 22’s scripting language (which was mostly successful), I believe I discovered a need for the QMessageAuthenticationCode QtScript class. This is required in order to properly encrypt communications. In Python, this would be accomplished through the use of the ‘hmac’ object. It would be great if QMessageAuthenticationCode could be added to SBP scripting.