authhero 5.17.0 → 5.18.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/assets/u/widget/authhero-widget.esm.js +1 -1
- package/dist/assets/u/widget/p-35c8b265.entry.js +1 -0
- package/dist/authhero.cjs +118 -122
- package/dist/authhero.d.ts +111 -85
- package/dist/authhero.mjs +8804 -8712
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +4 -4
- package/dist/types/emails/defaults/Layout.d.ts +4 -4
- package/dist/types/emails/defaults/PrimaryButton.d.ts +6 -3
- package/dist/types/emails/defaults/ResetEmail.d.ts +1 -1
- package/dist/types/emails/defaults/ResetEmailByCode.d.ts +1 -1
- package/dist/types/emails/defaults/UserInvitation.d.ts +1 -1
- package/dist/types/emails/defaults/VerifyEmail.d.ts +1 -1
- package/dist/types/emails/defaults/VerifyEmailByCode.d.ts +1 -1
- package/dist/types/emails/defaults/WelcomeEmail.d.ts +1 -1
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +101 -84
- package/dist/types/middlewares/index.d.ts +3 -0
- package/dist/types/middlewares/prefer.d.ts +12 -0
- package/dist/types/routes/auth-api/index.d.ts +18 -18
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +9 -9
- package/dist/types/routes/management-api/clients.d.ts +9 -9
- package/dist/types/routes/management-api/connections.d.ts +5 -5
- package/dist/types/routes/management-api/custom-domains.d.ts +8 -8
- package/dist/types/routes/management-api/email-templates.d.ts +31 -14
- package/dist/types/routes/management-api/index.d.ts +75 -58
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/organizations.d.ts +2 -2
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/themes.d.ts +6 -6
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +10 -10
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
- package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
- package/dist/types/types/Hooks.d.ts +1 -1
- package/dist/types/types/IdToken.d.ts +1 -1
- package/dist/types/types/Variables.d.ts +2 -0
- package/package.json +6 -6
- package/dist/assets/u/widget/p-f0f9eca3.entry.js +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -934,7 +934,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
934
934
|
};
|
|
935
935
|
output: {};
|
|
936
936
|
outputFormat: string;
|
|
937
|
-
status:
|
|
937
|
+
status: 204;
|
|
938
938
|
};
|
|
939
939
|
};
|
|
940
940
|
} & {
|
|
@@ -1341,8 +1341,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1341
1341
|
};
|
|
1342
1342
|
} & {
|
|
1343
1343
|
json: {
|
|
1344
|
-
show_as_button?: boolean | undefined;
|
|
1345
1344
|
assign_membership_on_login?: boolean | undefined;
|
|
1345
|
+
show_as_button?: boolean | undefined;
|
|
1346
1346
|
is_signup_enabled?: boolean | undefined;
|
|
1347
1347
|
};
|
|
1348
1348
|
};
|
|
@@ -6644,7 +6644,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6644
6644
|
};
|
|
6645
6645
|
};
|
|
6646
6646
|
output: {
|
|
6647
|
-
prompt: "
|
|
6647
|
+
prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6648
6648
|
language: string;
|
|
6649
6649
|
}[];
|
|
6650
6650
|
outputFormat: "json";
|
|
@@ -6682,7 +6682,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6682
6682
|
$get: {
|
|
6683
6683
|
input: {
|
|
6684
6684
|
param: {
|
|
6685
|
-
prompt: "
|
|
6685
|
+
prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6686
6686
|
language: string;
|
|
6687
6687
|
};
|
|
6688
6688
|
} & {
|
|
@@ -6704,7 +6704,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6704
6704
|
$put: {
|
|
6705
6705
|
input: {
|
|
6706
6706
|
param: {
|
|
6707
|
-
prompt: "
|
|
6707
|
+
prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6708
6708
|
language: string;
|
|
6709
6709
|
};
|
|
6710
6710
|
} & {
|
|
@@ -6728,7 +6728,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6728
6728
|
$delete: {
|
|
6729
6729
|
input: {
|
|
6730
6730
|
param: {
|
|
6731
|
-
prompt: "
|
|
6731
|
+
prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6732
6732
|
language: string;
|
|
6733
6733
|
};
|
|
6734
6734
|
} & {
|
|
@@ -6867,7 +6867,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6867
6867
|
} | undefined;
|
|
6868
6868
|
} | undefined;
|
|
6869
6869
|
passkey_options?: {
|
|
6870
|
-
challenge_ui?: "
|
|
6870
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
6871
6871
|
local_enrollment_enabled?: boolean | undefined;
|
|
6872
6872
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
6873
6873
|
} | undefined;
|
|
@@ -7001,7 +7001,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7001
7001
|
} | undefined;
|
|
7002
7002
|
} | undefined;
|
|
7003
7003
|
passkey_options?: {
|
|
7004
|
-
challenge_ui?: "
|
|
7004
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7005
7005
|
local_enrollment_enabled?: boolean | undefined;
|
|
7006
7006
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7007
7007
|
} | undefined;
|
|
@@ -7150,7 +7150,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7150
7150
|
} | undefined;
|
|
7151
7151
|
} | undefined;
|
|
7152
7152
|
passkey_options?: {
|
|
7153
|
-
challenge_ui?: "
|
|
7153
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7154
7154
|
local_enrollment_enabled?: boolean | undefined;
|
|
7155
7155
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7156
7156
|
} | undefined;
|
|
@@ -7329,7 +7329,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7329
7329
|
} | undefined;
|
|
7330
7330
|
} | undefined;
|
|
7331
7331
|
passkey_options?: {
|
|
7332
|
-
challenge_ui?: "
|
|
7332
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7333
7333
|
local_enrollment_enabled?: boolean | undefined;
|
|
7334
7334
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7335
7335
|
} | undefined;
|
|
@@ -7487,7 +7487,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7487
7487
|
} | undefined;
|
|
7488
7488
|
} | undefined;
|
|
7489
7489
|
passkey_options?: {
|
|
7490
|
-
challenge_ui?: "
|
|
7490
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7491
7491
|
local_enrollment_enabled?: boolean | undefined;
|
|
7492
7492
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7493
7493
|
} | undefined;
|
|
@@ -8817,7 +8817,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8817
8817
|
};
|
|
8818
8818
|
};
|
|
8819
8819
|
output: {
|
|
8820
|
-
type: "
|
|
8820
|
+
type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8821
8821
|
date: string;
|
|
8822
8822
|
isMobile: boolean;
|
|
8823
8823
|
log_id: string;
|
|
@@ -8856,7 +8856,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8856
8856
|
limit: number;
|
|
8857
8857
|
length: number;
|
|
8858
8858
|
logs: {
|
|
8859
|
-
type: "
|
|
8859
|
+
type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8860
8860
|
date: string;
|
|
8861
8861
|
isMobile: boolean;
|
|
8862
8862
|
log_id: string;
|
|
@@ -8910,7 +8910,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8910
8910
|
};
|
|
8911
8911
|
};
|
|
8912
8912
|
output: {
|
|
8913
|
-
type: "
|
|
8913
|
+
type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8914
8914
|
date: string;
|
|
8915
8915
|
isMobile: boolean;
|
|
8916
8916
|
log_id: string;
|
|
@@ -9224,7 +9224,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9224
9224
|
addons?: {
|
|
9225
9225
|
[x: string]: any;
|
|
9226
9226
|
} | undefined;
|
|
9227
|
-
token_endpoint_auth_method?: "
|
|
9227
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9228
9228
|
client_metadata?: {
|
|
9229
9229
|
[x: string]: string;
|
|
9230
9230
|
} | undefined;
|
|
@@ -9320,7 +9320,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9320
9320
|
addons?: {
|
|
9321
9321
|
[x: string]: any;
|
|
9322
9322
|
} | undefined;
|
|
9323
|
-
token_endpoint_auth_method?: "
|
|
9323
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9324
9324
|
client_metadata?: {
|
|
9325
9325
|
[x: string]: string;
|
|
9326
9326
|
} | undefined;
|
|
@@ -9431,7 +9431,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9431
9431
|
addons?: {
|
|
9432
9432
|
[x: string]: any;
|
|
9433
9433
|
} | undefined;
|
|
9434
|
-
token_endpoint_auth_method?: "
|
|
9434
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9435
9435
|
client_metadata?: {
|
|
9436
9436
|
[x: string]: string;
|
|
9437
9437
|
} | undefined;
|
|
@@ -9541,7 +9541,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9541
9541
|
custom_login_page_preview?: string | undefined;
|
|
9542
9542
|
form_template?: string | undefined;
|
|
9543
9543
|
addons?: Record<string, any> | undefined;
|
|
9544
|
-
token_endpoint_auth_method?: "
|
|
9544
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9545
9545
|
client_metadata?: Record<string, string> | undefined;
|
|
9546
9546
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9547
9547
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9621,7 +9621,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9621
9621
|
addons?: {
|
|
9622
9622
|
[x: string]: any;
|
|
9623
9623
|
} | undefined;
|
|
9624
|
-
token_endpoint_auth_method?: "
|
|
9624
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9625
9625
|
client_metadata?: {
|
|
9626
9626
|
[x: string]: string;
|
|
9627
9627
|
} | undefined;
|
|
@@ -9710,7 +9710,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9710
9710
|
custom_login_page_preview?: string | undefined;
|
|
9711
9711
|
form_template?: string | undefined;
|
|
9712
9712
|
addons?: Record<string, any> | undefined;
|
|
9713
|
-
token_endpoint_auth_method?: "
|
|
9713
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9714
9714
|
client_metadata?: Record<string, string> | undefined;
|
|
9715
9715
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9716
9716
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9790,7 +9790,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9790
9790
|
addons?: {
|
|
9791
9791
|
[x: string]: any;
|
|
9792
9792
|
} | undefined;
|
|
9793
|
-
token_endpoint_auth_method?: "
|
|
9793
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9794
9794
|
client_metadata?: {
|
|
9795
9795
|
[x: string]: string;
|
|
9796
9796
|
} | undefined;
|
|
@@ -9959,7 +9959,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9959
9959
|
} | undefined;
|
|
9960
9960
|
} | undefined;
|
|
9961
9961
|
passkey_options?: {
|
|
9962
|
-
challenge_ui?: "
|
|
9962
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
9963
9963
|
local_enrollment_enabled?: boolean | undefined;
|
|
9964
9964
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
9965
9965
|
} | undefined;
|
|
@@ -10113,7 +10113,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10113
10113
|
} | undefined;
|
|
10114
10114
|
} | undefined;
|
|
10115
10115
|
passkey_options?: {
|
|
10116
|
-
challenge_ui?: "
|
|
10116
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
10117
10117
|
local_enrollment_enabled?: boolean | undefined;
|
|
10118
10118
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
10119
10119
|
} | undefined;
|
|
@@ -11054,7 +11054,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11054
11054
|
};
|
|
11055
11055
|
};
|
|
11056
11056
|
output: {
|
|
11057
|
-
type: "
|
|
11057
|
+
type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11058
11058
|
date: string;
|
|
11059
11059
|
isMobile: boolean;
|
|
11060
11060
|
log_id: string;
|
|
@@ -11093,7 +11093,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11093
11093
|
limit: number;
|
|
11094
11094
|
length: number;
|
|
11095
11095
|
logs: {
|
|
11096
|
-
type: "
|
|
11096
|
+
type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11097
11097
|
date: string;
|
|
11098
11098
|
isMobile: boolean;
|
|
11099
11099
|
log_id: string;
|
|
@@ -11408,7 +11408,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11408
11408
|
};
|
|
11409
11409
|
} & {
|
|
11410
11410
|
json: {
|
|
11411
|
-
template: "
|
|
11411
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11412
11412
|
body: string;
|
|
11413
11413
|
from: string;
|
|
11414
11414
|
subject: string;
|
|
@@ -11429,7 +11429,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11429
11429
|
};
|
|
11430
11430
|
} & {
|
|
11431
11431
|
json: {
|
|
11432
|
-
template: "
|
|
11432
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11433
11433
|
body: string;
|
|
11434
11434
|
from: string;
|
|
11435
11435
|
subject: string;
|
|
@@ -11441,7 +11441,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11441
11441
|
};
|
|
11442
11442
|
};
|
|
11443
11443
|
output: {
|
|
11444
|
-
template: "
|
|
11444
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11445
11445
|
body: string;
|
|
11446
11446
|
from: string;
|
|
11447
11447
|
subject: string;
|
|
@@ -11455,12 +11455,29 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11455
11455
|
status: 201;
|
|
11456
11456
|
};
|
|
11457
11457
|
};
|
|
11458
|
+
} & {
|
|
11459
|
+
"/defaults": {
|
|
11460
|
+
$get: {
|
|
11461
|
+
input: {
|
|
11462
|
+
header: {
|
|
11463
|
+
"tenant-id"?: string | undefined;
|
|
11464
|
+
};
|
|
11465
|
+
};
|
|
11466
|
+
output: {
|
|
11467
|
+
name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11468
|
+
body: string;
|
|
11469
|
+
subject: string;
|
|
11470
|
+
}[];
|
|
11471
|
+
outputFormat: "json";
|
|
11472
|
+
status: 200;
|
|
11473
|
+
};
|
|
11474
|
+
};
|
|
11458
11475
|
} & {
|
|
11459
11476
|
"/:templateName": {
|
|
11460
11477
|
$get: {
|
|
11461
11478
|
input: {
|
|
11462
11479
|
param: {
|
|
11463
|
-
templateName: "
|
|
11480
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11464
11481
|
};
|
|
11465
11482
|
} & {
|
|
11466
11483
|
header: {
|
|
@@ -11473,7 +11490,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11473
11490
|
} | {
|
|
11474
11491
|
input: {
|
|
11475
11492
|
param: {
|
|
11476
|
-
templateName: "
|
|
11493
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11477
11494
|
};
|
|
11478
11495
|
} & {
|
|
11479
11496
|
header: {
|
|
@@ -11481,7 +11498,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11481
11498
|
};
|
|
11482
11499
|
};
|
|
11483
11500
|
output: {
|
|
11484
|
-
template: "
|
|
11501
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11485
11502
|
body: string;
|
|
11486
11503
|
from: string;
|
|
11487
11504
|
subject: string;
|
|
@@ -11500,7 +11517,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11500
11517
|
$put: {
|
|
11501
11518
|
input: {
|
|
11502
11519
|
param: {
|
|
11503
|
-
templateName: "
|
|
11520
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11504
11521
|
};
|
|
11505
11522
|
} & {
|
|
11506
11523
|
header: {
|
|
@@ -11508,7 +11525,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11508
11525
|
};
|
|
11509
11526
|
} & {
|
|
11510
11527
|
json: {
|
|
11511
|
-
template: "
|
|
11528
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11512
11529
|
body: string;
|
|
11513
11530
|
from: string;
|
|
11514
11531
|
subject: string;
|
|
@@ -11520,7 +11537,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11520
11537
|
};
|
|
11521
11538
|
};
|
|
11522
11539
|
output: {
|
|
11523
|
-
template: "
|
|
11540
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11524
11541
|
body: string;
|
|
11525
11542
|
from: string;
|
|
11526
11543
|
subject: string;
|
|
@@ -11539,7 +11556,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11539
11556
|
$patch: {
|
|
11540
11557
|
input: {
|
|
11541
11558
|
param: {
|
|
11542
|
-
templateName: "
|
|
11559
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11543
11560
|
};
|
|
11544
11561
|
} & {
|
|
11545
11562
|
header: {
|
|
@@ -11547,7 +11564,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11547
11564
|
};
|
|
11548
11565
|
} & {
|
|
11549
11566
|
json: {
|
|
11550
|
-
template?: "
|
|
11567
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11551
11568
|
body?: string | undefined;
|
|
11552
11569
|
from?: string | undefined;
|
|
11553
11570
|
subject?: string | undefined;
|
|
@@ -11564,7 +11581,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11564
11581
|
} | {
|
|
11565
11582
|
input: {
|
|
11566
11583
|
param: {
|
|
11567
|
-
templateName: "
|
|
11584
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11568
11585
|
};
|
|
11569
11586
|
} & {
|
|
11570
11587
|
header: {
|
|
@@ -11572,7 +11589,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11572
11589
|
};
|
|
11573
11590
|
} & {
|
|
11574
11591
|
json: {
|
|
11575
|
-
template?: "
|
|
11592
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11576
11593
|
body?: string | undefined;
|
|
11577
11594
|
from?: string | undefined;
|
|
11578
11595
|
subject?: string | undefined;
|
|
@@ -11584,7 +11601,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11584
11601
|
};
|
|
11585
11602
|
};
|
|
11586
11603
|
output: {
|
|
11587
|
-
template: "
|
|
11604
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11588
11605
|
body: string;
|
|
11589
11606
|
from: string;
|
|
11590
11607
|
subject: string;
|
|
@@ -11861,7 +11878,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11861
11878
|
primary: boolean;
|
|
11862
11879
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11863
11880
|
verification_method?: "txt" | undefined;
|
|
11864
|
-
custom_client_ip_header?: "null" | "
|
|
11881
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11865
11882
|
domain_metadata?: {
|
|
11866
11883
|
[x: string]: string;
|
|
11867
11884
|
} | undefined;
|
|
@@ -11902,7 +11919,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11902
11919
|
primary: boolean;
|
|
11903
11920
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11904
11921
|
verification_method?: "txt" | undefined;
|
|
11905
|
-
custom_client_ip_header?: "null" | "
|
|
11922
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11906
11923
|
domain_metadata?: {
|
|
11907
11924
|
[x: string]: string;
|
|
11908
11925
|
} | undefined;
|
|
@@ -11957,7 +11974,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11957
11974
|
domain?: string | undefined;
|
|
11958
11975
|
type?: "auth0_managed_certs" | "self_managed_certs" | undefined;
|
|
11959
11976
|
verification_method?: "txt" | undefined;
|
|
11960
|
-
custom_client_ip_header?: "null" | "
|
|
11977
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11961
11978
|
domain_metadata?: Record<string, string> | undefined;
|
|
11962
11979
|
custom_domain_id?: string | undefined;
|
|
11963
11980
|
primary?: boolean | undefined;
|
|
@@ -11984,7 +12001,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11984
12001
|
primary: boolean;
|
|
11985
12002
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11986
12003
|
verification_method?: "txt" | undefined;
|
|
11987
|
-
custom_client_ip_header?: "null" | "
|
|
12004
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11988
12005
|
domain_metadata?: {
|
|
11989
12006
|
[x: string]: string;
|
|
11990
12007
|
} | undefined;
|
|
@@ -12020,7 +12037,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12020
12037
|
custom_domain_id?: string | undefined;
|
|
12021
12038
|
verification_method?: "txt" | undefined;
|
|
12022
12039
|
tls_policy?: "recommended" | undefined;
|
|
12023
|
-
custom_client_ip_header?: "null" | "
|
|
12040
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
12024
12041
|
domain_metadata?: Record<string, string> | undefined;
|
|
12025
12042
|
};
|
|
12026
12043
|
};
|
|
@@ -12031,7 +12048,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12031
12048
|
primary: boolean;
|
|
12032
12049
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12033
12050
|
verification_method?: "txt" | undefined;
|
|
12034
|
-
custom_client_ip_header?: "null" | "
|
|
12051
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
12035
12052
|
domain_metadata?: {
|
|
12036
12053
|
[x: string]: string;
|
|
12037
12054
|
} | undefined;
|
|
@@ -12077,7 +12094,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12077
12094
|
primary: boolean;
|
|
12078
12095
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12079
12096
|
verification_method?: "txt" | undefined;
|
|
12080
|
-
custom_client_ip_header?: "null" | "
|
|
12097
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
12081
12098
|
domain_metadata?: {
|
|
12082
12099
|
[x: string]: string;
|
|
12083
12100
|
} | undefined;
|
|
@@ -12118,7 +12135,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12118
12135
|
primary: boolean;
|
|
12119
12136
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12120
12137
|
verification_method?: "txt" | undefined;
|
|
12121
|
-
custom_client_ip_header?: "null" | "
|
|
12138
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
12122
12139
|
domain_metadata?: {
|
|
12123
12140
|
[x: string]: string;
|
|
12124
12141
|
} | undefined;
|
|
@@ -12164,7 +12181,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12164
12181
|
base_focus_color: string;
|
|
12165
12182
|
base_hover_color: string;
|
|
12166
12183
|
body_text: string;
|
|
12167
|
-
captcha_widget_theme: "
|
|
12184
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
12168
12185
|
error: string;
|
|
12169
12186
|
header: string;
|
|
12170
12187
|
icons: string;
|
|
@@ -12215,7 +12232,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12215
12232
|
background_color: string;
|
|
12216
12233
|
background_image_url: string;
|
|
12217
12234
|
page_layout: "center" | "left" | "right";
|
|
12218
|
-
logo_placement?: "
|
|
12235
|
+
logo_placement?: "widget" | "chip" | "none" | undefined;
|
|
12219
12236
|
};
|
|
12220
12237
|
widget: {
|
|
12221
12238
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12254,7 +12271,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12254
12271
|
base_focus_color: string;
|
|
12255
12272
|
base_hover_color: string;
|
|
12256
12273
|
body_text: string;
|
|
12257
|
-
captcha_widget_theme: "
|
|
12274
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
12258
12275
|
error: string;
|
|
12259
12276
|
header: string;
|
|
12260
12277
|
icons: string;
|
|
@@ -12305,7 +12322,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12305
12322
|
background_color: string;
|
|
12306
12323
|
background_image_url: string;
|
|
12307
12324
|
page_layout: "center" | "left" | "right";
|
|
12308
|
-
logo_placement?: "
|
|
12325
|
+
logo_placement?: "widget" | "chip" | "none" | undefined;
|
|
12309
12326
|
};
|
|
12310
12327
|
widget: {
|
|
12311
12328
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12333,7 +12350,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12333
12350
|
base_focus_color: string;
|
|
12334
12351
|
base_hover_color: string;
|
|
12335
12352
|
body_text: string;
|
|
12336
|
-
captcha_widget_theme: "
|
|
12353
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
12337
12354
|
error: string;
|
|
12338
12355
|
header: string;
|
|
12339
12356
|
icons: string;
|
|
@@ -12384,7 +12401,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12384
12401
|
background_color: string;
|
|
12385
12402
|
background_image_url: string;
|
|
12386
12403
|
page_layout: "center" | "left" | "right";
|
|
12387
|
-
logo_placement?: "
|
|
12404
|
+
logo_placement?: "widget" | "chip" | "none" | undefined;
|
|
12388
12405
|
};
|
|
12389
12406
|
widget: {
|
|
12390
12407
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12423,7 +12440,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12423
12440
|
font?: {
|
|
12424
12441
|
url: string;
|
|
12425
12442
|
} | undefined;
|
|
12426
|
-
dark_mode?: "
|
|
12443
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
12427
12444
|
};
|
|
12428
12445
|
outputFormat: "json";
|
|
12429
12446
|
status: 200;
|
|
@@ -12453,7 +12470,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12453
12470
|
font?: {
|
|
12454
12471
|
url: string;
|
|
12455
12472
|
} | undefined;
|
|
12456
|
-
dark_mode?: "
|
|
12473
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
12457
12474
|
};
|
|
12458
12475
|
};
|
|
12459
12476
|
output: {
|
|
@@ -12472,7 +12489,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12472
12489
|
font?: {
|
|
12473
12490
|
url: string;
|
|
12474
12491
|
} | undefined;
|
|
12475
|
-
dark_mode?: "
|
|
12492
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
12476
12493
|
};
|
|
12477
12494
|
outputFormat: "json";
|
|
12478
12495
|
status: 200;
|
|
@@ -12723,7 +12740,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12723
12740
|
logs: {
|
|
12724
12741
|
action_name: string;
|
|
12725
12742
|
lines: {
|
|
12726
|
-
level: "
|
|
12743
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
12727
12744
|
message: string;
|
|
12728
12745
|
}[];
|
|
12729
12746
|
}[];
|
|
@@ -13390,7 +13407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13390
13407
|
args: import("hono/utils/types").JSONValue[];
|
|
13391
13408
|
}[];
|
|
13392
13409
|
logs: {
|
|
13393
|
-
level: "
|
|
13410
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13394
13411
|
message: string;
|
|
13395
13412
|
}[];
|
|
13396
13413
|
error?: string | undefined;
|
|
@@ -13688,7 +13705,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13688
13705
|
scope?: string | undefined;
|
|
13689
13706
|
grant_types?: string[] | undefined;
|
|
13690
13707
|
response_types?: string[] | undefined;
|
|
13691
|
-
token_endpoint_auth_method?: "
|
|
13708
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13692
13709
|
jwks_uri?: string | undefined;
|
|
13693
13710
|
jwks?: Record<string, unknown> | undefined;
|
|
13694
13711
|
software_id?: string | undefined;
|
|
@@ -13777,7 +13794,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13777
13794
|
scope?: string | undefined;
|
|
13778
13795
|
grant_types?: string[] | undefined;
|
|
13779
13796
|
response_types?: string[] | undefined;
|
|
13780
|
-
token_endpoint_auth_method?: "
|
|
13797
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13781
13798
|
jwks_uri?: string | undefined;
|
|
13782
13799
|
jwks?: Record<string, unknown> | undefined;
|
|
13783
13800
|
software_id?: string | undefined;
|
|
@@ -14123,19 +14140,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14123
14140
|
email: string;
|
|
14124
14141
|
send: "code" | "link";
|
|
14125
14142
|
authParams: {
|
|
14143
|
+
username?: string | undefined;
|
|
14126
14144
|
state?: string | undefined;
|
|
14145
|
+
audience?: string | undefined;
|
|
14146
|
+
scope?: string | undefined;
|
|
14127
14147
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14128
14148
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14129
|
-
scope?: string | undefined;
|
|
14130
|
-
username?: string | undefined;
|
|
14131
|
-
audience?: string | undefined;
|
|
14132
|
-
prompt?: string | undefined;
|
|
14133
|
-
code_challenge?: string | undefined;
|
|
14134
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14135
|
-
redirect_uri?: string | undefined;
|
|
14136
|
-
nonce?: string | undefined;
|
|
14137
14149
|
act_as?: string | undefined;
|
|
14150
|
+
redirect_uri?: string | undefined;
|
|
14138
14151
|
organization?: string | undefined;
|
|
14152
|
+
nonce?: string | undefined;
|
|
14153
|
+
prompt?: string | undefined;
|
|
14154
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14155
|
+
code_challenge?: string | undefined;
|
|
14139
14156
|
ui_locales?: string | undefined;
|
|
14140
14157
|
max_age?: number | undefined;
|
|
14141
14158
|
acr_values?: string | undefined;
|
|
@@ -14159,19 +14176,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14159
14176
|
phone_number: string;
|
|
14160
14177
|
send: "code" | "link";
|
|
14161
14178
|
authParams: {
|
|
14179
|
+
username?: string | undefined;
|
|
14162
14180
|
state?: string | undefined;
|
|
14181
|
+
audience?: string | undefined;
|
|
14182
|
+
scope?: string | undefined;
|
|
14163
14183
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14164
14184
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14165
|
-
scope?: string | undefined;
|
|
14166
|
-
username?: string | undefined;
|
|
14167
|
-
audience?: string | undefined;
|
|
14168
|
-
prompt?: string | undefined;
|
|
14169
|
-
code_challenge?: string | undefined;
|
|
14170
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14171
|
-
redirect_uri?: string | undefined;
|
|
14172
|
-
nonce?: string | undefined;
|
|
14173
14185
|
act_as?: string | undefined;
|
|
14186
|
+
redirect_uri?: string | undefined;
|
|
14174
14187
|
organization?: string | undefined;
|
|
14188
|
+
nonce?: string | undefined;
|
|
14189
|
+
prompt?: string | undefined;
|
|
14190
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14191
|
+
code_challenge?: string | undefined;
|
|
14175
14192
|
ui_locales?: string | undefined;
|
|
14176
14193
|
max_age?: number | undefined;
|
|
14177
14194
|
acr_values?: string | undefined;
|
|
@@ -15589,7 +15606,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15589
15606
|
} & {
|
|
15590
15607
|
form: {
|
|
15591
15608
|
username: string;
|
|
15592
|
-
login_selection?: "
|
|
15609
|
+
login_selection?: "password" | "code" | undefined;
|
|
15593
15610
|
};
|
|
15594
15611
|
};
|
|
15595
15612
|
output: {};
|
|
@@ -15603,7 +15620,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15603
15620
|
} & {
|
|
15604
15621
|
form: {
|
|
15605
15622
|
username: string;
|
|
15606
|
-
login_selection?: "
|
|
15623
|
+
login_selection?: "password" | "code" | undefined;
|
|
15607
15624
|
};
|
|
15608
15625
|
};
|
|
15609
15626
|
output: {};
|
|
@@ -15968,7 +15985,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15968
15985
|
$get: {
|
|
15969
15986
|
input: {
|
|
15970
15987
|
param: {
|
|
15971
|
-
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
15988
|
+
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
15972
15989
|
};
|
|
15973
15990
|
} & {
|
|
15974
15991
|
query: {
|
|
@@ -15984,7 +16001,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15984
16001
|
} | {
|
|
15985
16002
|
input: {
|
|
15986
16003
|
param: {
|
|
15987
|
-
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
16004
|
+
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
15988
16005
|
};
|
|
15989
16006
|
} & {
|
|
15990
16007
|
query: {
|
|
@@ -16000,7 +16017,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16000
16017
|
} | {
|
|
16001
16018
|
input: {
|
|
16002
16019
|
param: {
|
|
16003
|
-
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
16020
|
+
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16004
16021
|
};
|
|
16005
16022
|
} & {
|
|
16006
16023
|
query: {
|
|
@@ -16020,7 +16037,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16020
16037
|
$post: {
|
|
16021
16038
|
input: {
|
|
16022
16039
|
param: {
|
|
16023
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
16040
|
+
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16024
16041
|
};
|
|
16025
16042
|
} & {
|
|
16026
16043
|
query: {
|
|
@@ -16038,7 +16055,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16038
16055
|
} | {
|
|
16039
16056
|
input: {
|
|
16040
16057
|
param: {
|
|
16041
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
16058
|
+
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16042
16059
|
};
|
|
16043
16060
|
} & {
|
|
16044
16061
|
query: {
|
|
@@ -16056,7 +16073,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16056
16073
|
} | {
|
|
16057
16074
|
input: {
|
|
16058
16075
|
param: {
|
|
16059
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
16076
|
+
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16060
16077
|
};
|
|
16061
16078
|
} & {
|
|
16062
16079
|
query: {
|