File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1469,8 +1469,8 @@ declare namespace firebase.appCheck {
1469
1469
export interface AppCheck {
1470
1470
/**
1471
1471
* Activate AppCheck
1472
- * @param siteKeyOrProvider - reCAPTCHA sitekey or custom token provider
1473
- * @param isTokenAutoRefreshEnabled - If true, enables SDK to automatically
1472
+ * @param siteKeyOrProvider reCAPTCHA sitekey or custom token provider
1473
+ * @param isTokenAutoRefreshEnabled If true, enables SDK to automatically
1474
1474
* refresh AppCheck token as needed. If undefined, the value will default
1475
1475
* to the value of `app.automaticDataCollectionEnabled`. That property
1476
1476
* defaults to false and can be set in the app config.
@@ -1482,7 +1482,7 @@ declare namespace firebase.appCheck {
1482
1482
1483
1483
/**
1484
1484
*
1485
- * @param isTokenAutoRefreshEnabled - If set to true, enables SDK to
1485
+ * @param isTokenAutoRefreshEnabled If set to true, enables SDK to
1486
1486
* automatically refresh AppCheck token as needed. If false, disables this
1487
1487
* functionality. This overrides any value set during `activate()`.
1488
1488
*/
@@ -1502,7 +1502,7 @@ declare namespace firebase.appCheck {
1502
1502
}
1503
1503
1504
1504
/**
1505
- * The token returned from an `AppCheckProvider`.
1505
+ * The token returned from an { @link firebase.appCheck.AppCheckProvider `AppCheckProvider`} .
1506
1506
*/
1507
1507
interface AppCheckToken {
1508
1508
/**
You can’t perform that action at this time.
0 commit comments