WebAuthnRegisterFinishResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnRegisterFinishResponseBody.jsoncredential objectrequired
backupStateboolean
cloneWarningboolean
createdAtdate-timerequired
credentialIdstringrequired
base64url
lastUsedAtdate-time
namestringrequired
transportsstring[]nullable
successbooleanrequired
WebAuthnRegisterFinishResponseBody
{
"$schema": "https://example.com/schemas/WebAuthnRegisterFinishResponseBody.json",
"credential": {
"backupState": true,
"cloneWarning": true,
"createdAt": "2024-07-29T15:51:28.071Z",
"credentialId": "string",
"lastUsedAt": "2024-07-29T15:51:28.071Z",
"name": "string",
"transports": "Unknown Type: array,null"
},
"success": true
}