Skip to content

Commit b1f4d42

Browse files
committed
Add deprecation note.
1 parent c287db8 commit b1f4d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/providers/https.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export interface CallableOptions<T = any> extends HttpsOptions {
210210
heartbeatSeconds?: number | null;
211211

212212
/**
213-
* Callback for whether a request is authorized.
213+
* (Deprecated) Callback for whether a request is authorized.
214214
*
215215
* Designed to allow reusable auth policies to be passed as an options object. Two built-in reusable policies exist:
216216
* isSignedIn and hasClaim.

0 commit comments

Comments
 (0)