Registry / auth / qt5-networkauth

qt5-networkauth

JSON →
library5.15.18vcpkgunverified

Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords.

vcpkg install qt5-networkauth
INSTALL
IMPORT
SIG · QT5-NETWORKAUTH
Q
qt5-networkauth
authcppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtNetworkAuth/QtNetworkAuth
#include <QtNetworkAuth/QtNetworkAuth>

Minimal OAuth2 authorization code flow setup

#include <QtNetworkAuth/QOAuth2AuthorizationCodeFlow> int main() { QOAuth2AuthorizationCodeFlow google; google.setAuthorizationUrl(QUrl("https://accounts.google.com/o/oauth2/auth")); google.setAccessTokenUrl(QUrl("https://oauth2.googleapis.com/token")); google.setClientIdentifier("your-client-id"); google.setClientIdentifierSharedKey("your-client-secret"); return 0; }
Debug
Known issues
breakingRequires Qt5 core and network modules; not available in Qt6 without migration.
fix
Use Qt6's QtNetworkAuth if migrating to Qt6.
affects: >=5.0.0 <6.0.0
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

qt5-networkauth — pip install qt5-networkauth · libregistry