curl --location --request GET 'https://venuehelper.api.voc2018.com/authentication/passkeys/assertionOptions/1' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": {
"passkeyAssertionOptions": {
"challenge": "jxGqki5ZNWU4E4TLsZIf0Q",
"timeout": 60000,
"rpId": "localhost",
"allowCredentials": [
{
"type": "public-key",
"id": "80pDQ-DxxjL23y3wPa3oVzM5jEU"
},
{
"type": "public-key",
"id": "p8f4LEq-LqLEQSnKG7s6_Ag9HAI"
},
{
"type": "public-key",
"id": "yomKgD9IrWapLLpNaGvvNhdKQlg"
},
{
"type": "public-key",
"id": "fKwCrNWiR90mJpJGlHG6Gja_dsE"
},
{
"type": "public-key",
"id": "38h-s7ClYxdMubPhhicIp4ntuWggKJtaMiNfSRg9GS0"
}
],
"userVerification": "discouraged",
"status": "ok",
"errorMessage": ""
},
"passkeyAssertionId": "9d3c1941e7d846a2a2a9896f828a5a31"
}
}