CryptoAuthPublicDataElement Object

This object defines the location and contents of a public data element in CryptoAuthentication secure elements.

{
  "zone": "data",
  "slot": 14,
  "offset": 0,
  "data": BASE64URL(data)
}
zone
CryptoAuthentication zone where the data are found. The options are “data” for one of the slots, “otp” for the OTP zone or “config” for the configuration zone.
slot
If the zone is “data”, this is the slot index (0-15) where the data can be found.
offset
Byte offset into the zone/slot that the data can be found at.
data
Actual data at the location specified by the other members. This data will be BASE64URL encoded (with padding characters (“=”) stripped).