Auth

Complete passkey bridge

Verify the WebAuthn response for a pending passkey bridge ceremony. A failed verification leaves the ceremony pending so it can be retried.

post/auth/passkey-bridge/{ceremony_id}/complete

Path parameters

ceremony_idstring required

Identifier of the passkey ceremony

Identifier of the passkey ceremony

Request body

Response

Success

return_urlstring nullable required

Where the page runner goes next, or null for the native runner

completion_codestring nullable required

Code the native runner redeems, or null for the page runner

Changes