Authenticates with an existing FIDO credential using native platform APIs.
Authentication options payload.
A promise that resolves to the authentication result payload.
Runs the native FIDO passkey ceremony for an active DaVinci FIDO2 authentication collector.
Active DaVinci instance.
Optionaloptions: FidoDaVinciAuthenticationOptionsOptional authentication ceremony options.
A promise that resolves to the WebAuthn assertion payload. Informational
only — submit natively by advancing the flow with daVinci.next({ collectors: [] }).
Executes an active Journey FIDO authentication callback.
Active Journey instance.
Optionaloptions: FidoJourneyAuthenticationOptionsOptional authentication callback execution options.
A promise that resolves when callback execution succeeds.
Registers a new FIDO credential using native platform APIs.
Registration options payload.
A promise that resolves to the registration result payload.
Runs the native FIDO passkey ceremony for an active DaVinci FIDO2 registration collector.
Active DaVinci instance.
Optionaloptions: FidoDaVinciRegistrationOptionsOptional registration ceremony options.
A promise that resolves to the WebAuthn attestation payload. Informational
only — submit natively by advancing the flow with daVinci.next({ collectors: [] }).
Executes an active Journey FIDO registration callback.
Active Journey instance.
Optionaloptions: FidoJourneyRegistrationOptionsOptional registration callback execution options.
A promise that resolves when callback execution succeeds.
Reusable client for FIDO operations.