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 89f1f5f commit b8bb31cCopy full SHA for b8bb31c
common/api-review/app-check-exp.api.md
@@ -35,7 +35,7 @@ export interface AppCheckToken {
35
// @public
36
export function getAppCheck(app?: FirebaseApp): AppCheck;
37
38
-// @public (undocumented)
+// @public
39
export function setTokenAutoRefreshEnabled(app: FirebaseApp, isTokenAutoRefreshEnabled: boolean): void;
40
41
packages-exp/app-check-exp/src/api.ts
@@ -96,6 +96,8 @@ export function activate(
96
}
97
98
/**
99
+ * Set whether App Check will automatically refresh tokens as needed.
100
+ *
101
* @param isTokenAutoRefreshEnabled - If true, the SDK automatically
102
* refreshes App Check tokens as needed. This overrides any value set
103
* during `activate()`.
0 commit comments