********* Start testing of tst_OAuth2CodeFlow *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 13.6.4
PASS   : tst_OAuth2CodeFlow::initTestCase()
PASS   : tst_OAuth2CodeFlow::state()
PASS   : tst_OAuth2CodeFlow::accessTokenUrl()
PASS   : tst_OAuth2CodeFlow::getToken()
PASS   : tst_OAuth2CodeFlow::refreshToken()
PASS   : tst_OAuth2CodeFlow::getAndRefreshToken()
PASS   : tst_OAuth2CodeFlow::tokenRequestErrors()
PASS   : tst_OAuth2CodeFlow::authorizationErrors()
PASS   : tst_OAuth2CodeFlow::modifyTokenRequests()
PASS   : tst_OAuth2CodeFlow::pkce(none)
PASS   : tst_OAuth2CodeFlow::pkce(plain_43)
PASS   : tst_OAuth2CodeFlow::pkce(plain_77)
PASS   : tst_OAuth2CodeFlow::pkce(S256_43)
PASS   : tst_OAuth2CodeFlow::pkce(S256_88)
PASS   : tst_OAuth2CodeFlow::nonce()
PASS   : tst_OAuth2CodeFlow::idToken()
PASS   : tst_OAuth2CodeFlow::scope(scope_returned)
PASS   : tst_OAuth2CodeFlow::scope(differing_scope_returned)
PASS   : tst_OAuth2CodeFlow::scope(empty_scope_returned)
PASS   : tst_OAuth2CodeFlow::requestedScopeTokens(singlescope)
PASS   : tst_OAuth2CodeFlow::requestedScopeTokens(multiscope)
PASS   : tst_OAuth2CodeFlow::grantedScopeTokens(requested_scope_returned)
PASS   : tst_OAuth2CodeFlow::grantedScopeTokens(differing_singlescope_returned)
PASS   : tst_OAuth2CodeFlow::grantedScopeTokens(differing_multiscope_returned)
PASS   : tst_OAuth2CodeFlow::grantedScopeTokens(empty_scope_returned)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(validSetExpiration)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(validCalculatedExpiration)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(tooShortCalculatedExpiration)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(tooShortSetExpiration)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(leadTimeNearExpiration)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(invalidExpirationTime)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(autoRefreshDisabled)
PASS   : tst_OAuth2CodeFlow::refreshLeadTime(emptyRefreshToken)
PASS   : tst_OAuth2CodeFlow::alreadyExpiredTokenClientSideRefresh()
PASS   : tst_OAuth2CodeFlow::tlsAuthentication()
PASS   : tst_OAuth2CodeFlow::extraTokens()
PASS   : tst_OAuth2CodeFlow::expirationAt()
PASS   : tst_OAuth2CodeFlow::cleanupTestCase()
Totals: 38 passed, 0 failed, 0 skipped, 0 blacklisted, 22148ms
********* Finished testing of tst_OAuth2CodeFlow *********
