Executing ClearPasscodeCommand on the iPhone fails because the value of the UnlockToken field is not saved in the DB of MDM.
Therefore, we want to resend the value of the UnlockToken field from the iPhone to MDM and store it in the DB.
Please tell me how to send the value of the UnlockToken field of the TokenUpdateRequest from the iPhone.
TokenUpdateRequest https://developer.apple.com/documentation/devicemanagement/tokenupdaterequest
While the UnlockToken message can be sent multiple times by the device, it is possible it may only be sent once if PushMagic or UnlockToken values change.
I would like to know when the UnlockToken field values are updated.