authhero 0.224.0 → 0.225.0
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/authhero.cjs +31 -31
- package/dist/authhero.d.ts +10 -0
- package/dist/authhero.mjs +695 -680
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -21477,10 +21477,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21477
21477
|
redirect_uri: string;
|
|
21478
21478
|
grant_type: "authorization_code";
|
|
21479
21479
|
code_verifier: string;
|
|
21480
|
+
organization?: string | undefined;
|
|
21480
21481
|
} | {
|
|
21481
21482
|
code: string;
|
|
21482
21483
|
grant_type: "authorization_code";
|
|
21483
21484
|
client_id?: string | undefined;
|
|
21485
|
+
organization?: string | undefined;
|
|
21484
21486
|
client_secret?: string | undefined;
|
|
21485
21487
|
redirect_uri?: string | undefined;
|
|
21486
21488
|
} | {
|
|
@@ -21513,10 +21515,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21513
21515
|
redirect_uri: string;
|
|
21514
21516
|
grant_type: "authorization_code";
|
|
21515
21517
|
code_verifier: string;
|
|
21518
|
+
organization?: string | undefined;
|
|
21516
21519
|
} | {
|
|
21517
21520
|
code: string;
|
|
21518
21521
|
grant_type: "authorization_code";
|
|
21519
21522
|
client_id?: string | undefined;
|
|
21523
|
+
organization?: string | undefined;
|
|
21520
21524
|
client_secret?: string | undefined;
|
|
21521
21525
|
redirect_uri?: string | undefined;
|
|
21522
21526
|
} | {
|
|
@@ -21557,10 +21561,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21557
21561
|
redirect_uri: string;
|
|
21558
21562
|
grant_type: "authorization_code";
|
|
21559
21563
|
code_verifier: string;
|
|
21564
|
+
organization?: string | undefined;
|
|
21560
21565
|
} | {
|
|
21561
21566
|
code: string;
|
|
21562
21567
|
grant_type: "authorization_code";
|
|
21563
21568
|
client_id?: string | undefined;
|
|
21569
|
+
organization?: string | undefined;
|
|
21564
21570
|
client_secret?: string | undefined;
|
|
21565
21571
|
redirect_uri?: string | undefined;
|
|
21566
21572
|
} | {
|
|
@@ -21596,10 +21602,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21596
21602
|
redirect_uri: string;
|
|
21597
21603
|
grant_type: "authorization_code";
|
|
21598
21604
|
code_verifier: string;
|
|
21605
|
+
organization?: string | undefined;
|
|
21599
21606
|
} | {
|
|
21600
21607
|
code: string;
|
|
21601
21608
|
grant_type: "authorization_code";
|
|
21602
21609
|
client_id?: string | undefined;
|
|
21610
|
+
organization?: string | undefined;
|
|
21603
21611
|
client_secret?: string | undefined;
|
|
21604
21612
|
redirect_uri?: string | undefined;
|
|
21605
21613
|
} | {
|
|
@@ -21635,10 +21643,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21635
21643
|
redirect_uri: string;
|
|
21636
21644
|
grant_type: "authorization_code";
|
|
21637
21645
|
code_verifier: string;
|
|
21646
|
+
organization?: string | undefined;
|
|
21638
21647
|
} | {
|
|
21639
21648
|
code: string;
|
|
21640
21649
|
grant_type: "authorization_code";
|
|
21641
21650
|
client_id?: string | undefined;
|
|
21651
|
+
organization?: string | undefined;
|
|
21642
21652
|
client_secret?: string | undefined;
|
|
21643
21653
|
redirect_uri?: string | undefined;
|
|
21644
21654
|
} | {
|