We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b18ac commit 0beb9caCopy full SHA for 0beb9ca
GoogleSignIn/Sources/GIDGoogleUser.m
@@ -117,7 +117,6 @@ - (GIDConfiguration *)configuration {
117
return _cachedConfiguration;
118
}
119
120
-// TODO: Should the refresh tokens flow also use App Check? (mdmathias, 2023.05.23)
121
- (void)refreshTokensIfNeededWithCompletion:(GIDGoogleUserCompletion)completion {
122
if (!([self.accessToken.expirationDate timeIntervalSinceNow] < kMinimalTimeToExpire ||
123
(self.idToken && [self.idToken.expirationDate timeIntervalSinceNow] < kMinimalTimeToExpire))) {
0 commit comments