Skip to content

Replace in-line OAuth2 strings with centralized constants #42

Replace in-line OAuth2 strings with centralized constants

Replace in-line OAuth2 strings with centralized constants #42

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

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