Skip to content

Commit 61751dd

Browse files
committed
comment
1 parent 2bf4fd8 commit 61751dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/java/com/google/firebase/quickstart/AuthSnippets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public static void revokeIdTokens(String idToken) throws InterruptedException, E
239239
// [END revoke_tokens]
240240

241241
// [START save_revocation_in_db]
242-
// After revoking tokens, follow up with:
242+
// After revoking refresh tokens, follow up with:
243243
UserRecord user = FirebaseAuth.getInstance().getUserAsync(uid).get();
244244
// Convert to seconds as the auth_time in the token claims is in seconds too.
245245
long revocationSecond = user.getTokensValidAfterTimestamp() / 1000;

0 commit comments

Comments
 (0)