Identity Manager
class IdentityManager(deviceHelper: DeviceHelper, storage: LocalStorage, configManager: ConfigManager, ioScope: IOScope, stringToSha: (String) -> String = { it }, notifyUserChange: (change: Map<String, Any>) -> Unit)(source)
Constructors
Link copied to clipboard
constructor(deviceHelper: DeviceHelper, storage: LocalStorage, configManager: ConfigManager, ioScope: IOScope, stringToSha: (String) -> String = { it }, notifyUserChange: (change: Map<String, Any>) -> Unit)