Skip to content

Commit 0beb9ca

Browse files
authored
Remove unnecessary TODO (#343)
1 parent 27b18ac commit 0beb9ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GoogleSignIn/Sources/GIDGoogleUser.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ - (GIDConfiguration *)configuration {
117117
return _cachedConfiguration;
118118
}
119119

120-
// TODO: Should the refresh tokens flow also use App Check? (mdmathias, 2023.05.23)
121120
- (void)refreshTokensIfNeededWithCompletion:(GIDGoogleUserCompletion)completion {
122121
if (!([self.accessToken.expirationDate timeIntervalSinceNow] < kMinimalTimeToExpire ||
123122
(self.idToken && [self.idToken.expirationDate timeIntervalSinceNow] < kMinimalTimeToExpire))) {

0 commit comments

Comments
 (0)