Replace in-line OAuth2 strings with centralized constants #44
GitHub Actions / results-swift-tests-swift5
succeeded
Nov 26, 2024 in 1s
57 passed, 0 failed and 0 skipped
✅ reports/TestReport.xml
57 tests were completed in 6s with 57 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
TestResults | 57✅ | 6s |
✅ TestResults
BaseTests.OAuth2AuthRequestTests
✅ testMethod
✅ testHeaders
✅ testContentType
✅ testRequests
✅ testURLComponents
✅ testParams
FlowTests.OAuth2ClientCredentialsTests
✅ testClientCredsReddit
✅ testFailedTokenRequest
✅ testInit
✅ testTokenRequestNoScope
✅ testTokenRequest
FlowTests.OAuth2CodeGrantTests
✅ testAuthorizeURI
✅ testCustomAuthParameters
✅ testCustomAuthParametersInit
✅ testAuthorizeURIWithPKCE
✅ testRedirectURI
✅ testInit
✅ testNotTLS
✅ testTokenRequestAgainstAuthURL
✅ testTokenRequest
✅ testTokenRequestWithPKCE
✅ testTokenResponse
✅ testTokenRequestWithSecret
FlowTests.OAuth2DeviceGrantTests
✅ testDeviceAccessTokenRequest
✅ testDeviceAuthorizationRequest
✅ testDeviceAccessTokenResponse
✅ testDeviceAuthorizationRequestWithAdditionalParams
✅ testInit
FlowTests.OAuth2DynRegTests
✅ testCustomDynRegInstance
✅ testNotAttemptingRegistration
✅ testRegistrationRequest
FlowTests.OAuth2ExchangeAccessTokenForResourceTests
✅ testExchangeAccessTokenForAccountsResourceRequest
✅ testExchangeAccessTokenForEventResourceRequest
✅ testExchangeAccessTokenForResourceAccessTokenNotAvailable
✅ testExchangeAccessTokenForResource
✅ testExchangeAccessTokenForTeamspaceResourceRequest
✅ testInit
FlowTests.OAuth2ImplicitGrantTests
✅ testInit
✅ testReturnURLHandling
FlowTests.OAuth2PasswordGrantTests
✅ testInit
✅ testTokenRequest
✅ testTokenRequestNoScope
✅ testTokenResponse
FlowTests.OAuth2RefreshTokenTests
✅ testCannotRefresh
✅ testRefreshRequestWithDedicatedRefreshURI
✅ testRefreshRequest
✅ testRefreshRequestWithSecret
✅ testRefreshRequestWithSecretInBody
BaseTests.OAuth2Tests
✅ testAuthorizeCall
✅ testAuthorizeURL
✅ testInit
✅ testQueryParamConversion
✅ testQueryParamEncoding
✅ testSessionConfiguration
✅ testQueryParamParsing
✅ testTokenRefreshRequest
✅ testTokenRequest
Loading