diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-02 00:49:23 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-02 00:49:23 -0500 |
| commit | a2e79c0928c34e753953ccf34af63225046b8db9 (patch) | |
| tree | f6792164090f5e7154841ba3bfce11679557c3aa /libs/plugin_python/CMakeLists.txt | |
| parent | 44515159af50756ff26a4996ca1526f7e51e9e98 (diff) | |
nxmaccessmanager: fix optional<NexusOAuthTokens> deref in legacy-key path
m_Tokens on NXMAccessManager is std::optional<NexusOAuthTokens> (the
NexusOAuthTokens member belongs to ValidationAttempt). The new legacy
API key migration code accessed .accessToken/.apiKey directly on the
optional, breaking the build.
Use the optional's check + arrow access throughout, and re-check it
inside the network reply continuation since the user could clear
credentials before the request resolves.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'libs/plugin_python/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions
