Skip to content

Commit fb6e91b

Browse files
Doc feedback
Co-authored-by: Kevin Cheung <[email protected]>
1 parent c220234 commit fb6e91b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/functions/src/public-types.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ export interface HttpsCallableOptions {
4848
*/
4949
timeout?: number;
5050
/**
51-
* If set to true, uses limited use App Check token for callable function requests from this
52-
* instance of Functions. By default, this is false.
51+
* If set to true, uses limited-use App Check token for callable function requests from this
52+
* instance of {@link Functions}. You must use limited-use tokens to call functions with
53+
* replay protection enabled. By default, this is false.
5354
*/
5455
useLimitedUseAppCheckToken?: boolean;
5556
}

0 commit comments

Comments
 (0)