Optionalvalue?: Record<string, unknown>WebAuthn assertion options.
The value field is present on iOS only, for MetadataCallback-backed FIDO authentication
flows where the native iOS bridge aliases the MetadataCallback type to
"FidoAuthenticationCallback" when _action is "webauthn_authentication" and emits the
full WebAuthn assertion options as value.
On Android, MetadataCallback-backed FIDO flows are not aliased — they surface as
type: "MetadataCallback" with value set directly on that callback. value is
therefore always undefined on Android for this type.
FidoAuthenticationCallback payload with typed named fields.