Skip to content

Commit a13c2f2

Browse files
committed
fix docs
1 parent f142d51 commit a13c2f2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ export interface AppCheckTokenOptions {
4141
ttlMillis?: number;
4242

4343
/**
44-
* Specifies whether this attestation is for use in a *limited use* (`true`)
45-
* or *session based* (`false`) context. To enable this attestation to be used
46-
* with the *replay protection* feature, set this to `true`. The default value
47-
* is `false`.
44+
* Specifies whether this token is for a limited use context.
45+
* To enable this token to be used with the replay protection feature, set this to `true`.
46+
* The default value is `false`.
4847
*/
4948
limitedUse?: boolean;
5049
}

0 commit comments

Comments
 (0)