Skip to content

Commit b8bb31c

Browse files
committed
Add text string to setTokenAutoRefreshEnabled
1 parent 89f1f5f commit b8bb31c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

common/api-review/app-check-exp.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface AppCheckToken {
3535
// @public
3636
export function getAppCheck(app?: FirebaseApp): AppCheck;
3737

38-
// @public (undocumented)
38+
// @public
3939
export function setTokenAutoRefreshEnabled(app: FirebaseApp, isTokenAutoRefreshEnabled: boolean): void;
4040

4141

packages-exp/app-check-exp/src/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ export function activate(
9696
}
9797
}
9898
/**
99+
* Set whether App Check will automatically refresh tokens as needed.
100+
*
99101
* @param isTokenAutoRefreshEnabled - If true, the SDK automatically
100102
* refreshes App Check tokens as needed. This overrides any value set
101103
* during `activate()`.

0 commit comments

Comments
 (0)