Request
Body Params application/json
{
"id": "string",
"rawId": "string",
"type": "string",
"webauthn": {
"clientDataJSON": "string",
"attestationObject": "string",
"authenticatorData": "string",
"transports": [
[
"string"
]
],
"publicKeyAlgorithm": 0,
"publicKey": "string"
},
"name": "string",
"authenticatorAttachment": "string"
}
Request Code Samples
curl --location 'http://localhost:8080/auth/passkey/register/finish' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"rawId": "string",
"type": "string",
"webauthn": {
"clientDataJSON": "string",
"attestationObject": "string",
"authenticatorData": "string",
"transports": [
[
"string"
]
],
"publicKeyAlgorithm": 0,
"publicKey": "string"
},
"name": "string",
"authenticatorAttachment": "string"
}'
Responses
{
"code": 0,
"result": true,
"error": "string"
}
Modified at 2026-06-24 16:05:36