GoogleSignIn-iOS icon indicating copy to clipboard operation
GoogleSignIn-iOS copied to clipboard

Move two methods from GIDAuthentication API to GIDGoogleUser API

Open Alex-4-Git opened this issue 3 years ago • 1 comments

  1. Add two methods in GIDGoogleUser public API.
  • @property(nonatomic, readonly)(id<GTMFetcherAuthorizationProtocol>) fetcherAuthorizer;
  • (void)doWithFreshTokens:(void (^)(GIDGoogleUser *_Nullable user, NSError *_Nullable error))completion;
  1. Remove GIDAuthentication.h from GSI public API.
  2. Keep GIDAuthentication as an internal class.

Alex-4-Git avatar Aug 10 '22 18:08 Alex-4-Git

Discussed offline and decided to resume this PR once we've documented the implementation approach for the larger GIDGoogleUser refactoring.

petea avatar Aug 22 '22 20:08 petea