Home
last modified time | relevance | path

Searched refs:kAuthPassword (Results 1 – 5 of 5) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_integration.cc71 constexpr auto kAuthPassword = "flight"; variable
79 std::make_shared<TestServerBasicAuthHandler>(kAuthUsername, kAuthPassword); in MakeServer()
100 new TestClientBasicAuthHandler(kAuthUsername, kAuthPassword)); in RunClient()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_integration.cc71 constexpr auto kAuthPassword = "flight"; variable
79 std::make_shared<TestServerBasicAuthHandler>(kAuthUsername, kAuthPassword); in MakeServer()
100 new TestClientBasicAuthHandler(kAuthUsername, kAuthPassword)); in RunClient()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/flight/
H A Dtest_integration.cc71 constexpr auto kAuthPassword = "flight"; variable
79 std::make_shared<TestServerBasicAuthHandler>(kAuthUsername, kAuthPassword); in MakeServer()
100 new TestClientBasicAuthHandler(kAuthUsername, kAuthPassword)); in RunClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/in_session_auth/
H A Dauth_dialog_contents_view.h35 kAuthPassword = 1 << 0, // Display password. enumerator
H A Dauth_dialog_contents_view.cc332 DCHECK(auth_methods_ & kAuthPassword); in AuthDialogContentsView()