provider Webauthn PUT
/v1/webauthn/{webauthn_registration_id} @utdk/stytch
/v1/webauthn/{webauthn_registration_id} Update
Updates a Passkey or WebAuthn registration.
- webauthn_registration_id path required
- Globally unique UUID that identifies a Passkey or WebAuthn registration in the Stytch API. The `webauthn_registration_id` is used when you need to operate on a specific User's WebAuthn registration.
- string
Try it
Authentication
Configure credentials for Stytch API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import stytch from '@utdk/stytch';
await stytch.apiWebauthnV1Update()