File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ public final class FirebaseAI: Sendable {
33
33
/// - backend: The backend API for the Firebase AI SDK; if not specified, uses the default
34
34
/// ``Backend/googleAI()`` (Gemini Developer API).
35
35
/// - useLimitedUseAppCheckTokens: When sending tokens to the backend, this option enables
36
- /// the usage of App Check's limited-use tokens instead of the standard cached tokens. To
37
- /// learn more, see the docs for
38
- /// [App Check in Firebase AI Logic](https://firebase.google.com/docs/ai-logic/ app-check) .
36
+ /// the usage of App Check's limited-use tokens instead of the standard cached tokens. Learn more about
37
+ /// [limited-use tokens](https://firebase.google.com/ docs/ai-logic/app-check), including
38
+ /// their nuances, when to use them, and best practices for integrating them into your app.
39
39
///
40
40
/// _This flag is set to `false` by default._
41
41
/// > Migrating to limited-use tokens sooner minimizes disruption when support for replay
You can’t perform that action at this time.
0 commit comments