From 098488ac1759956c5435b0235e790218d8c21339 Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Wed, 4 Oct 2023 19:33:03 -0400 Subject: [PATCH] Remove unnecessary TODO In this phase, we will only send the app check token in authorization requests to sign in via the UI flow. --- GoogleSignIn/Sources/GIDGoogleUser.m | 1 - 1 file changed, 1 deletion(-) 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))) {