OptionalauthAuthentication options.
bearer: Sets Authorization header with Bearer tokenbasic: Uses Flight Handshake RPC with BasicAuthnone: No authentication (default)OptionalheadersOptional headers to include with every request.
Useful for custom metadata. For authentication, prefer using the auth option.
OptionalnodeAdditional Node.js HTTP/2 session options. Advanced use only.
OptionaltimeoutRequest timeout in milliseconds.
OptionaltlsTLS options for mTLS authentication. Passed to the underlying Node.js HTTP/2 client.
The base URL of the Flight server. Should include protocol (http:// or https://).
Configuration options for creating a Flight client.