Question
What is causing 'ReferenceError: "Authenticators" is not defined'?
Hi,
Version: Thingworx 7.1.1
I want to get the ConfigurationTable of a custom Authenticator via a service of a Thing. I need to retrieve a configuration property.
To demonstrate, I am using the ThingworxMobileAuthorizationAuthenticator. The behaviour is the same as for the custom Authenticator.
Using Postman works fine, but when I try to code it using the Entities tab in the Service script, like so:

I get this error when I test it:

What does this mean?
Thank you,
Shane

