The set command requests the device's claim token.
Syntax:
%CLAIMTOKEN=<sec_tag>[,<challenge>]
Response syntax:
%CLAIMTOKEN: <response>
The set command parameters and their defined values are the following:
"Base64Url(Device claim
token).Base64Url(Cose_Sign1)"
The following command example requests the claim token. The ownership key is stored at <sec_tag> 22:
AT%CLAIMTOKEN=22
%CLAIMTOKEN: "RGV2aWNlIGNsYWltIHRva2Vu.Q29zZV9TaWduMQ"
OK
The following command example requests the claim token including challenge. The ownership key is stored at <sec_tag> 34:
AT%CLAIMTOKEN=34,"90115c20ac3f381b520b43c76bd5d99c"
%CLAIMTOKEN: "RGV2aWNlIGNsYWltIHRva2Vu.Q29zZV9TaWduMQ"
OK