Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleOTP Token Seed Data File Format
<?xml version="1.0" encoding="utf-8"?>
<data>
  <header>
    <manufacturerCode>DN</manufacturerCode>
    <productCode>ASDID</productCode>
  </header>
  <tokens>
    <token>
      <serial></serial>
      <description>work phone</description>
      <deviceId>XXXXXXXX</deviceId>
      <deviceModel>iPhone Max 14</deviceModel>
      <deviceOS>iOS 14</deviceOS>
      <mailClient>Apple Mail</mailClient>
    </token>
    <token>
      <serial></serial>
      <description>work phone</description>
      <deviceId>XXXXXXXX</deviceId>
      <deviceModel>Sumsung Galaxy S23</deviceModel>
      <deviceOS>Android 13</deviceOS>
      <mailClient>Google Mail</mailClient>
    </token>
  </tokens>
</data>  

...