We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7749c3 commit c7e4046Copy full SHA for c7e4046
src/app-check/app-check-api.ts
@@ -42,11 +42,13 @@ export interface AppCheckTokenOptions {
42
}
43
44
/**
45
- * Interface representing options for {@link AppCheck.verifyToken} method.
+ * Interface representing options for the {@link AppCheck.verifyToken} method.
46
*/
47
export interface VerifyAppCheckTokenOptions {
48
49
- * To use the replay protection feature, set this to true to mark the token as consumed.
+ * To use the replay protection feature, set this to `true`. The {@link AppCheck.verifyToken}
50
+ * method will mark the token as consumed after verifying it.
51
+ *
52
* Tokens that are found to be already consumed will be marked as such in the response.
53
*
54
* Tokens are only considered to be consumed if it is sent to App Check backend by calling the
0 commit comments