We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a7ec0 commit cce55b5Copy full SHA for cce55b5
src/v2/providers/https.ts
@@ -210,12 +210,12 @@ export interface CallableOptions<T = any> extends HttpsOptions {
210
heartbeatSeconds?: number | null;
211
212
/**
213
- * @deprecated
214
- *
215
- * Callback for whether a request is authorized.
+ * (Deprecated) Callback for whether a request is authorized.
216
*
217
* Designed to allow reusable auth policies to be passed as an options object. Two built-in reusable policies exist:
218
* isSignedIn and hasClaim.
+ *
+ * @deprecated
219
*/
220
authPolicy?: (auth: AuthData | null, data: T) => boolean | Promise<boolean>;
221
}
0 commit comments