Verify a passkey for a user
Verify the passkey registration with the public key credential..
Path Parameters
user_id*string
passkey_id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/v2/users/string/passkeys/string" \ -H "Content-Type: application/json" \ -d '{ "publicKeyCredential": { "property1": {}, "property2": {} }, "passkeyName": "string" }'{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?