Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cisco guidelines for contributing to open-source projects #16

Merged
merged 4 commits into from
Nov 25, 2024

Add the `Docs` folder to OAuth2 Xcode project

3289731
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add Cisco guidelines for contributing to open-source projects #16

Add the `Docs` folder to OAuth2 Xcode project
3289731
Select commit
Loading
Failed to load commit list.
GitHub Actions / results-swift-tests-swift5 succeeded Nov 25, 2024 in 1s

57 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/TestReport.xml

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

Test suite Passed Failed Skipped Time
TestResults 57✅ 9s

✅ TestResults

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