google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
506 stars 201 forks source link

Reimplement the components `GIDHTTPFetcher` #319

Open henryhl22321 opened 1 year ago

henryhl22321 commented 1 year ago

Implement the class GIDHTTPFetcher fetches data from an URL endpoint. GIDSignIn uses this class to revoke granted scopes. GIDProfileDataFetcher uses this class to fetch profile data. We need this class to encapsulate GTMSessionFetcherServiceProtocol and GTMSessionFetcher so other classes don't need to mock these low level classes in their tests.