Optionalvalue?: Record<string, unknown>WebAuthn assertion options.
Use rn-fido (authenticateForJourney) to drive the authentication flow.
The value field is present on iOS only — the native iOS bridge aliases
MetadataCallback-backed FIDO flows to "FidoAuthenticationCallback" and emits the WebAuthn
assertion options as value. On Android, MetadataCallback-backed FIDO flows surface as
type: "MetadataCallback" directly; value is always undefined on Android for this
normalized field type.
Normalized field for a
FidoAuthenticationCallbackwith typed named fields.