abstract class WebcomAbstractService
Base class for the Webcom services such as AuthenticationService or DatasyncService.
class AuthenticationService : WebcomAbstractService
The Webcom service that makes it possible to authenticate users and manage identities (or authentication means) of users on a Webcom application. |
|
class DatasyncService : WebcomAbstractService
The WebcomAbstractService that makes it possible to interact in real time with the data of a Webcom application. |