Skip to content

Commit 5a6d71c

Browse files
committed
link
1 parent 7ca4a5e commit 5a6d71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/google/firebase/auth/FirebaseAuth.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public Void call() throws Exception {
259259
* <p>While this will revoke all sessions for a specified user and disable any new ID tokens for
260260
* existing sessions from getting minted, existing ID tokens may remain active until their
261261
* natural expiration (one hour).
262-
* To verify that ID tokens are revoked, use {@link verifyIdTokenAsync(String, boolean)}.
262+
* To verify that ID tokens are revoked, use {@link #verifyIdTokenAsync(String, boolean)}.
263263
*
264264
* @param uid The user id for which tokens are revoked.
265265
* @return An {@code ApiFuture} which will complete successfully or if updating the user fails,
@@ -286,7 +286,7 @@ public ApiFuture<Void> revokeRefreshTokensAsync(String uid) {
286286
* If the token is invalid, the future throws an exception indicating the failure.
287287
*
288288
* <p>This does not check whether a token has been revoked.
289-
* See {@link verifyIdTokenAsync(String, boolean)} below.
289+
* See {@link #verifyIdTokenAsync(String, boolean)} below.
290290
*
291291
* @param token A Firebase ID Token to verify and parse.
292292
* @return An {@code ApiFuture} which will complete successfully with the parsed token, or

0 commit comments

Comments
 (0)