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 d011093 commit 9d1c72cCopy full SHA for 9d1c72c
packages/app-check/src/api.ts
@@ -187,7 +187,7 @@ export function setTokenAutoRefreshEnabled(
187
state.isTokenAutoRefreshEnabled = isTokenAutoRefreshEnabled;
188
}
189
/**
190
- * Get the current App Check token. If `forceRefresh` is false, it first
+ * Get the current App Check token. If `forceRefresh` is false, this function first
191
* checks for a valid token in memory, then local persistence (IndexedDB).
192
* If not found, or if `forceRefresh` is true, it makes a request to the
193
* App Check endpoint for a fresh token. That request attaches
0 commit comments