DeviceRegistrationMessage

@JsonClass(generateAdapter = true)
data class DeviceRegistrationMessage(val userAuthToken: String, val platformClient: PlatformClient, val proxyPlatformClient: PlatformClient)

DeviceRegistrationMessage represents device registration message payload

Constructors

Link copied to clipboard
constructor(userAuthToken: String, platformClient: PlatformClient, proxyPlatformClient: PlatformClient)

Creates DeviceRegistrationMessage instance

Properties

Link copied to clipboard
Link copied to clipboard

The user authentication token