authhero 4.63.0 → 4.65.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 +152 -87
- package/dist/authhero.d.ts +27 -27
- package/dist/authhero.mjs +27676 -27495
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -50014,7 +50014,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50014
50014
|
};
|
|
50015
50015
|
};
|
|
50016
50016
|
output: {
|
|
50017
|
-
name: "email" | "
|
|
50017
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50018
50018
|
enabled: boolean;
|
|
50019
50019
|
trial_expired?: boolean | undefined;
|
|
50020
50020
|
}[];
|
|
@@ -50119,7 +50119,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50119
50119
|
$get: {
|
|
50120
50120
|
input: {
|
|
50121
50121
|
param: {
|
|
50122
|
-
factor_name: "email" | "
|
|
50122
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50123
50123
|
};
|
|
50124
50124
|
} & {
|
|
50125
50125
|
header: {
|
|
@@ -50127,7 +50127,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50127
50127
|
};
|
|
50128
50128
|
};
|
|
50129
50129
|
output: {
|
|
50130
|
-
name: "email" | "
|
|
50130
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50131
50131
|
enabled: boolean;
|
|
50132
50132
|
trial_expired?: boolean | undefined;
|
|
50133
50133
|
};
|
|
@@ -50140,7 +50140,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50140
50140
|
$put: {
|
|
50141
50141
|
input: {
|
|
50142
50142
|
param: {
|
|
50143
|
-
factor_name: "email" | "
|
|
50143
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50144
50144
|
};
|
|
50145
50145
|
} & {
|
|
50146
50146
|
header: {
|
|
@@ -50152,7 +50152,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50152
50152
|
};
|
|
50153
50153
|
};
|
|
50154
50154
|
output: {
|
|
50155
|
-
name: "email" | "
|
|
50155
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50156
50156
|
enabled: boolean;
|
|
50157
50157
|
trial_expired?: boolean | undefined;
|
|
50158
50158
|
};
|
|
@@ -50377,8 +50377,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50377
50377
|
logo_url?: string | undefined;
|
|
50378
50378
|
} | undefined;
|
|
50379
50379
|
id?: string | undefined;
|
|
50380
|
-
display_name?: string | undefined;
|
|
50381
50380
|
metadata?: Record<string, any> | undefined;
|
|
50381
|
+
display_name?: string | undefined;
|
|
50382
50382
|
enabled_connections?: {
|
|
50383
50383
|
connection_id: string;
|
|
50384
50384
|
show_as_button?: boolean | undefined;
|
|
@@ -50855,8 +50855,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50855
50855
|
};
|
|
50856
50856
|
app_metadata?: Record<string, any> | undefined;
|
|
50857
50857
|
user_metadata?: Record<string, any> | undefined;
|
|
50858
|
-
connection_id?: string | undefined;
|
|
50859
50858
|
roles?: string[] | undefined;
|
|
50859
|
+
connection_id?: string | undefined;
|
|
50860
50860
|
ttl_sec?: number | undefined;
|
|
50861
50861
|
send_invitation_email?: boolean | undefined;
|
|
50862
50862
|
};
|
|
@@ -51107,12 +51107,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
51107
51107
|
enable_introspection_endpoint?: boolean | undefined;
|
|
51108
51108
|
} | undefined;
|
|
51109
51109
|
id?: string | undefined;
|
|
51110
|
+
is_system?: boolean | undefined;
|
|
51111
|
+
metadata?: Record<string, any> | undefined;
|
|
51110
51112
|
scopes?: {
|
|
51111
51113
|
value: string;
|
|
51112
51114
|
description?: string | undefined;
|
|
51113
51115
|
}[] | undefined;
|
|
51114
|
-
is_system?: boolean | undefined;
|
|
51115
|
-
metadata?: Record<string, any> | undefined;
|
|
51116
51116
|
identifier?: string | undefined;
|
|
51117
51117
|
signing_alg?: string | undefined;
|
|
51118
51118
|
signing_secret?: string | undefined;
|
|
@@ -51183,12 +51183,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
51183
51183
|
enable_introspection_endpoint?: boolean | undefined;
|
|
51184
51184
|
} | undefined;
|
|
51185
51185
|
id?: string | undefined;
|
|
51186
|
+
is_system?: boolean | undefined;
|
|
51187
|
+
metadata?: Record<string, any> | undefined;
|
|
51186
51188
|
scopes?: {
|
|
51187
51189
|
value: string;
|
|
51188
51190
|
description?: string | undefined;
|
|
51189
51191
|
}[] | undefined;
|
|
51190
|
-
is_system?: boolean | undefined;
|
|
51191
|
-
metadata?: Record<string, any> | undefined;
|
|
51192
51192
|
signing_alg?: string | undefined;
|
|
51193
51193
|
signing_secret?: string | undefined;
|
|
51194
51194
|
token_lifetime?: number | undefined;
|
|
@@ -56013,7 +56013,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56013
56013
|
};
|
|
56014
56014
|
};
|
|
56015
56015
|
output: {
|
|
56016
|
-
prompt: "status" | "common" | "
|
|
56016
|
+
prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form";
|
|
56017
56017
|
language: string;
|
|
56018
56018
|
}[];
|
|
56019
56019
|
outputFormat: "json";
|
|
@@ -56025,7 +56025,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56025
56025
|
$get: {
|
|
56026
56026
|
input: {
|
|
56027
56027
|
param: {
|
|
56028
|
-
prompt: "status" | "common" | "
|
|
56028
|
+
prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form";
|
|
56029
56029
|
language: string;
|
|
56030
56030
|
};
|
|
56031
56031
|
} & {
|
|
@@ -56047,7 +56047,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56047
56047
|
$put: {
|
|
56048
56048
|
input: {
|
|
56049
56049
|
param: {
|
|
56050
|
-
prompt: "status" | "common" | "
|
|
56050
|
+
prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form";
|
|
56051
56051
|
language: string;
|
|
56052
56052
|
};
|
|
56053
56053
|
} & {
|
|
@@ -56071,7 +56071,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56071
56071
|
$delete: {
|
|
56072
56072
|
input: {
|
|
56073
56073
|
param: {
|
|
56074
|
-
prompt: "status" | "common" | "
|
|
56074
|
+
prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form";
|
|
56075
56075
|
language: string;
|
|
56076
56076
|
};
|
|
56077
56077
|
} & {
|
|
@@ -56628,10 +56628,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56628
56628
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
56629
56629
|
response_type?: AuthorizationResponseType | undefined;
|
|
56630
56630
|
id?: string | undefined;
|
|
56631
|
-
strategy?: string | undefined;
|
|
56632
|
-
display_name?: string | undefined;
|
|
56633
56631
|
is_system?: boolean | undefined;
|
|
56634
56632
|
metadata?: Record<string, any> | undefined;
|
|
56633
|
+
display_name?: string | undefined;
|
|
56634
|
+
strategy?: string | undefined;
|
|
56635
56635
|
enabled_clients?: string[] | undefined;
|
|
56636
56636
|
is_domain_connection?: boolean | undefined;
|
|
56637
56637
|
show_as_button?: boolean | undefined;
|
|
@@ -56880,9 +56880,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56880
56880
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
56881
56881
|
response_type?: AuthorizationResponseType | undefined;
|
|
56882
56882
|
id?: string | undefined;
|
|
56883
|
-
display_name?: string | undefined;
|
|
56884
56883
|
is_system?: boolean | undefined;
|
|
56885
56884
|
metadata?: Record<string, any> | undefined;
|
|
56885
|
+
display_name?: string | undefined;
|
|
56886
56886
|
enabled_clients?: string[] | undefined;
|
|
56887
56887
|
is_domain_connection?: boolean | undefined;
|
|
56888
56888
|
show_as_button?: boolean | undefined;
|
|
@@ -59363,8 +59363,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
59363
59363
|
gender?: string | undefined;
|
|
59364
59364
|
birthdate?: string | undefined;
|
|
59365
59365
|
zoneinfo?: string | undefined;
|
|
59366
|
-
email_verified?: boolean | undefined;
|
|
59367
59366
|
provider?: string | undefined;
|
|
59367
|
+
email_verified?: boolean | undefined;
|
|
59368
59368
|
is_social?: boolean | undefined;
|
|
59369
59369
|
};
|
|
59370
59370
|
};
|
|
@@ -59487,8 +59487,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
59487
59487
|
gender?: string | undefined;
|
|
59488
59488
|
birthdate?: string | undefined;
|
|
59489
59489
|
zoneinfo?: string | undefined;
|
|
59490
|
-
email_verified?: boolean | undefined;
|
|
59491
59490
|
provider?: string | undefined;
|
|
59491
|
+
email_verified?: boolean | undefined;
|
|
59492
59492
|
is_social?: boolean | undefined;
|
|
59493
59493
|
};
|
|
59494
59494
|
};
|
|
@@ -60900,11 +60900,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
60900
60900
|
nonce?: string | undefined;
|
|
60901
60901
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
60902
60902
|
response_type?: AuthorizationResponseType | undefined;
|
|
60903
|
+
prompt?: string | undefined;
|
|
60903
60904
|
state?: string | undefined;
|
|
60904
60905
|
auth0Client?: string | undefined;
|
|
60905
60906
|
login_ticket?: string | undefined;
|
|
60906
60907
|
screen_hint?: string | undefined;
|
|
60907
|
-
prompt?: string | undefined;
|
|
60908
60908
|
redirect_uri?: string | undefined;
|
|
60909
60909
|
code_challenge?: string | undefined;
|
|
60910
60910
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -60932,11 +60932,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
60932
60932
|
nonce?: string | undefined;
|
|
60933
60933
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
60934
60934
|
response_type?: AuthorizationResponseType | undefined;
|
|
60935
|
+
prompt?: string | undefined;
|
|
60935
60936
|
state?: string | undefined;
|
|
60936
60937
|
auth0Client?: string | undefined;
|
|
60937
60938
|
login_ticket?: string | undefined;
|
|
60938
60939
|
screen_hint?: string | undefined;
|
|
60939
|
-
prompt?: string | undefined;
|
|
60940
60940
|
redirect_uri?: string | undefined;
|
|
60941
60941
|
code_challenge?: string | undefined;
|
|
60942
60942
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -60964,11 +60964,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
60964
60964
|
nonce?: string | undefined;
|
|
60965
60965
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
60966
60966
|
response_type?: AuthorizationResponseType | undefined;
|
|
60967
|
+
prompt?: string | undefined;
|
|
60967
60968
|
state?: string | undefined;
|
|
60968
60969
|
auth0Client?: string | undefined;
|
|
60969
60970
|
login_ticket?: string | undefined;
|
|
60970
60971
|
screen_hint?: string | undefined;
|
|
60971
|
-
prompt?: string | undefined;
|
|
60972
60972
|
redirect_uri?: string | undefined;
|
|
60973
60973
|
code_challenge?: string | undefined;
|
|
60974
60974
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61004,11 +61004,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61004
61004
|
nonce?: string | undefined;
|
|
61005
61005
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61006
61006
|
response_type?: AuthorizationResponseType | undefined;
|
|
61007
|
+
prompt?: string | undefined;
|
|
61007
61008
|
state?: string | undefined;
|
|
61008
61009
|
auth0Client?: string | undefined;
|
|
61009
61010
|
login_ticket?: string | undefined;
|
|
61010
61011
|
screen_hint?: string | undefined;
|
|
61011
|
-
prompt?: string | undefined;
|
|
61012
61012
|
redirect_uri?: string | undefined;
|
|
61013
61013
|
code_challenge?: string | undefined;
|
|
61014
61014
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61038,11 +61038,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61038
61038
|
nonce?: string | undefined;
|
|
61039
61039
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61040
61040
|
response_type?: AuthorizationResponseType | undefined;
|
|
61041
|
+
prompt?: string | undefined;
|
|
61041
61042
|
state?: string | undefined;
|
|
61042
61043
|
auth0Client?: string | undefined;
|
|
61043
61044
|
login_ticket?: string | undefined;
|
|
61044
61045
|
screen_hint?: string | undefined;
|
|
61045
|
-
prompt?: string | undefined;
|
|
61046
61046
|
redirect_uri?: string | undefined;
|
|
61047
61047
|
code_challenge?: string | undefined;
|
|
61048
61048
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61102,8 +61102,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61102
61102
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61103
61103
|
username?: string | undefined;
|
|
61104
61104
|
response_type?: AuthorizationResponseType | undefined;
|
|
61105
|
-
state?: string | undefined;
|
|
61106
61105
|
prompt?: string | undefined;
|
|
61106
|
+
state?: string | undefined;
|
|
61107
61107
|
redirect_uri?: string | undefined;
|
|
61108
61108
|
code_challenge?: string | undefined;
|
|
61109
61109
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61126,8 +61126,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61126
61126
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61127
61127
|
username?: string | undefined;
|
|
61128
61128
|
response_type?: AuthorizationResponseType | undefined;
|
|
61129
|
-
state?: string | undefined;
|
|
61130
61129
|
prompt?: string | undefined;
|
|
61130
|
+
state?: string | undefined;
|
|
61131
61131
|
redirect_uri?: string | undefined;
|
|
61132
61132
|
code_challenge?: string | undefined;
|
|
61133
61133
|
code_challenge_method?: CodeChallengeMethod | undefined;
|