@integry/sdk 3.1.3-beta.4 → 3.1.3-beta.7

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.
@@ -296,6 +296,7 @@ declare class IntegryJS {
296
296
  getAuthHash: (key: string, message: string) => Promise<string>;
297
297
  };
298
298
  private authModalId;
299
+ private forceRerender;
299
300
  constructor(config: ConfigWithObject | ConfigWithUrlParams);
300
301
  /**
301
302
  *
@@ -342,6 +343,9 @@ declare class IntegryJS {
342
343
  * @param initConfig
343
344
  */
344
345
  init: (initConfig: InitConfig) => void;
346
+ verifyAuthConfig: () => Promise<{
347
+ config_verified: boolean;
348
+ } | null>;
345
349
  /**
346
350
  * Destroy SDK instance and cleanup store
347
351
  */