Skip to content

Commit

Permalink
fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Apr 19, 2023
1 parent d7749c3 commit c7e4046
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app-check/app-check-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ export interface AppCheckTokenOptions {
}

/**
* Interface representing options for {@link AppCheck.verifyToken} method.
* Interface representing options for the {@link AppCheck.verifyToken} method.
*/
export interface VerifyAppCheckTokenOptions {
/**
* 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}
* method will mark the token as consumed after verifying it.
*
* Tokens that are found to be already consumed will be marked as such in the response.
*
* Tokens are only considered to be consumed if it is sent to App Check backend by calling the
Expand Down

0 comments on commit c7e4046

Please sign in to comment.