You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - requireLimitedUseTokens: When sending tokens to the backend, this option enables
28
28
/// the usage of App Check's `limitedUseTokens` instead of the standard cached tokens.
29
29
///
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
31
31
/// 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
32
/// limited-use tokens are also _consumed_ after each request, ensuring they can't be used
0 commit comments