I'm currently trying to implement a user defined authentication for WinCC OA. The documentation describes to implement an OaAuthMethodUserdefined class
For the custom password verification, the user is given as an OaAuthUser object. However, I can not find the interface description for that class, the corresponding control script is encrypted and the help does not contain any information about it.
As such I can not extract the username from that object and without username the password check is difficult.
I can output the object with DebugN, which results in
Can anyone give me a hint on how to access that object, or where to find the corresponding documentation?WCCOAui2:["user: name:asd | domain:AD1 | lang:en_US.utf8 | ID:65535 | auth:authType:2 | factory:methods::OaAuthMethod OaAuthMethodUserdefined::create() | Windows:OaAuthMethod OaAuthMethodAD::create() | Standard:OaAuthMethod OaAuthMethodStandard::create() | ws:"]
I tried accessing it as an array, but to no avail.
Best regards
Frank