File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/google/firebase/auth Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments