authhero 4.32.0 → 4.33.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 +67 -67
- package/dist/authhero.d.ts +8 -0
- package/dist/authhero.mjs +8041 -7963
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -50196,6 +50196,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50196
50196
|
input: {
|
|
50197
50197
|
query: {
|
|
50198
50198
|
state: string;
|
|
50199
|
+
error?: string | undefined;
|
|
50200
|
+
error_description?: string | undefined;
|
|
50199
50201
|
impersonation?: string | undefined;
|
|
50200
50202
|
};
|
|
50201
50203
|
};
|
|
@@ -50498,6 +50500,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50498
50500
|
input: {
|
|
50499
50501
|
query: {
|
|
50500
50502
|
state: string;
|
|
50503
|
+
error?: string | undefined;
|
|
50504
|
+
error_description?: string | undefined;
|
|
50501
50505
|
};
|
|
50502
50506
|
};
|
|
50503
50507
|
output: Response;
|
|
@@ -50511,6 +50515,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50511
50515
|
input: {
|
|
50512
50516
|
query: {
|
|
50513
50517
|
state: string;
|
|
50518
|
+
error?: string | undefined;
|
|
50519
|
+
error_description?: string | undefined;
|
|
50514
50520
|
};
|
|
50515
50521
|
} & {
|
|
50516
50522
|
form: Record<string, string>;
|
|
@@ -50522,6 +50528,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50522
50528
|
input: {
|
|
50523
50529
|
query: {
|
|
50524
50530
|
state: string;
|
|
50531
|
+
error?: string | undefined;
|
|
50532
|
+
error_description?: string | undefined;
|
|
50525
50533
|
};
|
|
50526
50534
|
} & {
|
|
50527
50535
|
form: Record<string, string>;
|