Skip to main content

FidoAuthenticationRequest

Represents an authentication passkey request

Extends BaseAuthenticationRequest

Attributes (4)
AttributeTypeRequiredDescription
grant_type'fido'YesThe grant type for the request
credentialPublicKeyCredentialWithAssertionYesA passkey credential object
challenge_idstringYesThe FIDO assertion challenge id returned by POST /auth/login/start (primary) or POST /auth/factors/start (MFA second factor). Must be the per-challenge id, not the actor id.
mfa_challenge_idstringNoWhen set, completes a pending MFA challenge instead of issuing a single-factor session