@descope/vue-sdk 2.15.30 → 2.15.32
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.cjs +1 -1
- package/dist/index.d.ts +264 -24
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -454,7 +454,7 @@ declare const useDescope: () => (((({
|
|
|
454
454
|
};
|
|
455
455
|
webauthn: {
|
|
456
456
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
457
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
457
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
458
458
|
transactionId: string;
|
|
459
459
|
options: string;
|
|
460
460
|
create: boolean;
|
|
@@ -470,7 +470,7 @@ declare const useDescope: () => (((({
|
|
|
470
470
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
471
471
|
};
|
|
472
472
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
473
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
473
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
474
474
|
transactionId: string;
|
|
475
475
|
options: string;
|
|
476
476
|
create: boolean;
|
|
@@ -566,6 +566,7 @@ declare const useDescope: () => (((({
|
|
|
566
566
|
templateOptions?: {
|
|
567
567
|
[x: string]: string;
|
|
568
568
|
};
|
|
569
|
+
tenantId?: string;
|
|
569
570
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
570
571
|
maskedPhone: string;
|
|
571
572
|
}>>;
|
|
@@ -582,6 +583,7 @@ declare const useDescope: () => (((({
|
|
|
582
583
|
templateOptions?: {
|
|
583
584
|
[x: string]: string;
|
|
584
585
|
};
|
|
586
|
+
tenantId?: string;
|
|
585
587
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
586
588
|
maskedPhone: string;
|
|
587
589
|
}>>;
|
|
@@ -598,6 +600,7 @@ declare const useDescope: () => (((({
|
|
|
598
600
|
templateOptions?: {
|
|
599
601
|
[x: string]: string;
|
|
600
602
|
};
|
|
603
|
+
tenantId?: string;
|
|
601
604
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
602
605
|
maskedPhone: string;
|
|
603
606
|
}>>;
|
|
@@ -614,6 +617,7 @@ declare const useDescope: () => (((({
|
|
|
614
617
|
templateOptions?: {
|
|
615
618
|
[x: string]: string;
|
|
616
619
|
};
|
|
620
|
+
tenantId?: string;
|
|
617
621
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
618
622
|
maskedPhone: string;
|
|
619
623
|
}>>;
|
|
@@ -630,6 +634,7 @@ declare const useDescope: () => (((({
|
|
|
630
634
|
templateOptions?: {
|
|
631
635
|
[x: string]: string;
|
|
632
636
|
};
|
|
637
|
+
tenantId?: string;
|
|
633
638
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
634
639
|
maskedEmail: string;
|
|
635
640
|
}>>;
|
|
@@ -744,6 +749,7 @@ declare const useDescope: () => (((({
|
|
|
744
749
|
templateOptions?: {
|
|
745
750
|
[x: string]: string;
|
|
746
751
|
};
|
|
752
|
+
tenantId?: string;
|
|
747
753
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
748
754
|
maskedPhone: string;
|
|
749
755
|
}>>;
|
|
@@ -760,6 +766,7 @@ declare const useDescope: () => (((({
|
|
|
760
766
|
templateOptions?: {
|
|
761
767
|
[x: string]: string;
|
|
762
768
|
};
|
|
769
|
+
tenantId?: string;
|
|
763
770
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
764
771
|
maskedPhone: string;
|
|
765
772
|
}>>;
|
|
@@ -776,6 +783,7 @@ declare const useDescope: () => (((({
|
|
|
776
783
|
templateOptions?: {
|
|
777
784
|
[x: string]: string;
|
|
778
785
|
};
|
|
786
|
+
tenantId?: string;
|
|
779
787
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
780
788
|
maskedPhone: string;
|
|
781
789
|
}>>;
|
|
@@ -792,6 +800,7 @@ declare const useDescope: () => (((({
|
|
|
792
800
|
templateOptions?: {
|
|
793
801
|
[x: string]: string;
|
|
794
802
|
};
|
|
803
|
+
tenantId?: string;
|
|
795
804
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
796
805
|
maskedPhone: string;
|
|
797
806
|
}>>;
|
|
@@ -808,6 +817,7 @@ declare const useDescope: () => (((({
|
|
|
808
817
|
templateOptions?: {
|
|
809
818
|
[x: string]: string;
|
|
810
819
|
};
|
|
820
|
+
tenantId?: string;
|
|
811
821
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
812
822
|
maskedEmail: string;
|
|
813
823
|
}>>;
|
|
@@ -819,6 +829,7 @@ declare const useDescope: () => (((({
|
|
|
819
829
|
templateOptions?: {
|
|
820
830
|
[x: string]: string;
|
|
821
831
|
};
|
|
832
|
+
tenantId?: string;
|
|
822
833
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
823
834
|
maskedPhone: string;
|
|
824
835
|
}>>;
|
|
@@ -828,6 +839,7 @@ declare const useDescope: () => (((({
|
|
|
828
839
|
templateOptions?: {
|
|
829
840
|
[x: string]: string;
|
|
830
841
|
};
|
|
842
|
+
tenantId?: string;
|
|
831
843
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
832
844
|
maskedPhone: string;
|
|
833
845
|
}>>;
|
|
@@ -837,6 +849,7 @@ declare const useDescope: () => (((({
|
|
|
837
849
|
templateOptions?: {
|
|
838
850
|
[x: string]: string;
|
|
839
851
|
};
|
|
852
|
+
tenantId?: string;
|
|
840
853
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
841
854
|
maskedPhone: string;
|
|
842
855
|
}>>;
|
|
@@ -846,6 +859,7 @@ declare const useDescope: () => (((({
|
|
|
846
859
|
templateOptions?: {
|
|
847
860
|
[x: string]: string;
|
|
848
861
|
};
|
|
862
|
+
tenantId?: string;
|
|
849
863
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
850
864
|
maskedPhone: string;
|
|
851
865
|
}>>;
|
|
@@ -855,6 +869,7 @@ declare const useDescope: () => (((({
|
|
|
855
869
|
templateOptions?: {
|
|
856
870
|
[x: string]: string;
|
|
857
871
|
};
|
|
872
|
+
tenantId?: string;
|
|
858
873
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
859
874
|
maskedEmail: string;
|
|
860
875
|
}>>;
|
|
@@ -930,6 +945,7 @@ declare const useDescope: () => (((({
|
|
|
930
945
|
templateOptions?: {
|
|
931
946
|
[x: string]: string;
|
|
932
947
|
};
|
|
948
|
+
tenantId?: string;
|
|
933
949
|
} & {
|
|
934
950
|
providerId?: string;
|
|
935
951
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -946,6 +962,7 @@ declare const useDescope: () => (((({
|
|
|
946
962
|
templateOptions?: {
|
|
947
963
|
[x: string]: string;
|
|
948
964
|
};
|
|
965
|
+
tenantId?: string;
|
|
949
966
|
} & {
|
|
950
967
|
providerId?: string;
|
|
951
968
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -1020,6 +1037,7 @@ declare const useDescope: () => (((({
|
|
|
1020
1037
|
templateOptions?: {
|
|
1021
1038
|
[x: string]: string;
|
|
1022
1039
|
};
|
|
1040
|
+
tenantId?: string;
|
|
1023
1041
|
} & {
|
|
1024
1042
|
providerId?: string;
|
|
1025
1043
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -1040,6 +1058,7 @@ declare const useDescope: () => (((({
|
|
|
1040
1058
|
templateOptions?: {
|
|
1041
1059
|
[x: string]: string;
|
|
1042
1060
|
};
|
|
1061
|
+
tenantId?: string;
|
|
1043
1062
|
} & {
|
|
1044
1063
|
providerId?: string;
|
|
1045
1064
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -1073,6 +1092,7 @@ declare const useDescope: () => (((({
|
|
|
1073
1092
|
templateOptions?: {
|
|
1074
1093
|
[x: string]: string;
|
|
1075
1094
|
};
|
|
1095
|
+
tenantId?: string;
|
|
1076
1096
|
} & {
|
|
1077
1097
|
providerId?: string;
|
|
1078
1098
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -1176,7 +1196,7 @@ declare const useDescope: () => (((({
|
|
|
1176
1196
|
};
|
|
1177
1197
|
webauthn: {
|
|
1178
1198
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
1179
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1199
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1180
1200
|
transactionId: string;
|
|
1181
1201
|
options: string;
|
|
1182
1202
|
create: boolean;
|
|
@@ -1192,7 +1212,7 @@ declare const useDescope: () => (((({
|
|
|
1192
1212
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
1193
1213
|
};
|
|
1194
1214
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
1195
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1215
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1196
1216
|
transactionId: string;
|
|
1197
1217
|
options: string;
|
|
1198
1218
|
create: boolean;
|
|
@@ -1288,6 +1308,7 @@ declare const useDescope: () => (((({
|
|
|
1288
1308
|
templateOptions?: {
|
|
1289
1309
|
[x: string]: string;
|
|
1290
1310
|
};
|
|
1311
|
+
tenantId?: string;
|
|
1291
1312
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1292
1313
|
maskedPhone: string;
|
|
1293
1314
|
}>>;
|
|
@@ -1304,6 +1325,7 @@ declare const useDescope: () => (((({
|
|
|
1304
1325
|
templateOptions?: {
|
|
1305
1326
|
[x: string]: string;
|
|
1306
1327
|
};
|
|
1328
|
+
tenantId?: string;
|
|
1307
1329
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1308
1330
|
maskedPhone: string;
|
|
1309
1331
|
}>>;
|
|
@@ -1320,6 +1342,7 @@ declare const useDescope: () => (((({
|
|
|
1320
1342
|
templateOptions?: {
|
|
1321
1343
|
[x: string]: string;
|
|
1322
1344
|
};
|
|
1345
|
+
tenantId?: string;
|
|
1323
1346
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1324
1347
|
maskedPhone: string;
|
|
1325
1348
|
}>>;
|
|
@@ -1336,6 +1359,7 @@ declare const useDescope: () => (((({
|
|
|
1336
1359
|
templateOptions?: {
|
|
1337
1360
|
[x: string]: string;
|
|
1338
1361
|
};
|
|
1362
|
+
tenantId?: string;
|
|
1339
1363
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1340
1364
|
maskedPhone: string;
|
|
1341
1365
|
}>>;
|
|
@@ -1352,6 +1376,7 @@ declare const useDescope: () => (((({
|
|
|
1352
1376
|
templateOptions?: {
|
|
1353
1377
|
[x: string]: string;
|
|
1354
1378
|
};
|
|
1379
|
+
tenantId?: string;
|
|
1355
1380
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1356
1381
|
maskedEmail: string;
|
|
1357
1382
|
}>>;
|
|
@@ -1466,6 +1491,7 @@ declare const useDescope: () => (((({
|
|
|
1466
1491
|
templateOptions?: {
|
|
1467
1492
|
[x: string]: string;
|
|
1468
1493
|
};
|
|
1494
|
+
tenantId?: string;
|
|
1469
1495
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1470
1496
|
maskedPhone: string;
|
|
1471
1497
|
}>>;
|
|
@@ -1482,6 +1508,7 @@ declare const useDescope: () => (((({
|
|
|
1482
1508
|
templateOptions?: {
|
|
1483
1509
|
[x: string]: string;
|
|
1484
1510
|
};
|
|
1511
|
+
tenantId?: string;
|
|
1485
1512
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1486
1513
|
maskedPhone: string;
|
|
1487
1514
|
}>>;
|
|
@@ -1498,6 +1525,7 @@ declare const useDescope: () => (((({
|
|
|
1498
1525
|
templateOptions?: {
|
|
1499
1526
|
[x: string]: string;
|
|
1500
1527
|
};
|
|
1528
|
+
tenantId?: string;
|
|
1501
1529
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1502
1530
|
maskedPhone: string;
|
|
1503
1531
|
}>>;
|
|
@@ -1514,6 +1542,7 @@ declare const useDescope: () => (((({
|
|
|
1514
1542
|
templateOptions?: {
|
|
1515
1543
|
[x: string]: string;
|
|
1516
1544
|
};
|
|
1545
|
+
tenantId?: string;
|
|
1517
1546
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1518
1547
|
maskedPhone: string;
|
|
1519
1548
|
}>>;
|
|
@@ -1530,6 +1559,7 @@ declare const useDescope: () => (((({
|
|
|
1530
1559
|
templateOptions?: {
|
|
1531
1560
|
[x: string]: string;
|
|
1532
1561
|
};
|
|
1562
|
+
tenantId?: string;
|
|
1533
1563
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1534
1564
|
maskedEmail: string;
|
|
1535
1565
|
}>>;
|
|
@@ -1541,6 +1571,7 @@ declare const useDescope: () => (((({
|
|
|
1541
1571
|
templateOptions?: {
|
|
1542
1572
|
[x: string]: string;
|
|
1543
1573
|
};
|
|
1574
|
+
tenantId?: string;
|
|
1544
1575
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1545
1576
|
maskedPhone: string;
|
|
1546
1577
|
}>>;
|
|
@@ -1550,6 +1581,7 @@ declare const useDescope: () => (((({
|
|
|
1550
1581
|
templateOptions?: {
|
|
1551
1582
|
[x: string]: string;
|
|
1552
1583
|
};
|
|
1584
|
+
tenantId?: string;
|
|
1553
1585
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1554
1586
|
maskedPhone: string;
|
|
1555
1587
|
}>>;
|
|
@@ -1559,6 +1591,7 @@ declare const useDescope: () => (((({
|
|
|
1559
1591
|
templateOptions?: {
|
|
1560
1592
|
[x: string]: string;
|
|
1561
1593
|
};
|
|
1594
|
+
tenantId?: string;
|
|
1562
1595
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1563
1596
|
maskedPhone: string;
|
|
1564
1597
|
}>>;
|
|
@@ -1568,6 +1601,7 @@ declare const useDescope: () => (((({
|
|
|
1568
1601
|
templateOptions?: {
|
|
1569
1602
|
[x: string]: string;
|
|
1570
1603
|
};
|
|
1604
|
+
tenantId?: string;
|
|
1571
1605
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1572
1606
|
maskedPhone: string;
|
|
1573
1607
|
}>>;
|
|
@@ -1577,6 +1611,7 @@ declare const useDescope: () => (((({
|
|
|
1577
1611
|
templateOptions?: {
|
|
1578
1612
|
[x: string]: string;
|
|
1579
1613
|
};
|
|
1614
|
+
tenantId?: string;
|
|
1580
1615
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1581
1616
|
maskedEmail: string;
|
|
1582
1617
|
}>>;
|
|
@@ -1652,6 +1687,7 @@ declare const useDescope: () => (((({
|
|
|
1652
1687
|
templateOptions?: {
|
|
1653
1688
|
[x: string]: string;
|
|
1654
1689
|
};
|
|
1690
|
+
tenantId?: string;
|
|
1655
1691
|
} & {
|
|
1656
1692
|
providerId?: string;
|
|
1657
1693
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -1668,6 +1704,7 @@ declare const useDescope: () => (((({
|
|
|
1668
1704
|
templateOptions?: {
|
|
1669
1705
|
[x: string]: string;
|
|
1670
1706
|
};
|
|
1707
|
+
tenantId?: string;
|
|
1671
1708
|
} & {
|
|
1672
1709
|
providerId?: string;
|
|
1673
1710
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -1742,6 +1779,7 @@ declare const useDescope: () => (((({
|
|
|
1742
1779
|
templateOptions?: {
|
|
1743
1780
|
[x: string]: string;
|
|
1744
1781
|
};
|
|
1782
|
+
tenantId?: string;
|
|
1745
1783
|
} & {
|
|
1746
1784
|
providerId?: string;
|
|
1747
1785
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -1762,6 +1800,7 @@ declare const useDescope: () => (((({
|
|
|
1762
1800
|
templateOptions?: {
|
|
1763
1801
|
[x: string]: string;
|
|
1764
1802
|
};
|
|
1803
|
+
tenantId?: string;
|
|
1765
1804
|
} & {
|
|
1766
1805
|
providerId?: string;
|
|
1767
1806
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -1795,6 +1834,7 @@ declare const useDescope: () => (((({
|
|
|
1795
1834
|
templateOptions?: {
|
|
1796
1835
|
[x: string]: string;
|
|
1797
1836
|
};
|
|
1837
|
+
tenantId?: string;
|
|
1798
1838
|
} & {
|
|
1799
1839
|
providerId?: string;
|
|
1800
1840
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -1898,7 +1938,7 @@ declare const useDescope: () => (((({
|
|
|
1898
1938
|
};
|
|
1899
1939
|
webauthn: {
|
|
1900
1940
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
1901
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1941
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1902
1942
|
transactionId: string;
|
|
1903
1943
|
options: string;
|
|
1904
1944
|
create: boolean;
|
|
@@ -1914,7 +1954,7 @@ declare const useDescope: () => (((({
|
|
|
1914
1954
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
1915
1955
|
};
|
|
1916
1956
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
1917
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1957
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
1918
1958
|
transactionId: string;
|
|
1919
1959
|
options: string;
|
|
1920
1960
|
create: boolean;
|
|
@@ -2010,6 +2050,7 @@ declare const useDescope: () => (((({
|
|
|
2010
2050
|
templateOptions?: {
|
|
2011
2051
|
[x: string]: string;
|
|
2012
2052
|
};
|
|
2053
|
+
tenantId?: string;
|
|
2013
2054
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2014
2055
|
maskedPhone: string;
|
|
2015
2056
|
}>>;
|
|
@@ -2026,6 +2067,7 @@ declare const useDescope: () => (((({
|
|
|
2026
2067
|
templateOptions?: {
|
|
2027
2068
|
[x: string]: string;
|
|
2028
2069
|
};
|
|
2070
|
+
tenantId?: string;
|
|
2029
2071
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2030
2072
|
maskedPhone: string;
|
|
2031
2073
|
}>>;
|
|
@@ -2042,6 +2084,7 @@ declare const useDescope: () => (((({
|
|
|
2042
2084
|
templateOptions?: {
|
|
2043
2085
|
[x: string]: string;
|
|
2044
2086
|
};
|
|
2087
|
+
tenantId?: string;
|
|
2045
2088
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2046
2089
|
maskedPhone: string;
|
|
2047
2090
|
}>>;
|
|
@@ -2058,6 +2101,7 @@ declare const useDescope: () => (((({
|
|
|
2058
2101
|
templateOptions?: {
|
|
2059
2102
|
[x: string]: string;
|
|
2060
2103
|
};
|
|
2104
|
+
tenantId?: string;
|
|
2061
2105
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2062
2106
|
maskedPhone: string;
|
|
2063
2107
|
}>>;
|
|
@@ -2074,6 +2118,7 @@ declare const useDescope: () => (((({
|
|
|
2074
2118
|
templateOptions?: {
|
|
2075
2119
|
[x: string]: string;
|
|
2076
2120
|
};
|
|
2121
|
+
tenantId?: string;
|
|
2077
2122
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2078
2123
|
maskedEmail: string;
|
|
2079
2124
|
}>>;
|
|
@@ -2188,6 +2233,7 @@ declare const useDescope: () => (((({
|
|
|
2188
2233
|
templateOptions?: {
|
|
2189
2234
|
[x: string]: string;
|
|
2190
2235
|
};
|
|
2236
|
+
tenantId?: string;
|
|
2191
2237
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2192
2238
|
maskedPhone: string;
|
|
2193
2239
|
}>>;
|
|
@@ -2204,6 +2250,7 @@ declare const useDescope: () => (((({
|
|
|
2204
2250
|
templateOptions?: {
|
|
2205
2251
|
[x: string]: string;
|
|
2206
2252
|
};
|
|
2253
|
+
tenantId?: string;
|
|
2207
2254
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2208
2255
|
maskedPhone: string;
|
|
2209
2256
|
}>>;
|
|
@@ -2220,6 +2267,7 @@ declare const useDescope: () => (((({
|
|
|
2220
2267
|
templateOptions?: {
|
|
2221
2268
|
[x: string]: string;
|
|
2222
2269
|
};
|
|
2270
|
+
tenantId?: string;
|
|
2223
2271
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2224
2272
|
maskedPhone: string;
|
|
2225
2273
|
}>>;
|
|
@@ -2236,6 +2284,7 @@ declare const useDescope: () => (((({
|
|
|
2236
2284
|
templateOptions?: {
|
|
2237
2285
|
[x: string]: string;
|
|
2238
2286
|
};
|
|
2287
|
+
tenantId?: string;
|
|
2239
2288
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2240
2289
|
maskedPhone: string;
|
|
2241
2290
|
}>>;
|
|
@@ -2252,6 +2301,7 @@ declare const useDescope: () => (((({
|
|
|
2252
2301
|
templateOptions?: {
|
|
2253
2302
|
[x: string]: string;
|
|
2254
2303
|
};
|
|
2304
|
+
tenantId?: string;
|
|
2255
2305
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2256
2306
|
maskedEmail: string;
|
|
2257
2307
|
}>>;
|
|
@@ -2263,6 +2313,7 @@ declare const useDescope: () => (((({
|
|
|
2263
2313
|
templateOptions?: {
|
|
2264
2314
|
[x: string]: string;
|
|
2265
2315
|
};
|
|
2316
|
+
tenantId?: string;
|
|
2266
2317
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2267
2318
|
maskedPhone: string;
|
|
2268
2319
|
}>>;
|
|
@@ -2272,6 +2323,7 @@ declare const useDescope: () => (((({
|
|
|
2272
2323
|
templateOptions?: {
|
|
2273
2324
|
[x: string]: string;
|
|
2274
2325
|
};
|
|
2326
|
+
tenantId?: string;
|
|
2275
2327
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2276
2328
|
maskedPhone: string;
|
|
2277
2329
|
}>>;
|
|
@@ -2281,6 +2333,7 @@ declare const useDescope: () => (((({
|
|
|
2281
2333
|
templateOptions?: {
|
|
2282
2334
|
[x: string]: string;
|
|
2283
2335
|
};
|
|
2336
|
+
tenantId?: string;
|
|
2284
2337
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2285
2338
|
maskedPhone: string;
|
|
2286
2339
|
}>>;
|
|
@@ -2290,6 +2343,7 @@ declare const useDescope: () => (((({
|
|
|
2290
2343
|
templateOptions?: {
|
|
2291
2344
|
[x: string]: string;
|
|
2292
2345
|
};
|
|
2346
|
+
tenantId?: string;
|
|
2293
2347
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2294
2348
|
maskedPhone: string;
|
|
2295
2349
|
}>>;
|
|
@@ -2299,6 +2353,7 @@ declare const useDescope: () => (((({
|
|
|
2299
2353
|
templateOptions?: {
|
|
2300
2354
|
[x: string]: string;
|
|
2301
2355
|
};
|
|
2356
|
+
tenantId?: string;
|
|
2302
2357
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2303
2358
|
maskedEmail: string;
|
|
2304
2359
|
}>>;
|
|
@@ -2374,6 +2429,7 @@ declare const useDescope: () => (((({
|
|
|
2374
2429
|
templateOptions?: {
|
|
2375
2430
|
[x: string]: string;
|
|
2376
2431
|
};
|
|
2432
|
+
tenantId?: string;
|
|
2377
2433
|
} & {
|
|
2378
2434
|
providerId?: string;
|
|
2379
2435
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -2390,6 +2446,7 @@ declare const useDescope: () => (((({
|
|
|
2390
2446
|
templateOptions?: {
|
|
2391
2447
|
[x: string]: string;
|
|
2392
2448
|
};
|
|
2449
|
+
tenantId?: string;
|
|
2393
2450
|
} & {
|
|
2394
2451
|
providerId?: string;
|
|
2395
2452
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -2464,6 +2521,7 @@ declare const useDescope: () => (((({
|
|
|
2464
2521
|
templateOptions?: {
|
|
2465
2522
|
[x: string]: string;
|
|
2466
2523
|
};
|
|
2524
|
+
tenantId?: string;
|
|
2467
2525
|
} & {
|
|
2468
2526
|
providerId?: string;
|
|
2469
2527
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -2484,6 +2542,7 @@ declare const useDescope: () => (((({
|
|
|
2484
2542
|
templateOptions?: {
|
|
2485
2543
|
[x: string]: string;
|
|
2486
2544
|
};
|
|
2545
|
+
tenantId?: string;
|
|
2487
2546
|
} & {
|
|
2488
2547
|
providerId?: string;
|
|
2489
2548
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -2517,6 +2576,7 @@ declare const useDescope: () => (((({
|
|
|
2517
2576
|
templateOptions?: {
|
|
2518
2577
|
[x: string]: string;
|
|
2519
2578
|
};
|
|
2579
|
+
tenantId?: string;
|
|
2520
2580
|
} & {
|
|
2521
2581
|
providerId?: string;
|
|
2522
2582
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -2630,7 +2690,7 @@ declare const useDescope: () => (((({
|
|
|
2630
2690
|
};
|
|
2631
2691
|
webauthn: {
|
|
2632
2692
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
2633
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2693
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2634
2694
|
transactionId: string;
|
|
2635
2695
|
options: string;
|
|
2636
2696
|
create: boolean;
|
|
@@ -2646,7 +2706,7 @@ declare const useDescope: () => (((({
|
|
|
2646
2706
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
2647
2707
|
};
|
|
2648
2708
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
2649
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2709
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2650
2710
|
transactionId: string;
|
|
2651
2711
|
options: string;
|
|
2652
2712
|
create: boolean;
|
|
@@ -2742,6 +2802,7 @@ declare const useDescope: () => (((({
|
|
|
2742
2802
|
templateOptions?: {
|
|
2743
2803
|
[x: string]: string;
|
|
2744
2804
|
};
|
|
2805
|
+
tenantId?: string;
|
|
2745
2806
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2746
2807
|
maskedPhone: string;
|
|
2747
2808
|
}>>;
|
|
@@ -2758,6 +2819,7 @@ declare const useDescope: () => (((({
|
|
|
2758
2819
|
templateOptions?: {
|
|
2759
2820
|
[x: string]: string;
|
|
2760
2821
|
};
|
|
2822
|
+
tenantId?: string;
|
|
2761
2823
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2762
2824
|
maskedPhone: string;
|
|
2763
2825
|
}>>;
|
|
@@ -2774,6 +2836,7 @@ declare const useDescope: () => (((({
|
|
|
2774
2836
|
templateOptions?: {
|
|
2775
2837
|
[x: string]: string;
|
|
2776
2838
|
};
|
|
2839
|
+
tenantId?: string;
|
|
2777
2840
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2778
2841
|
maskedPhone: string;
|
|
2779
2842
|
}>>;
|
|
@@ -2790,6 +2853,7 @@ declare const useDescope: () => (((({
|
|
|
2790
2853
|
templateOptions?: {
|
|
2791
2854
|
[x: string]: string;
|
|
2792
2855
|
};
|
|
2856
|
+
tenantId?: string;
|
|
2793
2857
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2794
2858
|
maskedPhone: string;
|
|
2795
2859
|
}>>;
|
|
@@ -2806,6 +2870,7 @@ declare const useDescope: () => (((({
|
|
|
2806
2870
|
templateOptions?: {
|
|
2807
2871
|
[x: string]: string;
|
|
2808
2872
|
};
|
|
2873
|
+
tenantId?: string;
|
|
2809
2874
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2810
2875
|
maskedEmail: string;
|
|
2811
2876
|
}>>;
|
|
@@ -2920,6 +2985,7 @@ declare const useDescope: () => (((({
|
|
|
2920
2985
|
templateOptions?: {
|
|
2921
2986
|
[x: string]: string;
|
|
2922
2987
|
};
|
|
2988
|
+
tenantId?: string;
|
|
2923
2989
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2924
2990
|
maskedPhone: string;
|
|
2925
2991
|
}>>;
|
|
@@ -2936,6 +3002,7 @@ declare const useDescope: () => (((({
|
|
|
2936
3002
|
templateOptions?: {
|
|
2937
3003
|
[x: string]: string;
|
|
2938
3004
|
};
|
|
3005
|
+
tenantId?: string;
|
|
2939
3006
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2940
3007
|
maskedPhone: string;
|
|
2941
3008
|
}>>;
|
|
@@ -2952,6 +3019,7 @@ declare const useDescope: () => (((({
|
|
|
2952
3019
|
templateOptions?: {
|
|
2953
3020
|
[x: string]: string;
|
|
2954
3021
|
};
|
|
3022
|
+
tenantId?: string;
|
|
2955
3023
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2956
3024
|
maskedPhone: string;
|
|
2957
3025
|
}>>;
|
|
@@ -2968,6 +3036,7 @@ declare const useDescope: () => (((({
|
|
|
2968
3036
|
templateOptions?: {
|
|
2969
3037
|
[x: string]: string;
|
|
2970
3038
|
};
|
|
3039
|
+
tenantId?: string;
|
|
2971
3040
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2972
3041
|
maskedPhone: string;
|
|
2973
3042
|
}>>;
|
|
@@ -2984,6 +3053,7 @@ declare const useDescope: () => (((({
|
|
|
2984
3053
|
templateOptions?: {
|
|
2985
3054
|
[x: string]: string;
|
|
2986
3055
|
};
|
|
3056
|
+
tenantId?: string;
|
|
2987
3057
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2988
3058
|
maskedEmail: string;
|
|
2989
3059
|
}>>;
|
|
@@ -2995,6 +3065,7 @@ declare const useDescope: () => (((({
|
|
|
2995
3065
|
templateOptions?: {
|
|
2996
3066
|
[x: string]: string;
|
|
2997
3067
|
};
|
|
3068
|
+
tenantId?: string;
|
|
2998
3069
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
2999
3070
|
maskedPhone: string;
|
|
3000
3071
|
}>>;
|
|
@@ -3004,6 +3075,7 @@ declare const useDescope: () => (((({
|
|
|
3004
3075
|
templateOptions?: {
|
|
3005
3076
|
[x: string]: string;
|
|
3006
3077
|
};
|
|
3078
|
+
tenantId?: string;
|
|
3007
3079
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3008
3080
|
maskedPhone: string;
|
|
3009
3081
|
}>>;
|
|
@@ -3013,6 +3085,7 @@ declare const useDescope: () => (((({
|
|
|
3013
3085
|
templateOptions?: {
|
|
3014
3086
|
[x: string]: string;
|
|
3015
3087
|
};
|
|
3088
|
+
tenantId?: string;
|
|
3016
3089
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3017
3090
|
maskedPhone: string;
|
|
3018
3091
|
}>>;
|
|
@@ -3022,6 +3095,7 @@ declare const useDescope: () => (((({
|
|
|
3022
3095
|
templateOptions?: {
|
|
3023
3096
|
[x: string]: string;
|
|
3024
3097
|
};
|
|
3098
|
+
tenantId?: string;
|
|
3025
3099
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3026
3100
|
maskedPhone: string;
|
|
3027
3101
|
}>>;
|
|
@@ -3031,6 +3105,7 @@ declare const useDescope: () => (((({
|
|
|
3031
3105
|
templateOptions?: {
|
|
3032
3106
|
[x: string]: string;
|
|
3033
3107
|
};
|
|
3108
|
+
tenantId?: string;
|
|
3034
3109
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3035
3110
|
maskedEmail: string;
|
|
3036
3111
|
}>>;
|
|
@@ -3106,6 +3181,7 @@ declare const useDescope: () => (((({
|
|
|
3106
3181
|
templateOptions?: {
|
|
3107
3182
|
[x: string]: string;
|
|
3108
3183
|
};
|
|
3184
|
+
tenantId?: string;
|
|
3109
3185
|
} & {
|
|
3110
3186
|
providerId?: string;
|
|
3111
3187
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -3122,6 +3198,7 @@ declare const useDescope: () => (((({
|
|
|
3122
3198
|
templateOptions?: {
|
|
3123
3199
|
[x: string]: string;
|
|
3124
3200
|
};
|
|
3201
|
+
tenantId?: string;
|
|
3125
3202
|
} & {
|
|
3126
3203
|
providerId?: string;
|
|
3127
3204
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -3196,6 +3273,7 @@ declare const useDescope: () => (((({
|
|
|
3196
3273
|
templateOptions?: {
|
|
3197
3274
|
[x: string]: string;
|
|
3198
3275
|
};
|
|
3276
|
+
tenantId?: string;
|
|
3199
3277
|
} & {
|
|
3200
3278
|
providerId?: string;
|
|
3201
3279
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -3216,6 +3294,7 @@ declare const useDescope: () => (((({
|
|
|
3216
3294
|
templateOptions?: {
|
|
3217
3295
|
[x: string]: string;
|
|
3218
3296
|
};
|
|
3297
|
+
tenantId?: string;
|
|
3219
3298
|
} & {
|
|
3220
3299
|
providerId?: string;
|
|
3221
3300
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -3249,6 +3328,7 @@ declare const useDescope: () => (((({
|
|
|
3249
3328
|
templateOptions?: {
|
|
3250
3329
|
[x: string]: string;
|
|
3251
3330
|
};
|
|
3331
|
+
tenantId?: string;
|
|
3252
3332
|
} & {
|
|
3253
3333
|
providerId?: string;
|
|
3254
3334
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -3352,7 +3432,7 @@ declare const useDescope: () => (((({
|
|
|
3352
3432
|
};
|
|
3353
3433
|
webauthn: {
|
|
3354
3434
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
3355
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3435
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3356
3436
|
transactionId: string;
|
|
3357
3437
|
options: string;
|
|
3358
3438
|
create: boolean;
|
|
@@ -3368,7 +3448,7 @@ declare const useDescope: () => (((({
|
|
|
3368
3448
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
3369
3449
|
};
|
|
3370
3450
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
3371
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3451
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3372
3452
|
transactionId: string;
|
|
3373
3453
|
options: string;
|
|
3374
3454
|
create: boolean;
|
|
@@ -3464,6 +3544,7 @@ declare const useDescope: () => (((({
|
|
|
3464
3544
|
templateOptions?: {
|
|
3465
3545
|
[x: string]: string;
|
|
3466
3546
|
};
|
|
3547
|
+
tenantId?: string;
|
|
3467
3548
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3468
3549
|
maskedPhone: string;
|
|
3469
3550
|
}>>;
|
|
@@ -3480,6 +3561,7 @@ declare const useDescope: () => (((({
|
|
|
3480
3561
|
templateOptions?: {
|
|
3481
3562
|
[x: string]: string;
|
|
3482
3563
|
};
|
|
3564
|
+
tenantId?: string;
|
|
3483
3565
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3484
3566
|
maskedPhone: string;
|
|
3485
3567
|
}>>;
|
|
@@ -3496,6 +3578,7 @@ declare const useDescope: () => (((({
|
|
|
3496
3578
|
templateOptions?: {
|
|
3497
3579
|
[x: string]: string;
|
|
3498
3580
|
};
|
|
3581
|
+
tenantId?: string;
|
|
3499
3582
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3500
3583
|
maskedPhone: string;
|
|
3501
3584
|
}>>;
|
|
@@ -3512,6 +3595,7 @@ declare const useDescope: () => (((({
|
|
|
3512
3595
|
templateOptions?: {
|
|
3513
3596
|
[x: string]: string;
|
|
3514
3597
|
};
|
|
3598
|
+
tenantId?: string;
|
|
3515
3599
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3516
3600
|
maskedPhone: string;
|
|
3517
3601
|
}>>;
|
|
@@ -3528,6 +3612,7 @@ declare const useDescope: () => (((({
|
|
|
3528
3612
|
templateOptions?: {
|
|
3529
3613
|
[x: string]: string;
|
|
3530
3614
|
};
|
|
3615
|
+
tenantId?: string;
|
|
3531
3616
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3532
3617
|
maskedEmail: string;
|
|
3533
3618
|
}>>;
|
|
@@ -3642,6 +3727,7 @@ declare const useDescope: () => (((({
|
|
|
3642
3727
|
templateOptions?: {
|
|
3643
3728
|
[x: string]: string;
|
|
3644
3729
|
};
|
|
3730
|
+
tenantId?: string;
|
|
3645
3731
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3646
3732
|
maskedPhone: string;
|
|
3647
3733
|
}>>;
|
|
@@ -3658,6 +3744,7 @@ declare const useDescope: () => (((({
|
|
|
3658
3744
|
templateOptions?: {
|
|
3659
3745
|
[x: string]: string;
|
|
3660
3746
|
};
|
|
3747
|
+
tenantId?: string;
|
|
3661
3748
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3662
3749
|
maskedPhone: string;
|
|
3663
3750
|
}>>;
|
|
@@ -3674,6 +3761,7 @@ declare const useDescope: () => (((({
|
|
|
3674
3761
|
templateOptions?: {
|
|
3675
3762
|
[x: string]: string;
|
|
3676
3763
|
};
|
|
3764
|
+
tenantId?: string;
|
|
3677
3765
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3678
3766
|
maskedPhone: string;
|
|
3679
3767
|
}>>;
|
|
@@ -3690,6 +3778,7 @@ declare const useDescope: () => (((({
|
|
|
3690
3778
|
templateOptions?: {
|
|
3691
3779
|
[x: string]: string;
|
|
3692
3780
|
};
|
|
3781
|
+
tenantId?: string;
|
|
3693
3782
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3694
3783
|
maskedPhone: string;
|
|
3695
3784
|
}>>;
|
|
@@ -3706,6 +3795,7 @@ declare const useDescope: () => (((({
|
|
|
3706
3795
|
templateOptions?: {
|
|
3707
3796
|
[x: string]: string;
|
|
3708
3797
|
};
|
|
3798
|
+
tenantId?: string;
|
|
3709
3799
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3710
3800
|
maskedEmail: string;
|
|
3711
3801
|
}>>;
|
|
@@ -3717,6 +3807,7 @@ declare const useDescope: () => (((({
|
|
|
3717
3807
|
templateOptions?: {
|
|
3718
3808
|
[x: string]: string;
|
|
3719
3809
|
};
|
|
3810
|
+
tenantId?: string;
|
|
3720
3811
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3721
3812
|
maskedPhone: string;
|
|
3722
3813
|
}>>;
|
|
@@ -3726,6 +3817,7 @@ declare const useDescope: () => (((({
|
|
|
3726
3817
|
templateOptions?: {
|
|
3727
3818
|
[x: string]: string;
|
|
3728
3819
|
};
|
|
3820
|
+
tenantId?: string;
|
|
3729
3821
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3730
3822
|
maskedPhone: string;
|
|
3731
3823
|
}>>;
|
|
@@ -3735,6 +3827,7 @@ declare const useDescope: () => (((({
|
|
|
3735
3827
|
templateOptions?: {
|
|
3736
3828
|
[x: string]: string;
|
|
3737
3829
|
};
|
|
3830
|
+
tenantId?: string;
|
|
3738
3831
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3739
3832
|
maskedPhone: string;
|
|
3740
3833
|
}>>;
|
|
@@ -3744,6 +3837,7 @@ declare const useDescope: () => (((({
|
|
|
3744
3837
|
templateOptions?: {
|
|
3745
3838
|
[x: string]: string;
|
|
3746
3839
|
};
|
|
3840
|
+
tenantId?: string;
|
|
3747
3841
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3748
3842
|
maskedPhone: string;
|
|
3749
3843
|
}>>;
|
|
@@ -3753,6 +3847,7 @@ declare const useDescope: () => (((({
|
|
|
3753
3847
|
templateOptions?: {
|
|
3754
3848
|
[x: string]: string;
|
|
3755
3849
|
};
|
|
3850
|
+
tenantId?: string;
|
|
3756
3851
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
3757
3852
|
maskedEmail: string;
|
|
3758
3853
|
}>>;
|
|
@@ -3828,6 +3923,7 @@ declare const useDescope: () => (((({
|
|
|
3828
3923
|
templateOptions?: {
|
|
3829
3924
|
[x: string]: string;
|
|
3830
3925
|
};
|
|
3926
|
+
tenantId?: string;
|
|
3831
3927
|
} & {
|
|
3832
3928
|
providerId?: string;
|
|
3833
3929
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -3844,6 +3940,7 @@ declare const useDescope: () => (((({
|
|
|
3844
3940
|
templateOptions?: {
|
|
3845
3941
|
[x: string]: string;
|
|
3846
3942
|
};
|
|
3943
|
+
tenantId?: string;
|
|
3847
3944
|
} & {
|
|
3848
3945
|
providerId?: string;
|
|
3849
3946
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -3918,6 +4015,7 @@ declare const useDescope: () => (((({
|
|
|
3918
4015
|
templateOptions?: {
|
|
3919
4016
|
[x: string]: string;
|
|
3920
4017
|
};
|
|
4018
|
+
tenantId?: string;
|
|
3921
4019
|
} & {
|
|
3922
4020
|
providerId?: string;
|
|
3923
4021
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -3938,6 +4036,7 @@ declare const useDescope: () => (((({
|
|
|
3938
4036
|
templateOptions?: {
|
|
3939
4037
|
[x: string]: string;
|
|
3940
4038
|
};
|
|
4039
|
+
tenantId?: string;
|
|
3941
4040
|
} & {
|
|
3942
4041
|
providerId?: string;
|
|
3943
4042
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -3971,6 +4070,7 @@ declare const useDescope: () => (((({
|
|
|
3971
4070
|
templateOptions?: {
|
|
3972
4071
|
[x: string]: string;
|
|
3973
4072
|
};
|
|
4073
|
+
tenantId?: string;
|
|
3974
4074
|
} & {
|
|
3975
4075
|
providerId?: string;
|
|
3976
4076
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -4074,7 +4174,7 @@ declare const useDescope: () => (((({
|
|
|
4074
4174
|
};
|
|
4075
4175
|
webauthn: {
|
|
4076
4176
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
4077
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4177
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4078
4178
|
transactionId: string;
|
|
4079
4179
|
options: string;
|
|
4080
4180
|
create: boolean;
|
|
@@ -4090,7 +4190,7 @@ declare const useDescope: () => (((({
|
|
|
4090
4190
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
4091
4191
|
};
|
|
4092
4192
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
4093
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4193
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4094
4194
|
transactionId: string;
|
|
4095
4195
|
options: string;
|
|
4096
4196
|
create: boolean;
|
|
@@ -4186,6 +4286,7 @@ declare const useDescope: () => (((({
|
|
|
4186
4286
|
templateOptions?: {
|
|
4187
4287
|
[x: string]: string;
|
|
4188
4288
|
};
|
|
4289
|
+
tenantId?: string;
|
|
4189
4290
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4190
4291
|
maskedPhone: string;
|
|
4191
4292
|
}>>;
|
|
@@ -4202,6 +4303,7 @@ declare const useDescope: () => (((({
|
|
|
4202
4303
|
templateOptions?: {
|
|
4203
4304
|
[x: string]: string;
|
|
4204
4305
|
};
|
|
4306
|
+
tenantId?: string;
|
|
4205
4307
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4206
4308
|
maskedPhone: string;
|
|
4207
4309
|
}>>;
|
|
@@ -4218,6 +4320,7 @@ declare const useDescope: () => (((({
|
|
|
4218
4320
|
templateOptions?: {
|
|
4219
4321
|
[x: string]: string;
|
|
4220
4322
|
};
|
|
4323
|
+
tenantId?: string;
|
|
4221
4324
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4222
4325
|
maskedPhone: string;
|
|
4223
4326
|
}>>;
|
|
@@ -4234,6 +4337,7 @@ declare const useDescope: () => (((({
|
|
|
4234
4337
|
templateOptions?: {
|
|
4235
4338
|
[x: string]: string;
|
|
4236
4339
|
};
|
|
4340
|
+
tenantId?: string;
|
|
4237
4341
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4238
4342
|
maskedPhone: string;
|
|
4239
4343
|
}>>;
|
|
@@ -4250,6 +4354,7 @@ declare const useDescope: () => (((({
|
|
|
4250
4354
|
templateOptions?: {
|
|
4251
4355
|
[x: string]: string;
|
|
4252
4356
|
};
|
|
4357
|
+
tenantId?: string;
|
|
4253
4358
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4254
4359
|
maskedEmail: string;
|
|
4255
4360
|
}>>;
|
|
@@ -4364,6 +4469,7 @@ declare const useDescope: () => (((({
|
|
|
4364
4469
|
templateOptions?: {
|
|
4365
4470
|
[x: string]: string;
|
|
4366
4471
|
};
|
|
4472
|
+
tenantId?: string;
|
|
4367
4473
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4368
4474
|
maskedPhone: string;
|
|
4369
4475
|
}>>;
|
|
@@ -4380,6 +4486,7 @@ declare const useDescope: () => (((({
|
|
|
4380
4486
|
templateOptions?: {
|
|
4381
4487
|
[x: string]: string;
|
|
4382
4488
|
};
|
|
4489
|
+
tenantId?: string;
|
|
4383
4490
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4384
4491
|
maskedPhone: string;
|
|
4385
4492
|
}>>;
|
|
@@ -4396,6 +4503,7 @@ declare const useDescope: () => (((({
|
|
|
4396
4503
|
templateOptions?: {
|
|
4397
4504
|
[x: string]: string;
|
|
4398
4505
|
};
|
|
4506
|
+
tenantId?: string;
|
|
4399
4507
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4400
4508
|
maskedPhone: string;
|
|
4401
4509
|
}>>;
|
|
@@ -4412,6 +4520,7 @@ declare const useDescope: () => (((({
|
|
|
4412
4520
|
templateOptions?: {
|
|
4413
4521
|
[x: string]: string;
|
|
4414
4522
|
};
|
|
4523
|
+
tenantId?: string;
|
|
4415
4524
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4416
4525
|
maskedPhone: string;
|
|
4417
4526
|
}>>;
|
|
@@ -4428,6 +4537,7 @@ declare const useDescope: () => (((({
|
|
|
4428
4537
|
templateOptions?: {
|
|
4429
4538
|
[x: string]: string;
|
|
4430
4539
|
};
|
|
4540
|
+
tenantId?: string;
|
|
4431
4541
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4432
4542
|
maskedEmail: string;
|
|
4433
4543
|
}>>;
|
|
@@ -4439,6 +4549,7 @@ declare const useDescope: () => (((({
|
|
|
4439
4549
|
templateOptions?: {
|
|
4440
4550
|
[x: string]: string;
|
|
4441
4551
|
};
|
|
4552
|
+
tenantId?: string;
|
|
4442
4553
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4443
4554
|
maskedPhone: string;
|
|
4444
4555
|
}>>;
|
|
@@ -4448,6 +4559,7 @@ declare const useDescope: () => (((({
|
|
|
4448
4559
|
templateOptions?: {
|
|
4449
4560
|
[x: string]: string;
|
|
4450
4561
|
};
|
|
4562
|
+
tenantId?: string;
|
|
4451
4563
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4452
4564
|
maskedPhone: string;
|
|
4453
4565
|
}>>;
|
|
@@ -4457,6 +4569,7 @@ declare const useDescope: () => (((({
|
|
|
4457
4569
|
templateOptions?: {
|
|
4458
4570
|
[x: string]: string;
|
|
4459
4571
|
};
|
|
4572
|
+
tenantId?: string;
|
|
4460
4573
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4461
4574
|
maskedPhone: string;
|
|
4462
4575
|
}>>;
|
|
@@ -4466,6 +4579,7 @@ declare const useDescope: () => (((({
|
|
|
4466
4579
|
templateOptions?: {
|
|
4467
4580
|
[x: string]: string;
|
|
4468
4581
|
};
|
|
4582
|
+
tenantId?: string;
|
|
4469
4583
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4470
4584
|
maskedPhone: string;
|
|
4471
4585
|
}>>;
|
|
@@ -4475,6 +4589,7 @@ declare const useDescope: () => (((({
|
|
|
4475
4589
|
templateOptions?: {
|
|
4476
4590
|
[x: string]: string;
|
|
4477
4591
|
};
|
|
4592
|
+
tenantId?: string;
|
|
4478
4593
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4479
4594
|
maskedEmail: string;
|
|
4480
4595
|
}>>;
|
|
@@ -4550,6 +4665,7 @@ declare const useDescope: () => (((({
|
|
|
4550
4665
|
templateOptions?: {
|
|
4551
4666
|
[x: string]: string;
|
|
4552
4667
|
};
|
|
4668
|
+
tenantId?: string;
|
|
4553
4669
|
} & {
|
|
4554
4670
|
providerId?: string;
|
|
4555
4671
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -4566,6 +4682,7 @@ declare const useDescope: () => (((({
|
|
|
4566
4682
|
templateOptions?: {
|
|
4567
4683
|
[x: string]: string;
|
|
4568
4684
|
};
|
|
4685
|
+
tenantId?: string;
|
|
4569
4686
|
} & {
|
|
4570
4687
|
providerId?: string;
|
|
4571
4688
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -4640,6 +4757,7 @@ declare const useDescope: () => (((({
|
|
|
4640
4757
|
templateOptions?: {
|
|
4641
4758
|
[x: string]: string;
|
|
4642
4759
|
};
|
|
4760
|
+
tenantId?: string;
|
|
4643
4761
|
} & {
|
|
4644
4762
|
providerId?: string;
|
|
4645
4763
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -4660,6 +4778,7 @@ declare const useDescope: () => (((({
|
|
|
4660
4778
|
templateOptions?: {
|
|
4661
4779
|
[x: string]: string;
|
|
4662
4780
|
};
|
|
4781
|
+
tenantId?: string;
|
|
4663
4782
|
} & {
|
|
4664
4783
|
providerId?: string;
|
|
4665
4784
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -4693,6 +4812,7 @@ declare const useDescope: () => (((({
|
|
|
4693
4812
|
templateOptions?: {
|
|
4694
4813
|
[x: string]: string;
|
|
4695
4814
|
};
|
|
4815
|
+
tenantId?: string;
|
|
4696
4816
|
} & {
|
|
4697
4817
|
providerId?: string;
|
|
4698
4818
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -4828,7 +4948,7 @@ declare const getSdk: () => (((({
|
|
|
4828
4948
|
};
|
|
4829
4949
|
webauthn: {
|
|
4830
4950
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
4831
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4951
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4832
4952
|
transactionId: string;
|
|
4833
4953
|
options: string;
|
|
4834
4954
|
create: boolean;
|
|
@@ -4844,7 +4964,7 @@ declare const getSdk: () => (((({
|
|
|
4844
4964
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
4845
4965
|
};
|
|
4846
4966
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
4847
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4967
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4848
4968
|
transactionId: string;
|
|
4849
4969
|
options: string;
|
|
4850
4970
|
create: boolean;
|
|
@@ -4940,6 +5060,7 @@ declare const getSdk: () => (((({
|
|
|
4940
5060
|
templateOptions?: {
|
|
4941
5061
|
[x: string]: string;
|
|
4942
5062
|
};
|
|
5063
|
+
tenantId?: string;
|
|
4943
5064
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4944
5065
|
maskedPhone: string;
|
|
4945
5066
|
}>>;
|
|
@@ -4956,6 +5077,7 @@ declare const getSdk: () => (((({
|
|
|
4956
5077
|
templateOptions?: {
|
|
4957
5078
|
[x: string]: string;
|
|
4958
5079
|
};
|
|
5080
|
+
tenantId?: string;
|
|
4959
5081
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4960
5082
|
maskedPhone: string;
|
|
4961
5083
|
}>>;
|
|
@@ -4972,6 +5094,7 @@ declare const getSdk: () => (((({
|
|
|
4972
5094
|
templateOptions?: {
|
|
4973
5095
|
[x: string]: string;
|
|
4974
5096
|
};
|
|
5097
|
+
tenantId?: string;
|
|
4975
5098
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4976
5099
|
maskedPhone: string;
|
|
4977
5100
|
}>>;
|
|
@@ -4988,6 +5111,7 @@ declare const getSdk: () => (((({
|
|
|
4988
5111
|
templateOptions?: {
|
|
4989
5112
|
[x: string]: string;
|
|
4990
5113
|
};
|
|
5114
|
+
tenantId?: string;
|
|
4991
5115
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
4992
5116
|
maskedPhone: string;
|
|
4993
5117
|
}>>;
|
|
@@ -5004,6 +5128,7 @@ declare const getSdk: () => (((({
|
|
|
5004
5128
|
templateOptions?: {
|
|
5005
5129
|
[x: string]: string;
|
|
5006
5130
|
};
|
|
5131
|
+
tenantId?: string;
|
|
5007
5132
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5008
5133
|
maskedEmail: string;
|
|
5009
5134
|
}>>;
|
|
@@ -5118,6 +5243,7 @@ declare const getSdk: () => (((({
|
|
|
5118
5243
|
templateOptions?: {
|
|
5119
5244
|
[x: string]: string;
|
|
5120
5245
|
};
|
|
5246
|
+
tenantId?: string;
|
|
5121
5247
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5122
5248
|
maskedPhone: string;
|
|
5123
5249
|
}>>;
|
|
@@ -5134,6 +5260,7 @@ declare const getSdk: () => (((({
|
|
|
5134
5260
|
templateOptions?: {
|
|
5135
5261
|
[x: string]: string;
|
|
5136
5262
|
};
|
|
5263
|
+
tenantId?: string;
|
|
5137
5264
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5138
5265
|
maskedPhone: string;
|
|
5139
5266
|
}>>;
|
|
@@ -5150,6 +5277,7 @@ declare const getSdk: () => (((({
|
|
|
5150
5277
|
templateOptions?: {
|
|
5151
5278
|
[x: string]: string;
|
|
5152
5279
|
};
|
|
5280
|
+
tenantId?: string;
|
|
5153
5281
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5154
5282
|
maskedPhone: string;
|
|
5155
5283
|
}>>;
|
|
@@ -5166,6 +5294,7 @@ declare const getSdk: () => (((({
|
|
|
5166
5294
|
templateOptions?: {
|
|
5167
5295
|
[x: string]: string;
|
|
5168
5296
|
};
|
|
5297
|
+
tenantId?: string;
|
|
5169
5298
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5170
5299
|
maskedPhone: string;
|
|
5171
5300
|
}>>;
|
|
@@ -5182,6 +5311,7 @@ declare const getSdk: () => (((({
|
|
|
5182
5311
|
templateOptions?: {
|
|
5183
5312
|
[x: string]: string;
|
|
5184
5313
|
};
|
|
5314
|
+
tenantId?: string;
|
|
5185
5315
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5186
5316
|
maskedEmail: string;
|
|
5187
5317
|
}>>;
|
|
@@ -5193,6 +5323,7 @@ declare const getSdk: () => (((({
|
|
|
5193
5323
|
templateOptions?: {
|
|
5194
5324
|
[x: string]: string;
|
|
5195
5325
|
};
|
|
5326
|
+
tenantId?: string;
|
|
5196
5327
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5197
5328
|
maskedPhone: string;
|
|
5198
5329
|
}>>;
|
|
@@ -5202,6 +5333,7 @@ declare const getSdk: () => (((({
|
|
|
5202
5333
|
templateOptions?: {
|
|
5203
5334
|
[x: string]: string;
|
|
5204
5335
|
};
|
|
5336
|
+
tenantId?: string;
|
|
5205
5337
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5206
5338
|
maskedPhone: string;
|
|
5207
5339
|
}>>;
|
|
@@ -5211,6 +5343,7 @@ declare const getSdk: () => (((({
|
|
|
5211
5343
|
templateOptions?: {
|
|
5212
5344
|
[x: string]: string;
|
|
5213
5345
|
};
|
|
5346
|
+
tenantId?: string;
|
|
5214
5347
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5215
5348
|
maskedPhone: string;
|
|
5216
5349
|
}>>;
|
|
@@ -5220,6 +5353,7 @@ declare const getSdk: () => (((({
|
|
|
5220
5353
|
templateOptions?: {
|
|
5221
5354
|
[x: string]: string;
|
|
5222
5355
|
};
|
|
5356
|
+
tenantId?: string;
|
|
5223
5357
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5224
5358
|
maskedPhone: string;
|
|
5225
5359
|
}>>;
|
|
@@ -5229,6 +5363,7 @@ declare const getSdk: () => (((({
|
|
|
5229
5363
|
templateOptions?: {
|
|
5230
5364
|
[x: string]: string;
|
|
5231
5365
|
};
|
|
5366
|
+
tenantId?: string;
|
|
5232
5367
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5233
5368
|
maskedEmail: string;
|
|
5234
5369
|
}>>;
|
|
@@ -5304,6 +5439,7 @@ declare const getSdk: () => (((({
|
|
|
5304
5439
|
templateOptions?: {
|
|
5305
5440
|
[x: string]: string;
|
|
5306
5441
|
};
|
|
5442
|
+
tenantId?: string;
|
|
5307
5443
|
} & {
|
|
5308
5444
|
providerId?: string;
|
|
5309
5445
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -5320,6 +5456,7 @@ declare const getSdk: () => (((({
|
|
|
5320
5456
|
templateOptions?: {
|
|
5321
5457
|
[x: string]: string;
|
|
5322
5458
|
};
|
|
5459
|
+
tenantId?: string;
|
|
5323
5460
|
} & {
|
|
5324
5461
|
providerId?: string;
|
|
5325
5462
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -5394,6 +5531,7 @@ declare const getSdk: () => (((({
|
|
|
5394
5531
|
templateOptions?: {
|
|
5395
5532
|
[x: string]: string;
|
|
5396
5533
|
};
|
|
5534
|
+
tenantId?: string;
|
|
5397
5535
|
} & {
|
|
5398
5536
|
providerId?: string;
|
|
5399
5537
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -5414,6 +5552,7 @@ declare const getSdk: () => (((({
|
|
|
5414
5552
|
templateOptions?: {
|
|
5415
5553
|
[x: string]: string;
|
|
5416
5554
|
};
|
|
5555
|
+
tenantId?: string;
|
|
5417
5556
|
} & {
|
|
5418
5557
|
providerId?: string;
|
|
5419
5558
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -5447,6 +5586,7 @@ declare const getSdk: () => (((({
|
|
|
5447
5586
|
templateOptions?: {
|
|
5448
5587
|
[x: string]: string;
|
|
5449
5588
|
};
|
|
5589
|
+
tenantId?: string;
|
|
5450
5590
|
} & {
|
|
5451
5591
|
providerId?: string;
|
|
5452
5592
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -5550,7 +5690,7 @@ declare const getSdk: () => (((({
|
|
|
5550
5690
|
};
|
|
5551
5691
|
webauthn: {
|
|
5552
5692
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
5553
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5693
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5554
5694
|
transactionId: string;
|
|
5555
5695
|
options: string;
|
|
5556
5696
|
create: boolean;
|
|
@@ -5566,7 +5706,7 @@ declare const getSdk: () => (((({
|
|
|
5566
5706
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
5567
5707
|
};
|
|
5568
5708
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
5569
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5709
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5570
5710
|
transactionId: string;
|
|
5571
5711
|
options: string;
|
|
5572
5712
|
create: boolean;
|
|
@@ -5662,6 +5802,7 @@ declare const getSdk: () => (((({
|
|
|
5662
5802
|
templateOptions?: {
|
|
5663
5803
|
[x: string]: string;
|
|
5664
5804
|
};
|
|
5805
|
+
tenantId?: string;
|
|
5665
5806
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5666
5807
|
maskedPhone: string;
|
|
5667
5808
|
}>>;
|
|
@@ -5678,6 +5819,7 @@ declare const getSdk: () => (((({
|
|
|
5678
5819
|
templateOptions?: {
|
|
5679
5820
|
[x: string]: string;
|
|
5680
5821
|
};
|
|
5822
|
+
tenantId?: string;
|
|
5681
5823
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5682
5824
|
maskedPhone: string;
|
|
5683
5825
|
}>>;
|
|
@@ -5694,6 +5836,7 @@ declare const getSdk: () => (((({
|
|
|
5694
5836
|
templateOptions?: {
|
|
5695
5837
|
[x: string]: string;
|
|
5696
5838
|
};
|
|
5839
|
+
tenantId?: string;
|
|
5697
5840
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5698
5841
|
maskedPhone: string;
|
|
5699
5842
|
}>>;
|
|
@@ -5710,6 +5853,7 @@ declare const getSdk: () => (((({
|
|
|
5710
5853
|
templateOptions?: {
|
|
5711
5854
|
[x: string]: string;
|
|
5712
5855
|
};
|
|
5856
|
+
tenantId?: string;
|
|
5713
5857
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5714
5858
|
maskedPhone: string;
|
|
5715
5859
|
}>>;
|
|
@@ -5726,6 +5870,7 @@ declare const getSdk: () => (((({
|
|
|
5726
5870
|
templateOptions?: {
|
|
5727
5871
|
[x: string]: string;
|
|
5728
5872
|
};
|
|
5873
|
+
tenantId?: string;
|
|
5729
5874
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5730
5875
|
maskedEmail: string;
|
|
5731
5876
|
}>>;
|
|
@@ -5840,6 +5985,7 @@ declare const getSdk: () => (((({
|
|
|
5840
5985
|
templateOptions?: {
|
|
5841
5986
|
[x: string]: string;
|
|
5842
5987
|
};
|
|
5988
|
+
tenantId?: string;
|
|
5843
5989
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5844
5990
|
maskedPhone: string;
|
|
5845
5991
|
}>>;
|
|
@@ -5856,6 +6002,7 @@ declare const getSdk: () => (((({
|
|
|
5856
6002
|
templateOptions?: {
|
|
5857
6003
|
[x: string]: string;
|
|
5858
6004
|
};
|
|
6005
|
+
tenantId?: string;
|
|
5859
6006
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5860
6007
|
maskedPhone: string;
|
|
5861
6008
|
}>>;
|
|
@@ -5872,6 +6019,7 @@ declare const getSdk: () => (((({
|
|
|
5872
6019
|
templateOptions?: {
|
|
5873
6020
|
[x: string]: string;
|
|
5874
6021
|
};
|
|
6022
|
+
tenantId?: string;
|
|
5875
6023
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5876
6024
|
maskedPhone: string;
|
|
5877
6025
|
}>>;
|
|
@@ -5888,6 +6036,7 @@ declare const getSdk: () => (((({
|
|
|
5888
6036
|
templateOptions?: {
|
|
5889
6037
|
[x: string]: string;
|
|
5890
6038
|
};
|
|
6039
|
+
tenantId?: string;
|
|
5891
6040
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5892
6041
|
maskedPhone: string;
|
|
5893
6042
|
}>>;
|
|
@@ -5904,6 +6053,7 @@ declare const getSdk: () => (((({
|
|
|
5904
6053
|
templateOptions?: {
|
|
5905
6054
|
[x: string]: string;
|
|
5906
6055
|
};
|
|
6056
|
+
tenantId?: string;
|
|
5907
6057
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5908
6058
|
maskedEmail: string;
|
|
5909
6059
|
}>>;
|
|
@@ -5915,6 +6065,7 @@ declare const getSdk: () => (((({
|
|
|
5915
6065
|
templateOptions?: {
|
|
5916
6066
|
[x: string]: string;
|
|
5917
6067
|
};
|
|
6068
|
+
tenantId?: string;
|
|
5918
6069
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5919
6070
|
maskedPhone: string;
|
|
5920
6071
|
}>>;
|
|
@@ -5924,6 +6075,7 @@ declare const getSdk: () => (((({
|
|
|
5924
6075
|
templateOptions?: {
|
|
5925
6076
|
[x: string]: string;
|
|
5926
6077
|
};
|
|
6078
|
+
tenantId?: string;
|
|
5927
6079
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5928
6080
|
maskedPhone: string;
|
|
5929
6081
|
}>>;
|
|
@@ -5933,6 +6085,7 @@ declare const getSdk: () => (((({
|
|
|
5933
6085
|
templateOptions?: {
|
|
5934
6086
|
[x: string]: string;
|
|
5935
6087
|
};
|
|
6088
|
+
tenantId?: string;
|
|
5936
6089
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5937
6090
|
maskedPhone: string;
|
|
5938
6091
|
}>>;
|
|
@@ -5942,6 +6095,7 @@ declare const getSdk: () => (((({
|
|
|
5942
6095
|
templateOptions?: {
|
|
5943
6096
|
[x: string]: string;
|
|
5944
6097
|
};
|
|
6098
|
+
tenantId?: string;
|
|
5945
6099
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5946
6100
|
maskedPhone: string;
|
|
5947
6101
|
}>>;
|
|
@@ -5951,6 +6105,7 @@ declare const getSdk: () => (((({
|
|
|
5951
6105
|
templateOptions?: {
|
|
5952
6106
|
[x: string]: string;
|
|
5953
6107
|
};
|
|
6108
|
+
tenantId?: string;
|
|
5954
6109
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
5955
6110
|
maskedEmail: string;
|
|
5956
6111
|
}>>;
|
|
@@ -6026,6 +6181,7 @@ declare const getSdk: () => (((({
|
|
|
6026
6181
|
templateOptions?: {
|
|
6027
6182
|
[x: string]: string;
|
|
6028
6183
|
};
|
|
6184
|
+
tenantId?: string;
|
|
6029
6185
|
} & {
|
|
6030
6186
|
providerId?: string;
|
|
6031
6187
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -6042,6 +6198,7 @@ declare const getSdk: () => (((({
|
|
|
6042
6198
|
templateOptions?: {
|
|
6043
6199
|
[x: string]: string;
|
|
6044
6200
|
};
|
|
6201
|
+
tenantId?: string;
|
|
6045
6202
|
} & {
|
|
6046
6203
|
providerId?: string;
|
|
6047
6204
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -6116,6 +6273,7 @@ declare const getSdk: () => (((({
|
|
|
6116
6273
|
templateOptions?: {
|
|
6117
6274
|
[x: string]: string;
|
|
6118
6275
|
};
|
|
6276
|
+
tenantId?: string;
|
|
6119
6277
|
} & {
|
|
6120
6278
|
providerId?: string;
|
|
6121
6279
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -6136,6 +6294,7 @@ declare const getSdk: () => (((({
|
|
|
6136
6294
|
templateOptions?: {
|
|
6137
6295
|
[x: string]: string;
|
|
6138
6296
|
};
|
|
6297
|
+
tenantId?: string;
|
|
6139
6298
|
} & {
|
|
6140
6299
|
providerId?: string;
|
|
6141
6300
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -6169,6 +6328,7 @@ declare const getSdk: () => (((({
|
|
|
6169
6328
|
templateOptions?: {
|
|
6170
6329
|
[x: string]: string;
|
|
6171
6330
|
};
|
|
6331
|
+
tenantId?: string;
|
|
6172
6332
|
} & {
|
|
6173
6333
|
providerId?: string;
|
|
6174
6334
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -6272,7 +6432,7 @@ declare const getSdk: () => (((({
|
|
|
6272
6432
|
};
|
|
6273
6433
|
webauthn: {
|
|
6274
6434
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
6275
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6435
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6276
6436
|
transactionId: string;
|
|
6277
6437
|
options: string;
|
|
6278
6438
|
create: boolean;
|
|
@@ -6288,7 +6448,7 @@ declare const getSdk: () => (((({
|
|
|
6288
6448
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
6289
6449
|
};
|
|
6290
6450
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
6291
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6451
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6292
6452
|
transactionId: string;
|
|
6293
6453
|
options: string;
|
|
6294
6454
|
create: boolean;
|
|
@@ -6384,6 +6544,7 @@ declare const getSdk: () => (((({
|
|
|
6384
6544
|
templateOptions?: {
|
|
6385
6545
|
[x: string]: string;
|
|
6386
6546
|
};
|
|
6547
|
+
tenantId?: string;
|
|
6387
6548
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6388
6549
|
maskedPhone: string;
|
|
6389
6550
|
}>>;
|
|
@@ -6400,6 +6561,7 @@ declare const getSdk: () => (((({
|
|
|
6400
6561
|
templateOptions?: {
|
|
6401
6562
|
[x: string]: string;
|
|
6402
6563
|
};
|
|
6564
|
+
tenantId?: string;
|
|
6403
6565
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6404
6566
|
maskedPhone: string;
|
|
6405
6567
|
}>>;
|
|
@@ -6416,6 +6578,7 @@ declare const getSdk: () => (((({
|
|
|
6416
6578
|
templateOptions?: {
|
|
6417
6579
|
[x: string]: string;
|
|
6418
6580
|
};
|
|
6581
|
+
tenantId?: string;
|
|
6419
6582
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6420
6583
|
maskedPhone: string;
|
|
6421
6584
|
}>>;
|
|
@@ -6432,6 +6595,7 @@ declare const getSdk: () => (((({
|
|
|
6432
6595
|
templateOptions?: {
|
|
6433
6596
|
[x: string]: string;
|
|
6434
6597
|
};
|
|
6598
|
+
tenantId?: string;
|
|
6435
6599
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6436
6600
|
maskedPhone: string;
|
|
6437
6601
|
}>>;
|
|
@@ -6448,6 +6612,7 @@ declare const getSdk: () => (((({
|
|
|
6448
6612
|
templateOptions?: {
|
|
6449
6613
|
[x: string]: string;
|
|
6450
6614
|
};
|
|
6615
|
+
tenantId?: string;
|
|
6451
6616
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6452
6617
|
maskedEmail: string;
|
|
6453
6618
|
}>>;
|
|
@@ -6562,6 +6727,7 @@ declare const getSdk: () => (((({
|
|
|
6562
6727
|
templateOptions?: {
|
|
6563
6728
|
[x: string]: string;
|
|
6564
6729
|
};
|
|
6730
|
+
tenantId?: string;
|
|
6565
6731
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6566
6732
|
maskedPhone: string;
|
|
6567
6733
|
}>>;
|
|
@@ -6578,6 +6744,7 @@ declare const getSdk: () => (((({
|
|
|
6578
6744
|
templateOptions?: {
|
|
6579
6745
|
[x: string]: string;
|
|
6580
6746
|
};
|
|
6747
|
+
tenantId?: string;
|
|
6581
6748
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6582
6749
|
maskedPhone: string;
|
|
6583
6750
|
}>>;
|
|
@@ -6594,6 +6761,7 @@ declare const getSdk: () => (((({
|
|
|
6594
6761
|
templateOptions?: {
|
|
6595
6762
|
[x: string]: string;
|
|
6596
6763
|
};
|
|
6764
|
+
tenantId?: string;
|
|
6597
6765
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6598
6766
|
maskedPhone: string;
|
|
6599
6767
|
}>>;
|
|
@@ -6610,6 +6778,7 @@ declare const getSdk: () => (((({
|
|
|
6610
6778
|
templateOptions?: {
|
|
6611
6779
|
[x: string]: string;
|
|
6612
6780
|
};
|
|
6781
|
+
tenantId?: string;
|
|
6613
6782
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6614
6783
|
maskedPhone: string;
|
|
6615
6784
|
}>>;
|
|
@@ -6626,6 +6795,7 @@ declare const getSdk: () => (((({
|
|
|
6626
6795
|
templateOptions?: {
|
|
6627
6796
|
[x: string]: string;
|
|
6628
6797
|
};
|
|
6798
|
+
tenantId?: string;
|
|
6629
6799
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6630
6800
|
maskedEmail: string;
|
|
6631
6801
|
}>>;
|
|
@@ -6637,6 +6807,7 @@ declare const getSdk: () => (((({
|
|
|
6637
6807
|
templateOptions?: {
|
|
6638
6808
|
[x: string]: string;
|
|
6639
6809
|
};
|
|
6810
|
+
tenantId?: string;
|
|
6640
6811
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6641
6812
|
maskedPhone: string;
|
|
6642
6813
|
}>>;
|
|
@@ -6646,6 +6817,7 @@ declare const getSdk: () => (((({
|
|
|
6646
6817
|
templateOptions?: {
|
|
6647
6818
|
[x: string]: string;
|
|
6648
6819
|
};
|
|
6820
|
+
tenantId?: string;
|
|
6649
6821
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6650
6822
|
maskedPhone: string;
|
|
6651
6823
|
}>>;
|
|
@@ -6655,6 +6827,7 @@ declare const getSdk: () => (((({
|
|
|
6655
6827
|
templateOptions?: {
|
|
6656
6828
|
[x: string]: string;
|
|
6657
6829
|
};
|
|
6830
|
+
tenantId?: string;
|
|
6658
6831
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6659
6832
|
maskedPhone: string;
|
|
6660
6833
|
}>>;
|
|
@@ -6664,6 +6837,7 @@ declare const getSdk: () => (((({
|
|
|
6664
6837
|
templateOptions?: {
|
|
6665
6838
|
[x: string]: string;
|
|
6666
6839
|
};
|
|
6840
|
+
tenantId?: string;
|
|
6667
6841
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6668
6842
|
maskedPhone: string;
|
|
6669
6843
|
}>>;
|
|
@@ -6673,6 +6847,7 @@ declare const getSdk: () => (((({
|
|
|
6673
6847
|
templateOptions?: {
|
|
6674
6848
|
[x: string]: string;
|
|
6675
6849
|
};
|
|
6850
|
+
tenantId?: string;
|
|
6676
6851
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
6677
6852
|
maskedEmail: string;
|
|
6678
6853
|
}>>;
|
|
@@ -6748,6 +6923,7 @@ declare const getSdk: () => (((({
|
|
|
6748
6923
|
templateOptions?: {
|
|
6749
6924
|
[x: string]: string;
|
|
6750
6925
|
};
|
|
6926
|
+
tenantId?: string;
|
|
6751
6927
|
} & {
|
|
6752
6928
|
providerId?: string;
|
|
6753
6929
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -6764,6 +6940,7 @@ declare const getSdk: () => (((({
|
|
|
6764
6940
|
templateOptions?: {
|
|
6765
6941
|
[x: string]: string;
|
|
6766
6942
|
};
|
|
6943
|
+
tenantId?: string;
|
|
6767
6944
|
} & {
|
|
6768
6945
|
providerId?: string;
|
|
6769
6946
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -6838,6 +7015,7 @@ declare const getSdk: () => (((({
|
|
|
6838
7015
|
templateOptions?: {
|
|
6839
7016
|
[x: string]: string;
|
|
6840
7017
|
};
|
|
7018
|
+
tenantId?: string;
|
|
6841
7019
|
} & {
|
|
6842
7020
|
providerId?: string;
|
|
6843
7021
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -6858,6 +7036,7 @@ declare const getSdk: () => (((({
|
|
|
6858
7036
|
templateOptions?: {
|
|
6859
7037
|
[x: string]: string;
|
|
6860
7038
|
};
|
|
7039
|
+
tenantId?: string;
|
|
6861
7040
|
} & {
|
|
6862
7041
|
providerId?: string;
|
|
6863
7042
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -6891,6 +7070,7 @@ declare const getSdk: () => (((({
|
|
|
6891
7070
|
templateOptions?: {
|
|
6892
7071
|
[x: string]: string;
|
|
6893
7072
|
};
|
|
7073
|
+
tenantId?: string;
|
|
6894
7074
|
} & {
|
|
6895
7075
|
providerId?: string;
|
|
6896
7076
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -7004,7 +7184,7 @@ declare const getSdk: () => (((({
|
|
|
7004
7184
|
};
|
|
7005
7185
|
webauthn: {
|
|
7006
7186
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
7007
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7187
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7008
7188
|
transactionId: string;
|
|
7009
7189
|
options: string;
|
|
7010
7190
|
create: boolean;
|
|
@@ -7020,7 +7200,7 @@ declare const getSdk: () => (((({
|
|
|
7020
7200
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
7021
7201
|
};
|
|
7022
7202
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
7023
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7203
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7024
7204
|
transactionId: string;
|
|
7025
7205
|
options: string;
|
|
7026
7206
|
create: boolean;
|
|
@@ -7116,6 +7296,7 @@ declare const getSdk: () => (((({
|
|
|
7116
7296
|
templateOptions?: {
|
|
7117
7297
|
[x: string]: string;
|
|
7118
7298
|
};
|
|
7299
|
+
tenantId?: string;
|
|
7119
7300
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7120
7301
|
maskedPhone: string;
|
|
7121
7302
|
}>>;
|
|
@@ -7132,6 +7313,7 @@ declare const getSdk: () => (((({
|
|
|
7132
7313
|
templateOptions?: {
|
|
7133
7314
|
[x: string]: string;
|
|
7134
7315
|
};
|
|
7316
|
+
tenantId?: string;
|
|
7135
7317
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7136
7318
|
maskedPhone: string;
|
|
7137
7319
|
}>>;
|
|
@@ -7148,6 +7330,7 @@ declare const getSdk: () => (((({
|
|
|
7148
7330
|
templateOptions?: {
|
|
7149
7331
|
[x: string]: string;
|
|
7150
7332
|
};
|
|
7333
|
+
tenantId?: string;
|
|
7151
7334
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7152
7335
|
maskedPhone: string;
|
|
7153
7336
|
}>>;
|
|
@@ -7164,6 +7347,7 @@ declare const getSdk: () => (((({
|
|
|
7164
7347
|
templateOptions?: {
|
|
7165
7348
|
[x: string]: string;
|
|
7166
7349
|
};
|
|
7350
|
+
tenantId?: string;
|
|
7167
7351
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7168
7352
|
maskedPhone: string;
|
|
7169
7353
|
}>>;
|
|
@@ -7180,6 +7364,7 @@ declare const getSdk: () => (((({
|
|
|
7180
7364
|
templateOptions?: {
|
|
7181
7365
|
[x: string]: string;
|
|
7182
7366
|
};
|
|
7367
|
+
tenantId?: string;
|
|
7183
7368
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7184
7369
|
maskedEmail: string;
|
|
7185
7370
|
}>>;
|
|
@@ -7294,6 +7479,7 @@ declare const getSdk: () => (((({
|
|
|
7294
7479
|
templateOptions?: {
|
|
7295
7480
|
[x: string]: string;
|
|
7296
7481
|
};
|
|
7482
|
+
tenantId?: string;
|
|
7297
7483
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7298
7484
|
maskedPhone: string;
|
|
7299
7485
|
}>>;
|
|
@@ -7310,6 +7496,7 @@ declare const getSdk: () => (((({
|
|
|
7310
7496
|
templateOptions?: {
|
|
7311
7497
|
[x: string]: string;
|
|
7312
7498
|
};
|
|
7499
|
+
tenantId?: string;
|
|
7313
7500
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7314
7501
|
maskedPhone: string;
|
|
7315
7502
|
}>>;
|
|
@@ -7326,6 +7513,7 @@ declare const getSdk: () => (((({
|
|
|
7326
7513
|
templateOptions?: {
|
|
7327
7514
|
[x: string]: string;
|
|
7328
7515
|
};
|
|
7516
|
+
tenantId?: string;
|
|
7329
7517
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7330
7518
|
maskedPhone: string;
|
|
7331
7519
|
}>>;
|
|
@@ -7342,6 +7530,7 @@ declare const getSdk: () => (((({
|
|
|
7342
7530
|
templateOptions?: {
|
|
7343
7531
|
[x: string]: string;
|
|
7344
7532
|
};
|
|
7533
|
+
tenantId?: string;
|
|
7345
7534
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7346
7535
|
maskedPhone: string;
|
|
7347
7536
|
}>>;
|
|
@@ -7358,6 +7547,7 @@ declare const getSdk: () => (((({
|
|
|
7358
7547
|
templateOptions?: {
|
|
7359
7548
|
[x: string]: string;
|
|
7360
7549
|
};
|
|
7550
|
+
tenantId?: string;
|
|
7361
7551
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7362
7552
|
maskedEmail: string;
|
|
7363
7553
|
}>>;
|
|
@@ -7369,6 +7559,7 @@ declare const getSdk: () => (((({
|
|
|
7369
7559
|
templateOptions?: {
|
|
7370
7560
|
[x: string]: string;
|
|
7371
7561
|
};
|
|
7562
|
+
tenantId?: string;
|
|
7372
7563
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7373
7564
|
maskedPhone: string;
|
|
7374
7565
|
}>>;
|
|
@@ -7378,6 +7569,7 @@ declare const getSdk: () => (((({
|
|
|
7378
7569
|
templateOptions?: {
|
|
7379
7570
|
[x: string]: string;
|
|
7380
7571
|
};
|
|
7572
|
+
tenantId?: string;
|
|
7381
7573
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7382
7574
|
maskedPhone: string;
|
|
7383
7575
|
}>>;
|
|
@@ -7387,6 +7579,7 @@ declare const getSdk: () => (((({
|
|
|
7387
7579
|
templateOptions?: {
|
|
7388
7580
|
[x: string]: string;
|
|
7389
7581
|
};
|
|
7582
|
+
tenantId?: string;
|
|
7390
7583
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7391
7584
|
maskedPhone: string;
|
|
7392
7585
|
}>>;
|
|
@@ -7396,6 +7589,7 @@ declare const getSdk: () => (((({
|
|
|
7396
7589
|
templateOptions?: {
|
|
7397
7590
|
[x: string]: string;
|
|
7398
7591
|
};
|
|
7592
|
+
tenantId?: string;
|
|
7399
7593
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7400
7594
|
maskedPhone: string;
|
|
7401
7595
|
}>>;
|
|
@@ -7405,6 +7599,7 @@ declare const getSdk: () => (((({
|
|
|
7405
7599
|
templateOptions?: {
|
|
7406
7600
|
[x: string]: string;
|
|
7407
7601
|
};
|
|
7602
|
+
tenantId?: string;
|
|
7408
7603
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7409
7604
|
maskedEmail: string;
|
|
7410
7605
|
}>>;
|
|
@@ -7480,6 +7675,7 @@ declare const getSdk: () => (((({
|
|
|
7480
7675
|
templateOptions?: {
|
|
7481
7676
|
[x: string]: string;
|
|
7482
7677
|
};
|
|
7678
|
+
tenantId?: string;
|
|
7483
7679
|
} & {
|
|
7484
7680
|
providerId?: string;
|
|
7485
7681
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -7496,6 +7692,7 @@ declare const getSdk: () => (((({
|
|
|
7496
7692
|
templateOptions?: {
|
|
7497
7693
|
[x: string]: string;
|
|
7498
7694
|
};
|
|
7695
|
+
tenantId?: string;
|
|
7499
7696
|
} & {
|
|
7500
7697
|
providerId?: string;
|
|
7501
7698
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -7570,6 +7767,7 @@ declare const getSdk: () => (((({
|
|
|
7570
7767
|
templateOptions?: {
|
|
7571
7768
|
[x: string]: string;
|
|
7572
7769
|
};
|
|
7770
|
+
tenantId?: string;
|
|
7573
7771
|
} & {
|
|
7574
7772
|
providerId?: string;
|
|
7575
7773
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -7590,6 +7788,7 @@ declare const getSdk: () => (((({
|
|
|
7590
7788
|
templateOptions?: {
|
|
7591
7789
|
[x: string]: string;
|
|
7592
7790
|
};
|
|
7791
|
+
tenantId?: string;
|
|
7593
7792
|
} & {
|
|
7594
7793
|
providerId?: string;
|
|
7595
7794
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -7623,6 +7822,7 @@ declare const getSdk: () => (((({
|
|
|
7623
7822
|
templateOptions?: {
|
|
7624
7823
|
[x: string]: string;
|
|
7625
7824
|
};
|
|
7825
|
+
tenantId?: string;
|
|
7626
7826
|
} & {
|
|
7627
7827
|
providerId?: string;
|
|
7628
7828
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -7726,7 +7926,7 @@ declare const getSdk: () => (((({
|
|
|
7726
7926
|
};
|
|
7727
7927
|
webauthn: {
|
|
7728
7928
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
7729
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7929
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7730
7930
|
transactionId: string;
|
|
7731
7931
|
options: string;
|
|
7732
7932
|
create: boolean;
|
|
@@ -7742,7 +7942,7 @@ declare const getSdk: () => (((({
|
|
|
7742
7942
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
7743
7943
|
};
|
|
7744
7944
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
7745
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7945
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7746
7946
|
transactionId: string;
|
|
7747
7947
|
options: string;
|
|
7748
7948
|
create: boolean;
|
|
@@ -7838,6 +8038,7 @@ declare const getSdk: () => (((({
|
|
|
7838
8038
|
templateOptions?: {
|
|
7839
8039
|
[x: string]: string;
|
|
7840
8040
|
};
|
|
8041
|
+
tenantId?: string;
|
|
7841
8042
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7842
8043
|
maskedPhone: string;
|
|
7843
8044
|
}>>;
|
|
@@ -7854,6 +8055,7 @@ declare const getSdk: () => (((({
|
|
|
7854
8055
|
templateOptions?: {
|
|
7855
8056
|
[x: string]: string;
|
|
7856
8057
|
};
|
|
8058
|
+
tenantId?: string;
|
|
7857
8059
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7858
8060
|
maskedPhone: string;
|
|
7859
8061
|
}>>;
|
|
@@ -7870,6 +8072,7 @@ declare const getSdk: () => (((({
|
|
|
7870
8072
|
templateOptions?: {
|
|
7871
8073
|
[x: string]: string;
|
|
7872
8074
|
};
|
|
8075
|
+
tenantId?: string;
|
|
7873
8076
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7874
8077
|
maskedPhone: string;
|
|
7875
8078
|
}>>;
|
|
@@ -7886,6 +8089,7 @@ declare const getSdk: () => (((({
|
|
|
7886
8089
|
templateOptions?: {
|
|
7887
8090
|
[x: string]: string;
|
|
7888
8091
|
};
|
|
8092
|
+
tenantId?: string;
|
|
7889
8093
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7890
8094
|
maskedPhone: string;
|
|
7891
8095
|
}>>;
|
|
@@ -7902,6 +8106,7 @@ declare const getSdk: () => (((({
|
|
|
7902
8106
|
templateOptions?: {
|
|
7903
8107
|
[x: string]: string;
|
|
7904
8108
|
};
|
|
8109
|
+
tenantId?: string;
|
|
7905
8110
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
7906
8111
|
maskedEmail: string;
|
|
7907
8112
|
}>>;
|
|
@@ -8016,6 +8221,7 @@ declare const getSdk: () => (((({
|
|
|
8016
8221
|
templateOptions?: {
|
|
8017
8222
|
[x: string]: string;
|
|
8018
8223
|
};
|
|
8224
|
+
tenantId?: string;
|
|
8019
8225
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8020
8226
|
maskedPhone: string;
|
|
8021
8227
|
}>>;
|
|
@@ -8032,6 +8238,7 @@ declare const getSdk: () => (((({
|
|
|
8032
8238
|
templateOptions?: {
|
|
8033
8239
|
[x: string]: string;
|
|
8034
8240
|
};
|
|
8241
|
+
tenantId?: string;
|
|
8035
8242
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8036
8243
|
maskedPhone: string;
|
|
8037
8244
|
}>>;
|
|
@@ -8048,6 +8255,7 @@ declare const getSdk: () => (((({
|
|
|
8048
8255
|
templateOptions?: {
|
|
8049
8256
|
[x: string]: string;
|
|
8050
8257
|
};
|
|
8258
|
+
tenantId?: string;
|
|
8051
8259
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8052
8260
|
maskedPhone: string;
|
|
8053
8261
|
}>>;
|
|
@@ -8064,6 +8272,7 @@ declare const getSdk: () => (((({
|
|
|
8064
8272
|
templateOptions?: {
|
|
8065
8273
|
[x: string]: string;
|
|
8066
8274
|
};
|
|
8275
|
+
tenantId?: string;
|
|
8067
8276
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8068
8277
|
maskedPhone: string;
|
|
8069
8278
|
}>>;
|
|
@@ -8080,6 +8289,7 @@ declare const getSdk: () => (((({
|
|
|
8080
8289
|
templateOptions?: {
|
|
8081
8290
|
[x: string]: string;
|
|
8082
8291
|
};
|
|
8292
|
+
tenantId?: string;
|
|
8083
8293
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8084
8294
|
maskedEmail: string;
|
|
8085
8295
|
}>>;
|
|
@@ -8091,6 +8301,7 @@ declare const getSdk: () => (((({
|
|
|
8091
8301
|
templateOptions?: {
|
|
8092
8302
|
[x: string]: string;
|
|
8093
8303
|
};
|
|
8304
|
+
tenantId?: string;
|
|
8094
8305
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8095
8306
|
maskedPhone: string;
|
|
8096
8307
|
}>>;
|
|
@@ -8100,6 +8311,7 @@ declare const getSdk: () => (((({
|
|
|
8100
8311
|
templateOptions?: {
|
|
8101
8312
|
[x: string]: string;
|
|
8102
8313
|
};
|
|
8314
|
+
tenantId?: string;
|
|
8103
8315
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8104
8316
|
maskedPhone: string;
|
|
8105
8317
|
}>>;
|
|
@@ -8109,6 +8321,7 @@ declare const getSdk: () => (((({
|
|
|
8109
8321
|
templateOptions?: {
|
|
8110
8322
|
[x: string]: string;
|
|
8111
8323
|
};
|
|
8324
|
+
tenantId?: string;
|
|
8112
8325
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8113
8326
|
maskedPhone: string;
|
|
8114
8327
|
}>>;
|
|
@@ -8118,6 +8331,7 @@ declare const getSdk: () => (((({
|
|
|
8118
8331
|
templateOptions?: {
|
|
8119
8332
|
[x: string]: string;
|
|
8120
8333
|
};
|
|
8334
|
+
tenantId?: string;
|
|
8121
8335
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8122
8336
|
maskedPhone: string;
|
|
8123
8337
|
}>>;
|
|
@@ -8127,6 +8341,7 @@ declare const getSdk: () => (((({
|
|
|
8127
8341
|
templateOptions?: {
|
|
8128
8342
|
[x: string]: string;
|
|
8129
8343
|
};
|
|
8344
|
+
tenantId?: string;
|
|
8130
8345
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8131
8346
|
maskedEmail: string;
|
|
8132
8347
|
}>>;
|
|
@@ -8202,6 +8417,7 @@ declare const getSdk: () => (((({
|
|
|
8202
8417
|
templateOptions?: {
|
|
8203
8418
|
[x: string]: string;
|
|
8204
8419
|
};
|
|
8420
|
+
tenantId?: string;
|
|
8205
8421
|
} & {
|
|
8206
8422
|
providerId?: string;
|
|
8207
8423
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -8218,6 +8434,7 @@ declare const getSdk: () => (((({
|
|
|
8218
8434
|
templateOptions?: {
|
|
8219
8435
|
[x: string]: string;
|
|
8220
8436
|
};
|
|
8437
|
+
tenantId?: string;
|
|
8221
8438
|
} & {
|
|
8222
8439
|
providerId?: string;
|
|
8223
8440
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -8292,6 +8509,7 @@ declare const getSdk: () => (((({
|
|
|
8292
8509
|
templateOptions?: {
|
|
8293
8510
|
[x: string]: string;
|
|
8294
8511
|
};
|
|
8512
|
+
tenantId?: string;
|
|
8295
8513
|
} & {
|
|
8296
8514
|
providerId?: string;
|
|
8297
8515
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -8312,6 +8530,7 @@ declare const getSdk: () => (((({
|
|
|
8312
8530
|
templateOptions?: {
|
|
8313
8531
|
[x: string]: string;
|
|
8314
8532
|
};
|
|
8533
|
+
tenantId?: string;
|
|
8315
8534
|
} & {
|
|
8316
8535
|
providerId?: string;
|
|
8317
8536
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -8345,6 +8564,7 @@ declare const getSdk: () => (((({
|
|
|
8345
8564
|
templateOptions?: {
|
|
8346
8565
|
[x: string]: string;
|
|
8347
8566
|
};
|
|
8567
|
+
tenantId?: string;
|
|
8348
8568
|
} & {
|
|
8349
8569
|
providerId?: string;
|
|
8350
8570
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
@@ -8448,7 +8668,7 @@ declare const getSdk: () => (((({
|
|
|
8448
8668
|
};
|
|
8449
8669
|
webauthn: {
|
|
8450
8670
|
signUp: ((identifier: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
8451
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8671
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8452
8672
|
transactionId: string;
|
|
8453
8673
|
options: string;
|
|
8454
8674
|
create: boolean;
|
|
@@ -8464,7 +8684,7 @@ declare const getSdk: () => (((({
|
|
|
8464
8684
|
finish: (transactionId: string, response: string) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|
|
8465
8685
|
};
|
|
8466
8686
|
signUpOrIn: ((identifier: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>) & {
|
|
8467
|
-
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8687
|
+
start: (loginId: string, origin: string, passkeyOptions?: _descope_core_js_sdk.PasskeyOptions, loginOptions?: _descope_core_js_sdk.LoginOptions) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8468
8688
|
transactionId: string;
|
|
8469
8689
|
options: string;
|
|
8470
8690
|
create: boolean;
|
|
@@ -8560,6 +8780,7 @@ declare const getSdk: () => (((({
|
|
|
8560
8780
|
templateOptions?: {
|
|
8561
8781
|
[x: string]: string;
|
|
8562
8782
|
};
|
|
8783
|
+
tenantId?: string;
|
|
8563
8784
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8564
8785
|
maskedPhone: string;
|
|
8565
8786
|
}>>;
|
|
@@ -8576,6 +8797,7 @@ declare const getSdk: () => (((({
|
|
|
8576
8797
|
templateOptions?: {
|
|
8577
8798
|
[x: string]: string;
|
|
8578
8799
|
};
|
|
8800
|
+
tenantId?: string;
|
|
8579
8801
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8580
8802
|
maskedPhone: string;
|
|
8581
8803
|
}>>;
|
|
@@ -8592,6 +8814,7 @@ declare const getSdk: () => (((({
|
|
|
8592
8814
|
templateOptions?: {
|
|
8593
8815
|
[x: string]: string;
|
|
8594
8816
|
};
|
|
8817
|
+
tenantId?: string;
|
|
8595
8818
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8596
8819
|
maskedPhone: string;
|
|
8597
8820
|
}>>;
|
|
@@ -8608,6 +8831,7 @@ declare const getSdk: () => (((({
|
|
|
8608
8831
|
templateOptions?: {
|
|
8609
8832
|
[x: string]: string;
|
|
8610
8833
|
};
|
|
8834
|
+
tenantId?: string;
|
|
8611
8835
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8612
8836
|
maskedPhone: string;
|
|
8613
8837
|
}>>;
|
|
@@ -8624,6 +8848,7 @@ declare const getSdk: () => (((({
|
|
|
8624
8848
|
templateOptions?: {
|
|
8625
8849
|
[x: string]: string;
|
|
8626
8850
|
};
|
|
8851
|
+
tenantId?: string;
|
|
8627
8852
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8628
8853
|
maskedEmail: string;
|
|
8629
8854
|
}>>;
|
|
@@ -8738,6 +8963,7 @@ declare const getSdk: () => (((({
|
|
|
8738
8963
|
templateOptions?: {
|
|
8739
8964
|
[x: string]: string;
|
|
8740
8965
|
};
|
|
8966
|
+
tenantId?: string;
|
|
8741
8967
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8742
8968
|
maskedPhone: string;
|
|
8743
8969
|
}>>;
|
|
@@ -8754,6 +8980,7 @@ declare const getSdk: () => (((({
|
|
|
8754
8980
|
templateOptions?: {
|
|
8755
8981
|
[x: string]: string;
|
|
8756
8982
|
};
|
|
8983
|
+
tenantId?: string;
|
|
8757
8984
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8758
8985
|
maskedPhone: string;
|
|
8759
8986
|
}>>;
|
|
@@ -8770,6 +8997,7 @@ declare const getSdk: () => (((({
|
|
|
8770
8997
|
templateOptions?: {
|
|
8771
8998
|
[x: string]: string;
|
|
8772
8999
|
};
|
|
9000
|
+
tenantId?: string;
|
|
8773
9001
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8774
9002
|
maskedPhone: string;
|
|
8775
9003
|
}>>;
|
|
@@ -8786,6 +9014,7 @@ declare const getSdk: () => (((({
|
|
|
8786
9014
|
templateOptions?: {
|
|
8787
9015
|
[x: string]: string;
|
|
8788
9016
|
};
|
|
9017
|
+
tenantId?: string;
|
|
8789
9018
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8790
9019
|
maskedPhone: string;
|
|
8791
9020
|
}>>;
|
|
@@ -8802,6 +9031,7 @@ declare const getSdk: () => (((({
|
|
|
8802
9031
|
templateOptions?: {
|
|
8803
9032
|
[x: string]: string;
|
|
8804
9033
|
};
|
|
9034
|
+
tenantId?: string;
|
|
8805
9035
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8806
9036
|
maskedEmail: string;
|
|
8807
9037
|
}>>;
|
|
@@ -8813,6 +9043,7 @@ declare const getSdk: () => (((({
|
|
|
8813
9043
|
templateOptions?: {
|
|
8814
9044
|
[x: string]: string;
|
|
8815
9045
|
};
|
|
9046
|
+
tenantId?: string;
|
|
8816
9047
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8817
9048
|
maskedPhone: string;
|
|
8818
9049
|
}>>;
|
|
@@ -8822,6 +9053,7 @@ declare const getSdk: () => (((({
|
|
|
8822
9053
|
templateOptions?: {
|
|
8823
9054
|
[x: string]: string;
|
|
8824
9055
|
};
|
|
9056
|
+
tenantId?: string;
|
|
8825
9057
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8826
9058
|
maskedPhone: string;
|
|
8827
9059
|
}>>;
|
|
@@ -8831,6 +9063,7 @@ declare const getSdk: () => (((({
|
|
|
8831
9063
|
templateOptions?: {
|
|
8832
9064
|
[x: string]: string;
|
|
8833
9065
|
};
|
|
9066
|
+
tenantId?: string;
|
|
8834
9067
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8835
9068
|
maskedPhone: string;
|
|
8836
9069
|
}>>;
|
|
@@ -8840,6 +9073,7 @@ declare const getSdk: () => (((({
|
|
|
8840
9073
|
templateOptions?: {
|
|
8841
9074
|
[x: string]: string;
|
|
8842
9075
|
};
|
|
9076
|
+
tenantId?: string;
|
|
8843
9077
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8844
9078
|
maskedPhone: string;
|
|
8845
9079
|
}>>;
|
|
@@ -8849,6 +9083,7 @@ declare const getSdk: () => (((({
|
|
|
8849
9083
|
templateOptions?: {
|
|
8850
9084
|
[x: string]: string;
|
|
8851
9085
|
};
|
|
9086
|
+
tenantId?: string;
|
|
8852
9087
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
8853
9088
|
maskedEmail: string;
|
|
8854
9089
|
}>>;
|
|
@@ -8924,6 +9159,7 @@ declare const getSdk: () => (((({
|
|
|
8924
9159
|
templateOptions?: {
|
|
8925
9160
|
[x: string]: string;
|
|
8926
9161
|
};
|
|
9162
|
+
tenantId?: string;
|
|
8927
9163
|
} & {
|
|
8928
9164
|
providerId?: string;
|
|
8929
9165
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -8940,6 +9176,7 @@ declare const getSdk: () => (((({
|
|
|
8940
9176
|
templateOptions?: {
|
|
8941
9177
|
[x: string]: string;
|
|
8942
9178
|
};
|
|
9179
|
+
tenantId?: string;
|
|
8943
9180
|
} & {
|
|
8944
9181
|
providerId?: string;
|
|
8945
9182
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.EnchantedLinkResponse>>;
|
|
@@ -9014,6 +9251,7 @@ declare const getSdk: () => (((({
|
|
|
9014
9251
|
templateOptions?: {
|
|
9015
9252
|
[x: string]: string;
|
|
9016
9253
|
};
|
|
9254
|
+
tenantId?: string;
|
|
9017
9255
|
} & {
|
|
9018
9256
|
providerId?: string;
|
|
9019
9257
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -9034,6 +9272,7 @@ declare const getSdk: () => (((({
|
|
|
9034
9272
|
templateOptions?: {
|
|
9035
9273
|
[x: string]: string;
|
|
9036
9274
|
};
|
|
9275
|
+
tenantId?: string;
|
|
9037
9276
|
} & {
|
|
9038
9277
|
providerId?: string;
|
|
9039
9278
|
}) => Promise<_descope_core_js_sdk.SdkResponse<{
|
|
@@ -9067,6 +9306,7 @@ declare const getSdk: () => (((({
|
|
|
9067
9306
|
templateOptions?: {
|
|
9068
9307
|
[x: string]: string;
|
|
9069
9308
|
};
|
|
9309
|
+
tenantId?: string;
|
|
9070
9310
|
} & {
|
|
9071
9311
|
providerId?: string;
|
|
9072
9312
|
}) => Promise<_descope_core_js_sdk.SdkResponse<_descope_core_js_sdk.JWTResponse>>;
|