chore: refactor the refresh oauth services function - #31385
Conversation
…ntication service
…fresh login services code
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #31385 +/- ##
===========================================
- Coverage 49.54% 49.53% -0.02%
===========================================
Files 3318 3324 +6
Lines 81689 81706 +17
Branches 16795 16807 +12
===========================================
Hits 40470 40470
- Misses 36504 36520 +16
- Partials 4715 4716 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ion (#31452) * moved the `service.configurations` request to a dedicated class * removed duplicated utilitary function * remove client references to service configuration collection * fixed missing imports and invalid type * Moved linkedin's requestCredential to meteorOverrides as the old meteor package can't reference loginServices directly
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
This PR started as a big PR with several changes, but then I made several smaller PRs with parts of it that were all already merged. Some of the smaller changes here may still be a reflection of that.