Skip to content

Commit

Permalink
Add deprecation note.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Feb 14, 2025
1 parent c287db8 commit b1f4d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/providers/https.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export interface CallableOptions<T = any> 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.
Expand Down

0 comments on commit b1f4d42

Please sign in to comment.