aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/clients/httpclientcommon.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-03-18 22:41:38 +0100
committerGitHub Enterprise <[email protected]>2026-03-18 22:41:38 +0100
commitd48a83be4e75d5726cbd37274705b1c5ce7e625d (patch)
tree208811d25ecabff8a8695544bc93ffd1d0a12fbf /src/zenhttp/clients/httpclientcommon.h
parentRemove IgnoreChildSignals() from zenserver main (diff)
parentimprove auth token refresh (#863) (diff)
downloadzen-sb/pipes.tar.xz
zen-sb/pipes.zip
Merge branch 'main' into sb/pipessb/pipes
Diffstat (limited to 'src/zenhttp/clients/httpclientcommon.h')
-rw-r--r--src/zenhttp/clients/httpclientcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/clients/httpclientcommon.h b/src/zenhttp/clients/httpclientcommon.h
index e95e3a253..e8d969cc8 100644
--- a/src/zenhttp/clients/httpclientcommon.h
+++ b/src/zenhttp/clients/httpclientcommon.h
@@ -70,7 +70,7 @@ protected:
const HttpClientSettings m_ConnectionSettings;
std::function<bool()> m_CheckIfAbortFunction;
- const std::optional<HttpClientAccessToken> GetAccessToken();
+ std::optional<std::string> GetAccessToken();
RwLock m_AccessTokenLock;
HttpClientAccessToken m_CachedAccessToken;