Login Provider
Login Provider is how ObjectNet collects a login information to perform login authentication operation.
To collect login information you need to create a login provider script that implements the interface IInformationProvider to interact with your UI ( see Providers Scripts ).
This script shall implement two methods, one to collect information and another to identify each parameter type ( Boolean, String, Integer, etc ... )..
You can also check the example script LoginInformationProvider in the examples folder. This script has a full implementation of how to provide login information.
You can also check a full example scene "02 - Login".
In this example, you have a full example of how to implement your custom login including a UI.
You can use the following users and passwords to test it.