Skip to content

Commit 14d1506

Browse files
committed
Update link to public docs.
1 parent 21681ec commit 14d1506

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appcheck/firebase-appcheck/src/main/java/com/google/firebase/appcheck/FirebaseAppCheck.java

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ public abstract void installAppCheckProviderFactory(
7777
* if configured.
7878
*
7979
* <p>If your non-Firebase backend exposes sensitive or expensive endpoints that has low traffic
80-
* volume, consider protecting it with <a href=[--URL to public docs--]>Replay Protection</a>. In
81-
* this case, use the #getLimitedUseAppCheckToken() instead to obtain a limited-use token.
80+
* volume, consider protecting it with <a
81+
* href=https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection>Replay
82+
* Protection</a>. In this case, use the #getLimitedUseAppCheckToken() instead to obtain a
83+
* limited-use token.
8284
*/
8385
@NonNull
8486
public abstract Task<AppCheckToken> getAppCheckToken(boolean forceRefresh);
@@ -88,8 +90,10 @@ public abstract void installAppCheckProviderFactory(
8890
* requests to a non-Firebase backend.
8991
*
9092
* <p>Returns limited-use tokens that are intended for use with your non-Firebase backend
91-
* endpoints that are protected with <a href=[--URL to public docs--]>Replay Protection</a>. This
92-
* method does not affect the token generation behavior of the #getAppCheckToken() method.
93+
* endpoints that are protected with <a
94+
* href=https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection>Replay
95+
* Protection</a>. This method does not affect the token generation behavior of the
96+
* #getAppCheckToken() method.
9397
*/
9498
@NonNull
9599
public abstract Task<AppCheckToken> getLimitedUseAppCheckToken();

0 commit comments

Comments
 (0)