AssertionOptionsDBORequestBody
rpIdstring
allowCredentials object[]
Array [
typestring
idbyte
transportsstring[]
]
userVerificationstring
extensions object
appidstring
appidExcludestring
uvmboolean
credPropsboolean
credentialProtectionPolicystring
Possible values: [userVerificationOptional
, userVerificationOptionalWithCredentialIDList
, userVerificationRequired
]
enforceCredentialProtectionPolicyboolean
hmacCreateSecretboolean
hmacGetSecret object
salt1byte
salt2byte
challengestring
timeoutint64
isActiveboolean
createdAtdate-time
AssertionOptionsDBORequestBody
{
"rpId": "string",
"allowCredentials": [
{
"type": "string",
"id": "string",
"transports": [
"string"
]
}
],
"userVerification": "string",
"extensions": {
"appid": "string",
"appidExclude": "string",
"uvm": true,
"credProps": true,
"credentialProtectionPolicy": "userVerificationOptional",
"enforceCredentialProtectionPolicy": true,
"hmacCreateSecret": true,
"hmacGetSecret": {
"salt1": "string",
"salt2": "string"
}
},
"challenge": "string",
"timeout": 0,
"isActive": true,
"createdAt": "2024-07-29T15:51:28.071Z"
}