Skip to content

Commit df24a84

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/AppCheckOptions.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent d3e31eb commit df24a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAI/Sources/AppCheckOptions.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public struct AppCheckOptions: Sendable, Hashable, Equatable {
4040
/// > use them without replay protection. Due to their shorter TTL over standard App Check
4141
/// > tokens, they still provide a security benefit.
4242
/// >
43-
/// > Migrating to limited-use tokens ahead of time will also allow you to enable replay
44-
/// > protection down the road (when support is added), without breaking your users.
43+
/// > Migrating to limited-use tokens sooner minimizes disruption when support for replay
44+
/// > protection is added.
4545
public init(requireLimitedUseTokens: Bool = false) {
4646
self.requireLimitedUseTokens = requireLimitedUseTokens
4747
}

0 commit comments

Comments
 (0)