summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth2authorizationcodeflow_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use refreshTokens() as an NVI already in Qt 6Juha Vuolle2025-01-161-4/+0
* QtNetworkAuth: simplify QT_NO_HTTP checksIvan Solovev2025-01-091-4/+0
* Qt 7: add QAbstractOAuth2::refreshTokens() virtual slotIvan Solovev2024-12-191-0/+2
* Move tokenUrl property to QAbstractOAuth2Ivan Solovev2024-12-191-1/+0
* Add access token expiration convenience functionalityMagdalena Stojek2024-11-211-0/+2
* Move token request response handling to baseclass privateJuha Vuolle2024-11-211-2/+0
* Move token request fail handling to baseclass privateJuha Vuolle2024-11-211-1/+0
* Add support for PKCEJuha Vuolle2024-05-221-0/+7
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+1
* Improve error handling and reporting in OAuth2Juha Vuolle2023-05-101-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-231-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-221-1/+1
|\
| * Bump copyright yearJesus Fernandez2017-07-121-1/+1
* | Use delegating constructorsJesus Fernandez2017-06-071-1/+0
|/
* Modify licensev5.8.0-rc1v5.8.0Jesus Fernandez2016-12-071-16/+6
* OAuth supportJesus Fernandez2016-08-191-0/+90