From b1f4d42b99720f437ed7b3cf9a6f590b3f8363b1 Mon Sep 17 00:00:00 2001 From: Daniel Young Lee Date: Thu, 13 Feb 2025 16:28:27 -0800 Subject: [PATCH] Add deprecation note. --- src/v2/providers/https.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/providers/https.ts b/src/v2/providers/https.ts index 64909b672..0ec69055d 100644 --- a/src/v2/providers/https.ts +++ b/src/v2/providers/https.ts @@ -210,7 +210,7 @@ export interface CallableOptions extends HttpsOptions { heartbeatSeconds?: number | null; /** - * Callback for whether a request is authorized. + * (Deprecated) Callback for whether a request is authorized. * * Designed to allow reusable auth policies to be passed as an options object. Two built-in reusable policies exist: * isSignedIn and hasClaim.