qrCode property

String? qrCode
getter/setter pair

A JSON string whose UTF-8 representation can be used to generate a QR code to enroll a device with this enrollment token.

To enroll a device using NFC, the NFC record must contain a serialized java.util.Properties representation of the properties in the JSON. This is a read-only field generated by the server.

Implementation

core.String? qrCode;