GoogleSignIn-iOS
GoogleSignIn-iOS copied to clipboard
Move two methods from GIDAuthentication API to GIDGoogleUser API
- Add two methods in GIDGoogleUser public API.
- @property(nonatomic, readonly)(id<GTMFetcherAuthorizationProtocol>) fetcherAuthorizer;
- (void)doWithFreshTokens:(void (^)(GIDGoogleUser *_Nullable user, NSError *_Nullable error))completion;
- Remove GIDAuthentication.h from GSI public API.
- Keep GIDAuthentication as an internal class.
Discussed offline and decided to resume this PR once we've documented the implementation approach for the larger GIDGoogleUser refactoring.