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 f581b61 commit b9a42e5Copy full SHA for b9a42e5
common/api-review/functions.api.md
@@ -61,6 +61,7 @@ export interface HttpsCallableResult<ResponseData = unknown> {
61
62
// @public
63
export interface HttpsCallableStreamOptions {
64
+ limitedUseAppCheckTokens?: boolean;
65
signal?: AbortSignal;
66
}
67
0 commit comments