It would be easier to help you with the concrete call to ZAUTHENTICATE in hands.
In addition ZAUTHENTICATE.mac needs to be modeled by un-commenting lines.
Or do you use the pre-configured OAUTH2.AUTHENTICATE.mac
in both cases you need to have activated this line:
according to your description this is done .
So the issue might result from the way the call is done
Comment in ZAUTHENICATE.mac Line 90 says:
So your call should look like
#;--------------------------------------------------------------------^^^
It's the dot in front of variable name Properties that does the Pass by Reference and enables you to use the updated array after the call.
The dirty approach would be to name your array %myProp instead of Properties thus using a variable with public scope.
- Log in to post comments



