Documentation navigation

Auth

Verify a WebAuthn credential

POST/auth/factors/{factor_id}/verify

Sends a completed WebAuthn credential ceremony to Auth for verification.

Parameters

{ challengeId: string; factorId: string; webauthn: MFAVerifyWebauthnParams<T>['webauthn'] }
challengeIdstring
The challenge ID.
factorIdstring
The enrolled factor ID.
webauthnMFAVerifyWebauthnParams["webauthn"]
The WebAuthn credential response and relying-party data.

Returns