AssertionOptionsDBORequestBody
rpIdstring
allowCredentials object[]
Array [
typestring
idstring<byte>
transportsstring[]
]
userVerificationstring
extensions object
appidstring
appidExcludestring
uvmboolean
credPropsboolean
credentialProtectionPolicystring
Possible values: [userVerificationOptional, userVerificationOptionalWithCredentialIDList, userVerificationRequired]
enforceCredentialProtectionPolicyboolean
hmacCreateSecretboolean
hmacGetSecret object
salt1string<byte>
salt2string<byte>
challengestring
timeoutinteger<int64>
isActiveboolean
createdAtstring<date-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"
}