فهرست منبع

Remove unnecessary TODO (#343)

mdmathias 2 سال پیش
والد
کامیت
0beb9ca924
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      GoogleSignIn/Sources/GIDGoogleUser.m

+ 0 - 1
GoogleSignIn/Sources/GIDGoogleUser.m

@@ -117,7 +117,6 @@ static NSTimeInterval const kMinimalTimeToExpire = 60.0;
   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))) {