Skip to content

Replace in-line OAuth2 strings with centralized constants #44

Replace in-line OAuth2 strings with centralized constants

Replace in-line OAuth2 strings with centralized constants #44

GitHub Actions / results-swift-tests-swift6 succeeded Nov 26, 2024 in 0s

57 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/TestReport.xml

57 tests were completed in 5s with 57 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestResults 57✅ 5s

✅ TestResults

BaseTests.OAuth2AuthRequestTests
  ✅ testHeaders
  ✅ testContentType
  ✅ testMethod
  ✅ testURLComponents
  ✅ testParams
  ✅ testRequests
FlowTests.OAuth2ClientCredentialsTests
  ✅ testInit
  ✅ testFailedTokenRequest
  ✅ testClientCredsReddit
  ✅ testTokenRequestNoScope
  ✅ testTokenRequest
FlowTests.OAuth2CodeGrantTests
  ✅ testAuthorizeURI
  ✅ testCustomAuthParameters
  ✅ testAuthorizeURIWithPKCE
  ✅ testCustomAuthParametersInit
  ✅ testNotTLS
  ✅ testInit
  ✅ testRedirectURI
  ✅ testTokenRequestWithPKCE
  ✅ testTokenRequestAgainstAuthURL
  ✅ testTokenRequest
  ✅ testTokenRequestWithSecret
  ✅ testTokenResponse
FlowTests.OAuth2DeviceGrantTests
  ✅ testDeviceAccessTokenRequest
  ✅ testDeviceAccessTokenResponse
  ✅ testDeviceAuthorizationRequest
  ✅ testDeviceAuthorizationRequestWithAdditionalParams
  ✅ testInit
FlowTests.OAuth2DynRegTests
  ✅ testNotAttemptingRegistration
  ✅ testCustomDynRegInstance
  ✅ testRegistrationRequest
FlowTests.OAuth2ExchangeAccessTokenForResourceTests
  ✅ testExchangeAccessTokenForEventResourceRequest
  ✅ testExchangeAccessTokenForAccountsResourceRequest
  ✅ testExchangeAccessTokenForTeamspaceResourceRequest
  ✅ testExchangeAccessTokenForResourceAccessTokenNotAvailable
  ✅ testExchangeAccessTokenForResource
  ✅ testInit
FlowTests.OAuth2ImplicitGrantTests
  ✅ testReturnURLHandling
  ✅ testInit
FlowTests.OAuth2PasswordGrantTests
  ✅ testTokenRequest
  ✅ testInit
  ✅ testTokenRequestNoScope
  ✅ testTokenResponse
FlowTests.OAuth2RefreshTokenTests
  ✅ testRefreshRequest
  ✅ testCannotRefresh
  ✅ testRefreshRequestWithSecret
  ✅ testRefreshRequestWithSecretInBody
  ✅ testRefreshRequestWithDedicatedRefreshURI
BaseTests.OAuth2Tests
  ✅ testAuthorizeCall
  ✅ testInit
  ✅ testAuthorizeURL
  ✅ testQueryParamConversion
  ✅ testQueryParamEncoding
  ✅ testQueryParamParsing
  ✅ testTokenRequest
  ✅ testSessionConfiguration
  ✅ testTokenRefreshRequest