Commits


Sutou Kouhei authored and GitHub committed 7432cc7fa4d
GH-35435: [Ruby][Flight] Add ArrowFlight::Client#authenticate_basic (#35436) ### Rationale for this change `ArrowFlight::Client#authenticate_basic_token` is inconvenient because users need to set a returned Bearer token manually. ### What changes are included in this PR? Adds a convenient method for a common Basic authentication use case. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35435 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>