webauthn
GET /admin/webauthn/users/{userId}
GET
/admin/webauthn/users/{userId}List all passkeys for a user (admin only)
DELETE /admin/webauthn/users/{userId}
DELETE
/admin/webauthn/users/{userId}Reset all passkeys for a user (admin only)
DELETE /admin/webauthn/users/{userId}/{credentialId}
DELETE
/admin/webauthn/users/{userId}/{credentialId}Delete a specific passkey for a user (admin only)
POST /webauthn/register/begin
POST
/webauthn/register/beginBegin passkey registration for the authenticated user
POST /webauthn/register/finish
POST
/webauthn/register/finishComplete passkey registration for the authenticated user
DELETE /webauthn/credentials/{id}
DELETE
/webauthn/credentials/{id}Delete a passkey (blocked if it is the last passkey of an MFA-required account)
POST /webauthn/step-up/begin
POST
/webauthn/step-up/beginBegin a WebAuthn step-up ceremony for the given action
POST /webauthn/step-up/finish
POST
/webauthn/step-up/finishComplete a WebAuthn step-up ceremony and receive a single-use proof token