@descope/react-sdk 2.27.7 → 2.27.9
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/cjs/constants.js +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +9 -0
- package/package.json +12 -12
package/dist/cjs/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const e="undefined"!=typeof window;exports.IS_BROWSER=e,exports.baseHeaders={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.
|
|
1
|
+
"use strict";const e="undefined"!=typeof window;exports.IS_BROWSER=e,exports.baseHeaders={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.9"};
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
package/dist/esm/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const e={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.
|
|
1
|
+
const e={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.9"},d="undefined"!=typeof window;export{d as IS_BROWSER,e as baseHeaders};
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -105,6 +105,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
105
105
|
platform: "ios" | "android";
|
|
106
106
|
oauthProvider?: string;
|
|
107
107
|
oauthRedirect?: string;
|
|
108
|
+
externalAuthRedirect?: string;
|
|
108
109
|
};
|
|
109
110
|
thirdPartyAppStateId?: string;
|
|
110
111
|
applicationScopes?: string;
|
|
@@ -826,6 +827,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
826
827
|
platform: "ios" | "android";
|
|
827
828
|
oauthProvider?: string;
|
|
828
829
|
oauthRedirect?: string;
|
|
830
|
+
externalAuthRedirect?: string;
|
|
829
831
|
};
|
|
830
832
|
thirdPartyAppStateId?: string;
|
|
831
833
|
applicationScopes?: string;
|
|
@@ -1547,6 +1549,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1547
1549
|
platform: "ios" | "android";
|
|
1548
1550
|
oauthProvider?: string;
|
|
1549
1551
|
oauthRedirect?: string;
|
|
1552
|
+
externalAuthRedirect?: string;
|
|
1550
1553
|
};
|
|
1551
1554
|
thirdPartyAppStateId?: string;
|
|
1552
1555
|
applicationScopes?: string;
|