Skip to content

Replace in-line OAuth2 strings with centralized constants #47

Replace in-line OAuth2 strings with centralized constants

Replace in-line OAuth2 strings with centralized constants #47

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

57 passed, 0 failed and 0 skipped

Tests passed successfully

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