Request Code Samples
curl --location --request POST 'http://localhost:8080/auth/passkey/register/begin'
Responses
{
"code": 0,
"result": {
"challenge": "string",
"user": {
"id": "string",
"name": "string",
"displayName": "string"
},
"rp": {
"name": "string",
"id": "string"
},
"pubKeyCredParams": [
{
"type": "string",
"alg": 0
}
],
"timeout": 0,
"excludeCredentials": [
{
"id": "string",
"type": "string",
"transports": [
[
"string"
]
]
}
],
"attestation": "string"
},
"error": "string"
}
Modified at 2026-06-24 16:05:36