withDeviceInfo
method in the enrollment).KeylessNewDeviceData
object containing the new device data. newDeviceData
with your "old device". In fact, it is your "old device" that will add the "new device" to the Keyless network.newDeviceData
..addingNewDevice
in the AuthenticationConfiguration
will output some encrypted data: oldDeviceData
. The integretor is responsible to pass this oldDeviceData
to your "new device". You can see this oldDeviceData
as a confirmation blob necessary to complete the new device registration.oldDeviceData
from the previous step will finalize the "new device" registration with the Keyless network.withDeviceInfo
method;setupNewDevice
method;Keyless.getDevicesList
method.