Skip to content

Instantly share code, notes, and snippets.

'use strict';
class UserManagementConnector {
constructor() {
this.websocketName = "umWebSockets";
}
setup(userManagementUrl, applicationName, notificationsRootElementId) {
this.userManagementUrl = userManagementUrl;