Skip to content

Commit c6a4e79

Browse files
committed
Update docs to point to web page
1 parent 8565d10 commit c6a4e79

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

FirebaseAI/Sources/FirebaseAI.swift

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ public final class FirebaseAI: Sendable {
3333
/// - backend: The backend API for the Firebase AI SDK; if not specified, uses the default
3434
/// ``Backend/googleAI()`` (Gemini Developer API).
3535
/// - 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.
37-
///
38-
/// A new limited-use tokens will be generated for each request; providing a smaller attack
39-
/// surface for malicious parties to hijack tokens. When used alongside replay protection,
40-
/// limited-use tokens are also _consumed_ after each request, ensuring they can't be used
41-
/// again.
36+
/// the usage of App Check's limited-use tokens instead of the standard cached tokens. To learn more, see the docs for
37+
/// [App Check in Firebase AI Logic](https://firebase.google.com/docs/ai-logic/app-check).
4238
///
4339
/// _This flag is set to `false` by default._
4440
///

0 commit comments

Comments
 (0)