Auth
Verify a WebAuthn credential
POST
/auth/factors/{factor_id}/verifySends 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.