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