getMustCreateUser()
The method creates a user in WinCC OA.
Synopsis
public bool getMustCreateUser();
Return Value
The method must return TRUE if a user should be created. By default the method returns FALSE.
Description
The method can be used after successful login to automatically create a user in WinCC OA. Implement the method in the OaAuthMethodUserdefined class.