@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.
package/dist/esm/index.csm.d.ts
CHANGED
|
@@ -306,6 +306,7 @@ declare class IntegryJS {
|
|
|
306
306
|
getAuthHash: (key: string, message: string) => Promise<string>;
|
|
307
307
|
};
|
|
308
308
|
private authModalId;
|
|
309
|
+
private forceRerender;
|
|
309
310
|
constructor(config: ConfigWithObject | ConfigWithUrlParams);
|
|
310
311
|
/**
|
|
311
312
|
*
|
|
@@ -352,6 +353,9 @@ declare class IntegryJS {
|
|
|
352
353
|
* @param initConfig
|
|
353
354
|
*/
|
|
354
355
|
init: (initConfig: InitConfig) => void;
|
|
356
|
+
verifyAuthConfig: () => Promise<{
|
|
357
|
+
config_verified: boolean;
|
|
358
|
+
} | null>;
|
|
355
359
|
/**
|
|
356
360
|
* Destroy SDK instance and cleanup store
|
|
357
361
|
*/
|