diff options
| author | Dan Engelbrecht <[email protected]> | 2025-09-22 13:41:33 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-09-22 13:41:33 +0200 |
| commit | 69bc4d03fc050ae43bb0628b0a5e0dfdcaf38735 (patch) | |
| tree | 301bc5d42fef96c5a6208b080ec5299bb0ce6496 /src/zenhttp/include | |
| parent | change default sentry dsn to one listed on Sentry setup page (#504) (diff) | |
| download | zen-69bc4d03fc050ae43bb0628b0a5e0dfdcaf38735.tar.xz zen-69bc4d03fc050ae43bb0628b0a5e0dfdcaf38735.zip | |
Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` command to use unattended mode when launching oidc-token.exe (#506)
Diffstat (limited to 'src/zenhttp/include')
| -rw-r--r-- | src/zenhttp/include/zenhttp/httpclientauth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/httpclientauth.h b/src/zenhttp/include/zenhttp/httpclientauth.h index 32d00f87f..f44cb9b0d 100644 --- a/src/zenhttp/include/zenhttp/httpclientauth.h +++ b/src/zenhttp/include/zenhttp/httpclientauth.h @@ -28,7 +28,8 @@ namespace httpclientauth { std::optional<std::function<HttpClientAccessToken()>> CreateFromOidcTokenExecutable(const std::filesystem::path& OidcExecutablePath, std::string_view CloudHost, - bool Quiet); + bool Quiet, + bool Unattended); } // namespace httpclientauth } // namespace zen |