Skip to content

Commit d3e31eb

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

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
@@ -36,11 +36,11 @@ public struct AppCheckOptions: Sendable, Hashable, Equatable {
3636
///
3737
/// > Important: Replay protection is not currently supported for the FirebaseAI backend.
3838
/// > While this feature is being developed, you can still migrate to using
39-
/// > `limitedUseTokens`. Because `limitedUseTokens` are backwards compatible, you can still
39+
/// > limited-use tokens. Because limited-use tokens are backwards compatible, you can still
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 `limitedUseTokens` ahead of time will also allow you to enable replay
43+
/// > Migrating to limited-use tokens ahead of time will also allow you to enable replay
4444
/// > protection down the road (when support is added), without breaking your users.
4545
public init(requireLimitedUseTokens: Bool = false) {
4646
self.requireLimitedUseTokens = requireLimitedUseTokens

0 commit comments

Comments
 (0)