@integry/sdk 3.1.3-beta.6 → 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.
@@ -353,6 +353,9 @@ declare class IntegryJS {
353
353
  * @param initConfig
354
354
  */
355
355
  init: (initConfig: InitConfig) => void;
356
+ verifyAuthConfig: () => Promise<{
357
+ config_verified: boolean;
358
+ } | null>;
356
359
  /**
357
360
  * Destroy SDK instance and cleanup store
358
361
  */