From 0d8e54e660560264df4a9b096867cb9b68d99a00 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Mon, 6 Oct 2025 10:30:44 +0200 Subject: added Hidden option to oidctoken creation with oidc token exe (#556) --- src/zenhttp/include/zenhttp/httpclientauth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/zenhttp/include') diff --git a/src/zenhttp/include/zenhttp/httpclientauth.h b/src/zenhttp/include/zenhttp/httpclientauth.h index f44cb9b0d..26f31ed2a 100644 --- a/src/zenhttp/include/zenhttp/httpclientauth.h +++ b/src/zenhttp/include/zenhttp/httpclientauth.h @@ -29,7 +29,8 @@ namespace httpclientauth { std::optional> CreateFromOidcTokenExecutable(const std::filesystem::path& OidcExecutablePath, std::string_view CloudHost, bool Quiet, - bool Unattended); + bool Unattended, + bool Hidden); } // namespace httpclientauth } // namespace zen -- cgit v1.2.3