summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth2deviceauthorizationflow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark the whole repo with QT_NO_URL_CAST_FROM_STRINGAhmad Samir4 days1-2/+2
* QOAuth2DeviceAuthorizationFlow: prevent double lookup into QJsonObjectAhmad Samir13 days1-11/+8
* Mark security critical filesJuha Vuolle2025-04-231-0/+1
* Move deviceCode variable instead of copyingJuha Vuolle2025-03-311-2/+2
* QOAuth2DeviceAuthorizationFlow: use toLatin1() on FullEncoded URLsMarc Mutz2025-01-241-3/+3
* QAbstractOAuth2: remember property by which the scope came inMarc Mutz2025-01-241-0/+6
* Change '*scopeTokens' type from QStringList to QSet<QByteArray>Juha Vuolle2025-01-241-1/+1
* Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'Juha Vuolle2025-01-231-2/+2
* Use refreshTokens() as an NVI already in Qt 6Juha Vuolle2025-01-161-21/+5
* QtNetworkAuth: simplify QT_NO_HTTP checksIvan Solovev2025-01-091-4/+0
* QOAuth2DeviceAuthorizationFlow: forward-declare QDateTimeIvan Solovev2025-01-061-0/+1
* Rename isPolling property to pollingJuha Vuolle2024-12-191-7/+7
* Get rid of QPair and mark the module as QPair freeIvan Solovev2024-12-191-1/+1
* Qt 7: add QAbstractOAuth2::refreshTokens() virtual slotIvan Solovev2024-12-191-0/+8
* Move tokenUrl property to QAbstractOAuth2Ivan Solovev2024-12-191-22/+0
* Change QOAuth2DeviceAuthorizationFlow::refreshAccessToken() return typeIvan Solovev2024-12-121-12/+15
* Finetune token expiration convenience functionalityJuha Vuolle2024-12-101-1/+1
* Add token expiration convenience to Device Flow classMagdalena Stojek2024-12-101-0/+10
* Add expiresAt reset to device flow class resetJuha Vuolle2024-12-101-0/+1
* Change OAuth2 RFC keywords into inline constexpr L1Juha Vuolle2024-11-281-29/+32
* Rename errorOccured signal to serverReportedErrorOccurredJuha Vuolle2024-11-211-3/+3
* Rename tokenRequestModifier to networkRequestModifierJuha Vuolle2024-11-211-2/+2
* Add Device Authorization Grant / FlowJuha Vuolle2024-11-211-0/+820