Skip to content

Commit c7e4046

Browse files
committed
fix docstrings
1 parent d7749c3 commit c7e4046

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app-check/app-check-api.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ export interface AppCheckTokenOptions {
4242
}
4343

4444
/**
45-
* Interface representing options for {@link AppCheck.verifyToken} method.
45+
* Interface representing options for the {@link AppCheck.verifyToken} method.
4646
*/
4747
export interface VerifyAppCheckTokenOptions {
4848
/**
49-
* To use the replay protection feature, set this to true to mark the token as consumed.
49+
* 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+
*
5052
* Tokens that are found to be already consumed will be marked as such in the response.
5153
*
5254
* Tokens are only considered to be consumed if it is sent to App Check backend by calling the

0 commit comments

Comments
 (0)