diff --git a/GoogleSignIn/Sources/GIDGoogleUser.m b/GoogleSignIn/Sources/GIDGoogleUser.m index 817f57e1..ec300839 100644 --- a/GoogleSignIn/Sources/GIDGoogleUser.m +++ b/GoogleSignIn/Sources/GIDGoogleUser.m @@ -117,7 +117,6 @@ - (GIDConfiguration *)configuration { return _cachedConfiguration; } -// TODO: Should the refresh tokens flow also use App Check? (mdmathias, 2023.05.23) - (void)refreshTokensIfNeededWithCompletion:(GIDGoogleUserCompletion)completion { if (!([self.accessToken.expirationDate timeIntervalSinceNow] < kMinimalTimeToExpire || (self.idToken && [self.idToken.expirationDate timeIntervalSinceNow] < kMinimalTimeToExpire))) {