WalletUnitActivation

Begin passkey registration ceremony

Creates a WebAuthn registration challenge for an Identity-bound passkey credential. The browser or wallet application performs navigator.credentials.create at the edge and submits the resulting public credential response to the finish endpoint.

post/passkeys/registration/begin

Request body

BeginPasskeyRegistrationRequest required— unresolved $ref

Response

WebAuthn registration options.

PasskeyCeremonyOptions required— unresolved $ref

Changes