You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: