Skip to content

Commit 604ec4c

Browse files
daymxnncooke3
andauthored
Update AppCheckOptions.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent cc578bd commit 604ec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/AppCheckOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public struct AppCheckOptions: Sendable, Hashable, Equatable {
2727
/// - requireLimitedUseTokens: When sending tokens to the backend, this option enables
2828
/// the usage of App Check's `limitedUseTokens` instead of the standard cached tokens.
2929
///
30-
/// A new `limitedUseToken` will be generated for each request; providing a smaller attack
30+
/// A new limited-use tokens will be generated for each request; providing a smaller attack
3131
/// surface for malicious parties to hijack tokens. When used alongside [replay protection](https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection),
3232
/// limited-use tokens are also _consumed_ after each request, ensuring they can't be used
3333
/// again.

0 commit comments

Comments
 (0)