summaryrefslogtreecommitdiffstats
path: root/tests/auto/oauth2deviceflow
Commit message (Expand)AuthorAgeFilesLines
* Add QT_NO_SSL guard to autotest function declarationJuha Vuolle2025-02-201-0/+2
* Make tst_oauth2deviceflow to use shared authorization serverJuha Vuolle2025-01-301-305/+206
* Move nonce() common parts to tst_abstractoauth2.cppJuha Vuolle2025-01-301-29/+0
* Move autoRefresh(), and tokenUrl() common parts into tst_abstractoauth2Juha Vuolle2025-01-301-7/+1
* Make webserver and tlswebserver autotest utilities not a header-onlyJuha Vuolle2025-01-301-2/+2
* Make oauthtestutils not a header-onlyJuha Vuolle2025-01-301-0/+1
* Change '*scopeTokens' type from QStringList to QSet<QByteArray>Juha Vuolle2025-01-241-35/+37
* Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'Juha Vuolle2025-01-231-30/+30
* QOAuth2DeviceAuthorizationFlow: prepare for a unique_ptr QObject::d_ptrMarc Mutz2025-01-171-1/+1
* Use refreshTokens() as an NVI already in Qt 6Juha Vuolle2025-01-161-16/+10
* Fix TLS authentication tests on WindowsIvan Solovev2025-01-141-1/+4
* Skip tst_OAuth2DeviceFlow::tlsAuthentication on macOS 15Tor Arne Vestbø2024-12-191-0/+14
* Rename refreshThreshold property to refreshLeadTimeJuha Vuolle2024-12-191-8/+8
* Rename isPolling property to pollingJuha Vuolle2024-12-191-1/+1
* Qt 7: add QAbstractOAuth2::refreshTokens() virtual slotIvan Solovev2024-12-191-10/+16
* Change QOAuth2DeviceAuthorizationFlow::refreshAccessToken() return typeIvan Solovev2024-12-121-10/+20
* Finetune token expiration convenience functionalityJuha Vuolle2024-12-101-131/+54
* Add token expiration convenience to Device Flow classMagdalena Stojek2024-12-101-0/+188
* Rename errorOccured signal to serverReportedErrorOccurredJuha Vuolle2024-11-211-7/+8
* Rename tokenRequestModifier to networkRequestModifierJuha Vuolle2024-11-211-12/+12
* Add Device Authorization Grant / FlowJuha Vuolle2024-11-212-0/+1424