File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
appcheck/firebase-appcheck/src/main/java/com/google/firebase/appcheck Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,10 @@ public abstract void installAppCheckProviderFactory(
77
77
* if configured.
78
78
*
79
79
* <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.
82
84
*/
83
85
@ NonNull
84
86
public abstract Task <AppCheckToken > getAppCheckToken (boolean forceRefresh );
@@ -88,8 +90,10 @@ public abstract void installAppCheckProviderFactory(
88
90
* requests to a non-Firebase backend.
89
91
*
90
92
* <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.
93
97
*/
94
98
@ NonNull
95
99
public abstract Task <AppCheckToken > getLimitedUseAppCheckToken ();
You can’t perform that action at this time.
0 commit comments