Skip to content

Commit cc578bd

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

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
@@ -29,7 +29,7 @@ public struct AppCheckOptions: Sendable, Hashable, Equatable {
2929
///
3030
/// A new `limitedUseToken` 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),
32-
/// `limitedUseTokens` are also _consumed_ after each request, ensuring they can't be used
32+
/// limited-use tokens are also _consumed_ after each request, ensuring they can't be used
3333
/// again.
3434
///
3535
/// _This flag is set to `false` by default._

0 commit comments

Comments
 (0)