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
/// the usage of App Check's limited-use tokens instead of the standard cached tokens.
29
29
///
30
30
/// A new limited-use tokens will be generated for each request; providing a smaller attack
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),
31
+
/// surface for malicious parties to hijack tokens. When used alongside replay protection,
32
32
/// limited-use tokens are also _consumed_ after each request, ensuring they can't be used
0 commit comments