authhero 0.220.0 → 0.222.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 +49 -49
- package/dist/authhero.d.ts +7 -7
- package/dist/authhero.mjs +5138 -5091
- package/package.json +2 -2
package/dist/authhero.d.ts
CHANGED
|
@@ -21132,11 +21132,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21132
21132
|
connection?: string | undefined;
|
|
21133
21133
|
response_type?: AuthorizationResponseType | undefined;
|
|
21134
21134
|
audience?: string | undefined;
|
|
21135
|
+
organization?: string | undefined;
|
|
21135
21136
|
scope?: string | undefined;
|
|
21136
21137
|
auth0Client?: string | undefined;
|
|
21137
21138
|
login_ticket?: string | undefined;
|
|
21138
21139
|
screen_hint?: string | undefined;
|
|
21139
|
-
organization?: string | undefined;
|
|
21140
21140
|
code_challenge?: string | undefined;
|
|
21141
21141
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21142
21142
|
realm?: string | undefined;
|
|
@@ -21161,11 +21161,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21161
21161
|
connection?: string | undefined;
|
|
21162
21162
|
response_type?: AuthorizationResponseType | undefined;
|
|
21163
21163
|
audience?: string | undefined;
|
|
21164
|
+
organization?: string | undefined;
|
|
21164
21165
|
scope?: string | undefined;
|
|
21165
21166
|
auth0Client?: string | undefined;
|
|
21166
21167
|
login_ticket?: string | undefined;
|
|
21167
21168
|
screen_hint?: string | undefined;
|
|
21168
|
-
organization?: string | undefined;
|
|
21169
21169
|
code_challenge?: string | undefined;
|
|
21170
21170
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21171
21171
|
realm?: string | undefined;
|
|
@@ -21190,11 +21190,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21190
21190
|
connection?: string | undefined;
|
|
21191
21191
|
response_type?: AuthorizationResponseType | undefined;
|
|
21192
21192
|
audience?: string | undefined;
|
|
21193
|
+
organization?: string | undefined;
|
|
21193
21194
|
scope?: string | undefined;
|
|
21194
21195
|
auth0Client?: string | undefined;
|
|
21195
21196
|
login_ticket?: string | undefined;
|
|
21196
21197
|
screen_hint?: string | undefined;
|
|
21197
|
-
organization?: string | undefined;
|
|
21198
21198
|
code_challenge?: string | undefined;
|
|
21199
21199
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21200
21200
|
realm?: string | undefined;
|
|
@@ -21227,11 +21227,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21227
21227
|
connection?: string | undefined;
|
|
21228
21228
|
response_type?: AuthorizationResponseType | undefined;
|
|
21229
21229
|
audience?: string | undefined;
|
|
21230
|
+
organization?: string | undefined;
|
|
21230
21231
|
scope?: string | undefined;
|
|
21231
21232
|
auth0Client?: string | undefined;
|
|
21232
21233
|
login_ticket?: string | undefined;
|
|
21233
21234
|
screen_hint?: string | undefined;
|
|
21234
|
-
organization?: string | undefined;
|
|
21235
21235
|
code_challenge?: string | undefined;
|
|
21236
21236
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21237
21237
|
realm?: string | undefined;
|
|
@@ -21258,11 +21258,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21258
21258
|
connection?: string | undefined;
|
|
21259
21259
|
response_type?: AuthorizationResponseType | undefined;
|
|
21260
21260
|
audience?: string | undefined;
|
|
21261
|
+
organization?: string | undefined;
|
|
21261
21262
|
scope?: string | undefined;
|
|
21262
21263
|
auth0Client?: string | undefined;
|
|
21263
21264
|
login_ticket?: string | undefined;
|
|
21264
21265
|
screen_hint?: string | undefined;
|
|
21265
|
-
organization?: string | undefined;
|
|
21266
21266
|
code_challenge?: string | undefined;
|
|
21267
21267
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21268
21268
|
realm?: string | undefined;
|
|
@@ -21319,10 +21319,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21319
21319
|
username?: string | undefined;
|
|
21320
21320
|
response_type?: AuthorizationResponseType | undefined;
|
|
21321
21321
|
audience?: string | undefined;
|
|
21322
|
+
organization?: string | undefined;
|
|
21322
21323
|
scope?: string | undefined;
|
|
21323
21324
|
state?: string | undefined;
|
|
21324
21325
|
redirect_uri?: string | undefined;
|
|
21325
|
-
organization?: string | undefined;
|
|
21326
21326
|
code_challenge?: string | undefined;
|
|
21327
21327
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21328
21328
|
act_as?: string | undefined;
|
|
@@ -21341,10 +21341,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21341
21341
|
username?: string | undefined;
|
|
21342
21342
|
response_type?: AuthorizationResponseType | undefined;
|
|
21343
21343
|
audience?: string | undefined;
|
|
21344
|
+
organization?: string | undefined;
|
|
21344
21345
|
scope?: string | undefined;
|
|
21345
21346
|
state?: string | undefined;
|
|
21346
21347
|
redirect_uri?: string | undefined;
|
|
21347
|
-
organization?: string | undefined;
|
|
21348
21348
|
code_challenge?: string | undefined;
|
|
21349
21349
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21350
21350
|
act_as?: string | undefined;
|