diff options
| author | Dan Engelbrecht <[email protected]> | 2025-10-06 10:30:44 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-06 10:30:44 +0200 |
| commit | 0d8e54e660560264df4a9b096867cb9b68d99a00 (patch) | |
| tree | 5f90099d4447c0a007b01b156dd69d04d74170d1 /src/zenhttp/include | |
| parent | speed up tests (#555) (diff) | |
| download | zen-0d8e54e660560264df4a9b096867cb9b68d99a00.tar.xz zen-0d8e54e660560264df4a9b096867cb9b68d99a00.zip | |
added Hidden option to oidctoken creation with oidc token exe (#556)
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 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<std::function<HttpClientAccessToken()>> CreateFromOidcTokenExecutable(const std::filesystem::path& OidcExecutablePath, std::string_view CloudHost, bool Quiet, - bool Unattended); + bool Unattended, + bool Hidden); } // namespace httpclientauth } // namespace zen |