@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.
@@ -343,6 +343,9 @@ declare class IntegryJS {
343
343
  * @param initConfig
344
344
  */
345
345
  init: (initConfig: InitConfig) => void;
346
+ verifyAuthConfig: () => Promise<{
347
+ config_verified: boolean;
348
+ } | null>;
346
349
  /**
347
350
  * Destroy SDK instance and cleanup store
348
351
  */