@regulaforensics/idv-capture-web 3.2.265-rc → 3.2.267-rc
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 +1 -0
- package/dist/main.iife.js +11 -11
- package/dist/main.js +609 -601
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -302,6 +302,7 @@ declare class IdvFetchService {
|
|
|
302
302
|
private _setConnectionToken;
|
|
303
303
|
private _getOriginFromConfig;
|
|
304
304
|
private _getOriginFromUrl;
|
|
305
|
+
private _getSessionIdFromUrl;
|
|
305
306
|
private _getExpiresAtFromTtl;
|
|
306
307
|
private _getAuthorizationHeaderFromConnectionToken;
|
|
307
308
|
private _getAuthorizationHeaderFromBasicToken;
|