DeviceInfo

data class DeviceInfo(val id: String, val name: String)

The device information is used to identify the device the client application is running on.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String

Unique id of the device. Only one user may be authenticated per device. It is recommended to generate an unique value for each user in the client.

Link copied to clipboard

Name of the device.