@privy-io/react-auth 1.29.0-beta.2 → 1.29.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1285,6 +1285,7 @@ declare class PrivyClient {
1285
1285
  private session;
1286
1286
  private timeout;
1287
1287
  private clientAnalyticsId;
1288
+ useServerCookies: boolean;
1288
1289
  apiUrl: string;
1289
1290
  fallbackApiUrl: string;
1290
1291
  authFlow?: AuthFlow;