passkey_register_verify
Verifies a WebAuthn registration response from the browser and stores the user's passkey for authentication.
Instructions
Verify a browser WebAuthn registration response and store the user's passkey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| access_token | Yes | Authenticated user's access_token | |
| challenge_id | Yes | challenge_id returned by passkey_register_options | |
| response | No | PublicKeyCredential registration response JSON from the browser | |
| label | No | Optional passkey label |