DevicePairingInfo

data class DevicePairingInfo(val imsi: String)

Data class representing device pairing information used during the device linking process.

This class encapsulates the necessary identifiers required for validating and establishing a connection with a physical device. The primary identifier is the device's International Mobile Subscriber Identity (IMSI), which uniquely identifies the subscriber's SIM card.

Constructors

Link copied to clipboard
constructor(imsi: String)

Properties

Link copied to clipboard

The device's International Mobile Subscriber Identity (IMSI). This identifier is essential for confirming the authenticity of the user during the pairing process.