Skip to main content

WebAuthnRegisterFinishResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/WebAuthnRegisterFinishResponseBody.json
credential 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
}