-
Notifications
You must be signed in to change notification settings - Fork 199
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
feat(auth): add URLSession client #3387
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feat/auth-passwordless #3387 +/- ##
==========================================================
- Coverage 67.99% 67.88% -0.11%
==========================================================
Files 1091 1093 +2
Lines 36583 36636 +53
==========================================================
- Hits 24873 24870 -3
- Misses 11710 11766 +56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...ns/Auth/Sources/AWSCognitoAuthPlugin/Support/URLSessionClient/URLSessionClientBehavior.swift
Outdated
Show resolved
Hide resolved
...ns/Auth/Sources/AWSCognitoAuthPlugin/Support/URLSessionClient/URLSessionClientBehavior.swift
Outdated
Show resolved
Hide resolved
701fbbc
to
316d580
Compare
...ins/Auth/Sources/AWSCognitoAuthPlugin/Support/Passwordless/AWSAuthPasswordlessBehavior.swift
Outdated
Show resolved
Hide resolved
...ins/Auth/Sources/AWSCognitoAuthPlugin/Support/Passwordless/AWSAuthPasswordlessBehavior.swift
Outdated
Show resolved
Hide resolved
...ifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/Mocks/MockAuthPasswordlessBehavior.swift
Show resolved
Hide resolved
* feat(auth): add URLSession client * Add mocks * Fix the unit test build * Address review comments * Address review comments * Address review comments
Issue #
None
Description
General Checklist
Given When Then
inline code documentation and are named accordinglytestThing_condition_expectation()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.