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 c287db8 commit b1f4d42Copy full SHA for b1f4d42
src/v2/providers/https.ts
@@ -210,7 +210,7 @@ export interface CallableOptions<T = any> extends HttpsOptions {
210
heartbeatSeconds?: number | null;
211
212
/**
213
- * Callback for whether a request is authorized.
+ * (Deprecated) Callback for whether a request is authorized.
214
*
215
* Designed to allow reusable auth policies to be passed as an options object. Two built-in reusable policies exist:
216
* isSignedIn and hasClaim.
0 commit comments