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 f142d51 commit a13c2f2Copy full SHA for a13c2f2
src/app-check/app-check-api.ts
@@ -41,10 +41,9 @@ export interface AppCheckTokenOptions {
41
ttlMillis?: number;
42
43
/**
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`.
+ * Specifies whether this token is for a limited use context.
+ * To enable this token to be used with the replay protection feature, set this to `true`.
+ * The default value is `false`.
48
*/
49
limitedUse?: boolean;
50
}
0 commit comments