authhero 0.264.0 → 0.265.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 +16 -16
- package/dist/authhero.d.ts +20 -10
- package/dist/authhero.mjs +590 -583
- package/dist/stats.html +1 -1
- package/package.json +3 -3
package/dist/authhero.d.ts
CHANGED
|
@@ -24309,8 +24309,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24309
24309
|
redirect_uri?: string | undefined;
|
|
24310
24310
|
} | {
|
|
24311
24311
|
grant_type: "refresh_token";
|
|
24312
|
-
client_id: string;
|
|
24313
24312
|
refresh_token: string;
|
|
24313
|
+
client_id?: string | undefined;
|
|
24314
|
+
client_secret?: string | undefined;
|
|
24314
24315
|
redirect_uri?: string | undefined;
|
|
24315
24316
|
} | {
|
|
24316
24317
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24342,8 +24343,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24342
24343
|
redirect_uri?: string | undefined;
|
|
24343
24344
|
} | {
|
|
24344
24345
|
grant_type: "refresh_token";
|
|
24345
|
-
client_id: string;
|
|
24346
24346
|
refresh_token: string;
|
|
24347
|
+
client_id?: string | undefined;
|
|
24348
|
+
client_secret?: string | undefined;
|
|
24347
24349
|
redirect_uri?: string | undefined;
|
|
24348
24350
|
} | {
|
|
24349
24351
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24380,8 +24382,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24380
24382
|
redirect_uri?: string | undefined;
|
|
24381
24383
|
} | {
|
|
24382
24384
|
grant_type: "refresh_token";
|
|
24383
|
-
client_id: string;
|
|
24384
24385
|
refresh_token: string;
|
|
24386
|
+
client_id?: string | undefined;
|
|
24387
|
+
client_secret?: string | undefined;
|
|
24385
24388
|
redirect_uri?: string | undefined;
|
|
24386
24389
|
} | {
|
|
24387
24390
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24413,8 +24416,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24413
24416
|
redirect_uri?: string | undefined;
|
|
24414
24417
|
} | {
|
|
24415
24418
|
grant_type: "refresh_token";
|
|
24416
|
-
client_id: string;
|
|
24417
24419
|
refresh_token: string;
|
|
24420
|
+
client_id?: string | undefined;
|
|
24421
|
+
client_secret?: string | undefined;
|
|
24418
24422
|
redirect_uri?: string | undefined;
|
|
24419
24423
|
} | {
|
|
24420
24424
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24459,8 +24463,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24459
24463
|
redirect_uri?: string | undefined;
|
|
24460
24464
|
} | {
|
|
24461
24465
|
grant_type: "refresh_token";
|
|
24462
|
-
client_id: string;
|
|
24463
24466
|
refresh_token: string;
|
|
24467
|
+
client_id?: string | undefined;
|
|
24468
|
+
client_secret?: string | undefined;
|
|
24464
24469
|
redirect_uri?: string | undefined;
|
|
24465
24470
|
} | {
|
|
24466
24471
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24492,8 +24497,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24492
24497
|
redirect_uri?: string | undefined;
|
|
24493
24498
|
} | {
|
|
24494
24499
|
grant_type: "refresh_token";
|
|
24495
|
-
client_id: string;
|
|
24496
24500
|
refresh_token: string;
|
|
24501
|
+
client_id?: string | undefined;
|
|
24502
|
+
client_secret?: string | undefined;
|
|
24497
24503
|
redirect_uri?: string | undefined;
|
|
24498
24504
|
} | {
|
|
24499
24505
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24533,8 +24539,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24533
24539
|
redirect_uri?: string | undefined;
|
|
24534
24540
|
} | {
|
|
24535
24541
|
grant_type: "refresh_token";
|
|
24536
|
-
client_id: string;
|
|
24537
24542
|
refresh_token: string;
|
|
24543
|
+
client_id?: string | undefined;
|
|
24544
|
+
client_secret?: string | undefined;
|
|
24538
24545
|
redirect_uri?: string | undefined;
|
|
24539
24546
|
} | {
|
|
24540
24547
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24566,8 +24573,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24566
24573
|
redirect_uri?: string | undefined;
|
|
24567
24574
|
} | {
|
|
24568
24575
|
grant_type: "refresh_token";
|
|
24569
|
-
client_id: string;
|
|
24570
24576
|
refresh_token: string;
|
|
24577
|
+
client_id?: string | undefined;
|
|
24578
|
+
client_secret?: string | undefined;
|
|
24571
24579
|
redirect_uri?: string | undefined;
|
|
24572
24580
|
} | {
|
|
24573
24581
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24607,8 +24615,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24607
24615
|
redirect_uri?: string | undefined;
|
|
24608
24616
|
} | {
|
|
24609
24617
|
grant_type: "refresh_token";
|
|
24610
|
-
client_id: string;
|
|
24611
24618
|
refresh_token: string;
|
|
24619
|
+
client_id?: string | undefined;
|
|
24620
|
+
client_secret?: string | undefined;
|
|
24612
24621
|
redirect_uri?: string | undefined;
|
|
24613
24622
|
} | {
|
|
24614
24623
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24640,8 +24649,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24640
24649
|
redirect_uri?: string | undefined;
|
|
24641
24650
|
} | {
|
|
24642
24651
|
grant_type: "refresh_token";
|
|
24643
|
-
client_id: string;
|
|
24644
24652
|
refresh_token: string;
|
|
24653
|
+
client_id?: string | undefined;
|
|
24654
|
+
client_secret?: string | undefined;
|
|
24645
24655
|
redirect_uri?: string | undefined;
|
|
24646
24656
|
} | {
|
|
24647
24657
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|