authhero 8.12.0 → 8.12.1
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 +3 -3
- package/dist/authhero.d.ts +83 -83
- package/dist/authhero.mjs +25 -23
- 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/helpers/dcr/metadata-mapping.d.ts +2 -2
- package/dist/types/index.d.ts +83 -83
- package/dist/types/routes/auth-api/index.d.ts +22 -22
- package/dist/types/routes/auth-api/passwordless.d.ts +10 -10
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- 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/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/client-grants.d.ts +8 -8
- 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 +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +2 -2
- package/dist/types/routes/management-api/emails.d.ts +2 -2
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hooks.d.ts +2 -2
- package/dist/types/routes/management-api/index.d.ts +56 -56
- 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/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +4 -4
- package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/dist/types/types/IdToken.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -147,7 +147,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
147
147
|
};
|
|
148
148
|
} & {
|
|
149
149
|
json: {
|
|
150
|
-
type: "
|
|
150
|
+
type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
151
151
|
phone_number?: string | undefined;
|
|
152
152
|
totp_secret?: string | undefined;
|
|
153
153
|
credential_id?: string | undefined;
|
|
@@ -287,7 +287,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
287
287
|
};
|
|
288
288
|
};
|
|
289
289
|
output: {
|
|
290
|
-
name: "
|
|
290
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
291
291
|
enabled: boolean;
|
|
292
292
|
trial_expired?: boolean | undefined;
|
|
293
293
|
}[];
|
|
@@ -442,7 +442,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
442
442
|
$get: {
|
|
443
443
|
input: {
|
|
444
444
|
param: {
|
|
445
|
-
factor_name: "
|
|
445
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
446
446
|
};
|
|
447
447
|
} & {
|
|
448
448
|
header: {
|
|
@@ -450,7 +450,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
450
450
|
};
|
|
451
451
|
};
|
|
452
452
|
output: {
|
|
453
|
-
name: "
|
|
453
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
454
454
|
enabled: boolean;
|
|
455
455
|
trial_expired?: boolean | undefined;
|
|
456
456
|
};
|
|
@@ -463,7 +463,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
463
463
|
$put: {
|
|
464
464
|
input: {
|
|
465
465
|
param: {
|
|
466
|
-
factor_name: "
|
|
466
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
467
467
|
};
|
|
468
468
|
} & {
|
|
469
469
|
header: {
|
|
@@ -475,7 +475,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
475
475
|
};
|
|
476
476
|
};
|
|
477
477
|
output: {
|
|
478
|
-
name: "
|
|
478
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
479
479
|
enabled: boolean;
|
|
480
480
|
trial_expired?: boolean | undefined;
|
|
481
481
|
};
|
|
@@ -1273,7 +1273,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1273
1273
|
};
|
|
1274
1274
|
output: {};
|
|
1275
1275
|
outputFormat: string;
|
|
1276
|
-
status:
|
|
1276
|
+
status: 404;
|
|
1277
1277
|
} | {
|
|
1278
1278
|
input: {
|
|
1279
1279
|
param: {
|
|
@@ -1287,7 +1287,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1287
1287
|
};
|
|
1288
1288
|
output: {};
|
|
1289
1289
|
outputFormat: string;
|
|
1290
|
-
status:
|
|
1290
|
+
status: 204;
|
|
1291
1291
|
};
|
|
1292
1292
|
};
|
|
1293
1293
|
} & {
|
|
@@ -6879,7 +6879,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6879
6879
|
};
|
|
6880
6880
|
};
|
|
6881
6881
|
output: {
|
|
6882
|
-
prompt: "status" | "
|
|
6882
|
+
prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6883
6883
|
language: string;
|
|
6884
6884
|
}[];
|
|
6885
6885
|
outputFormat: "json";
|
|
@@ -6917,7 +6917,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6917
6917
|
$get: {
|
|
6918
6918
|
input: {
|
|
6919
6919
|
param: {
|
|
6920
|
-
prompt: "status" | "
|
|
6920
|
+
prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6921
6921
|
language: string;
|
|
6922
6922
|
};
|
|
6923
6923
|
} & {
|
|
@@ -6939,7 +6939,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6939
6939
|
$put: {
|
|
6940
6940
|
input: {
|
|
6941
6941
|
param: {
|
|
6942
|
-
prompt: "status" | "
|
|
6942
|
+
prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6943
6943
|
language: string;
|
|
6944
6944
|
};
|
|
6945
6945
|
} & {
|
|
@@ -6963,7 +6963,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6963
6963
|
$delete: {
|
|
6964
6964
|
input: {
|
|
6965
6965
|
param: {
|
|
6966
|
-
prompt: "status" | "
|
|
6966
|
+
prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6967
6967
|
language: string;
|
|
6968
6968
|
};
|
|
6969
6969
|
} & {
|
|
@@ -7102,7 +7102,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7102
7102
|
} | undefined;
|
|
7103
7103
|
} | undefined;
|
|
7104
7104
|
passkey_options?: {
|
|
7105
|
-
challenge_ui?: "
|
|
7105
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7106
7106
|
local_enrollment_enabled?: boolean | undefined;
|
|
7107
7107
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7108
7108
|
} | undefined;
|
|
@@ -7236,7 +7236,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7236
7236
|
} | undefined;
|
|
7237
7237
|
} | undefined;
|
|
7238
7238
|
passkey_options?: {
|
|
7239
|
-
challenge_ui?: "
|
|
7239
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7240
7240
|
local_enrollment_enabled?: boolean | undefined;
|
|
7241
7241
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7242
7242
|
} | undefined;
|
|
@@ -7385,7 +7385,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7385
7385
|
} | undefined;
|
|
7386
7386
|
} | undefined;
|
|
7387
7387
|
passkey_options?: {
|
|
7388
|
-
challenge_ui?: "
|
|
7388
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7389
7389
|
local_enrollment_enabled?: boolean | undefined;
|
|
7390
7390
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7391
7391
|
} | undefined;
|
|
@@ -7564,7 +7564,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7564
7564
|
} | undefined;
|
|
7565
7565
|
} | undefined;
|
|
7566
7566
|
passkey_options?: {
|
|
7567
|
-
challenge_ui?: "
|
|
7567
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7568
7568
|
local_enrollment_enabled?: boolean | undefined;
|
|
7569
7569
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7570
7570
|
} | undefined;
|
|
@@ -7722,7 +7722,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7722
7722
|
} | undefined;
|
|
7723
7723
|
} | undefined;
|
|
7724
7724
|
passkey_options?: {
|
|
7725
|
-
challenge_ui?: "
|
|
7725
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
7726
7726
|
local_enrollment_enabled?: boolean | undefined;
|
|
7727
7727
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7728
7728
|
} | undefined;
|
|
@@ -8395,7 +8395,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8395
8395
|
};
|
|
8396
8396
|
output: {};
|
|
8397
8397
|
outputFormat: string;
|
|
8398
|
-
status:
|
|
8398
|
+
status: 404;
|
|
8399
8399
|
} | {
|
|
8400
8400
|
input: {
|
|
8401
8401
|
param: {
|
|
@@ -8412,7 +8412,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8412
8412
|
};
|
|
8413
8413
|
output: {};
|
|
8414
8414
|
outputFormat: string;
|
|
8415
|
-
status:
|
|
8415
|
+
status: 400;
|
|
8416
8416
|
} | {
|
|
8417
8417
|
input: {
|
|
8418
8418
|
param: {
|
|
@@ -8464,7 +8464,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8464
8464
|
log_type: string;
|
|
8465
8465
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8466
8466
|
actor: {
|
|
8467
|
-
type: "
|
|
8467
|
+
type: "api_key" | "client_credentials" | "user" | "system" | "admin";
|
|
8468
8468
|
id?: string | undefined;
|
|
8469
8469
|
email?: string | undefined;
|
|
8470
8470
|
org_id?: string | undefined;
|
|
@@ -9112,7 +9112,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9112
9112
|
};
|
|
9113
9113
|
};
|
|
9114
9114
|
output: {
|
|
9115
|
-
type: "
|
|
9115
|
+
type: "i" | "s" | "fn" | "fc" | "fd" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
|
|
9116
9116
|
date: string;
|
|
9117
9117
|
isMobile: boolean;
|
|
9118
9118
|
log_id: string;
|
|
@@ -9151,7 +9151,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9151
9151
|
limit: number;
|
|
9152
9152
|
length: number;
|
|
9153
9153
|
logs: {
|
|
9154
|
-
type: "
|
|
9154
|
+
type: "i" | "s" | "fn" | "fc" | "fd" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
|
|
9155
9155
|
date: string;
|
|
9156
9156
|
isMobile: boolean;
|
|
9157
9157
|
log_id: string;
|
|
@@ -9205,7 +9205,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9205
9205
|
};
|
|
9206
9206
|
};
|
|
9207
9207
|
output: {
|
|
9208
|
-
type: "
|
|
9208
|
+
type: "i" | "s" | "fn" | "fc" | "fd" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
|
|
9209
9209
|
date: string;
|
|
9210
9210
|
isMobile: boolean;
|
|
9211
9211
|
log_id: string;
|
|
@@ -9360,7 +9360,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9360
9360
|
audience?: string | undefined;
|
|
9361
9361
|
client_id?: string | undefined;
|
|
9362
9362
|
allow_any_organization?: string | undefined;
|
|
9363
|
-
subject_type?: "
|
|
9363
|
+
subject_type?: "client" | "user" | undefined;
|
|
9364
9364
|
};
|
|
9365
9365
|
} & {
|
|
9366
9366
|
header: {
|
|
@@ -9375,7 +9375,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9375
9375
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9376
9376
|
allow_any_organization?: boolean | undefined;
|
|
9377
9377
|
is_system?: boolean | undefined;
|
|
9378
|
-
subject_type?: "
|
|
9378
|
+
subject_type?: "client" | "user" | undefined;
|
|
9379
9379
|
authorization_details_types?: string[] | undefined;
|
|
9380
9380
|
created_at?: string | undefined;
|
|
9381
9381
|
updated_at?: string | undefined;
|
|
@@ -9391,7 +9391,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9391
9391
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9392
9392
|
allow_any_organization?: boolean | undefined;
|
|
9393
9393
|
is_system?: boolean | undefined;
|
|
9394
|
-
subject_type?: "
|
|
9394
|
+
subject_type?: "client" | "user" | undefined;
|
|
9395
9395
|
authorization_details_types?: string[] | undefined;
|
|
9396
9396
|
created_at?: string | undefined;
|
|
9397
9397
|
updated_at?: string | undefined;
|
|
@@ -9422,7 +9422,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9422
9422
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9423
9423
|
allow_any_organization?: boolean | undefined;
|
|
9424
9424
|
is_system?: boolean | undefined;
|
|
9425
|
-
subject_type?: "
|
|
9425
|
+
subject_type?: "client" | "user" | undefined;
|
|
9426
9426
|
authorization_details_types?: string[] | undefined;
|
|
9427
9427
|
created_at?: string | undefined;
|
|
9428
9428
|
updated_at?: string | undefined;
|
|
@@ -9467,7 +9467,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9467
9467
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9468
9468
|
allow_any_organization?: boolean | undefined;
|
|
9469
9469
|
is_system?: boolean | undefined;
|
|
9470
|
-
subject_type?: "
|
|
9470
|
+
subject_type?: "client" | "user" | undefined;
|
|
9471
9471
|
authorization_details_types?: string[] | undefined;
|
|
9472
9472
|
};
|
|
9473
9473
|
};
|
|
@@ -9479,7 +9479,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9479
9479
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9480
9480
|
allow_any_organization?: boolean | undefined;
|
|
9481
9481
|
is_system?: boolean | undefined;
|
|
9482
|
-
subject_type?: "
|
|
9482
|
+
subject_type?: "client" | "user" | undefined;
|
|
9483
9483
|
authorization_details_types?: string[] | undefined;
|
|
9484
9484
|
created_at?: string | undefined;
|
|
9485
9485
|
updated_at?: string | undefined;
|
|
@@ -9503,7 +9503,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9503
9503
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9504
9504
|
allow_any_organization?: boolean | undefined;
|
|
9505
9505
|
is_system?: boolean | undefined;
|
|
9506
|
-
subject_type?: "
|
|
9506
|
+
subject_type?: "client" | "user" | undefined;
|
|
9507
9507
|
authorization_details_types?: string[] | undefined;
|
|
9508
9508
|
};
|
|
9509
9509
|
};
|
|
@@ -9515,7 +9515,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9515
9515
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9516
9516
|
allow_any_organization?: boolean | undefined;
|
|
9517
9517
|
is_system?: boolean | undefined;
|
|
9518
|
-
subject_type?: "
|
|
9518
|
+
subject_type?: "client" | "user" | undefined;
|
|
9519
9519
|
authorization_details_types?: string[] | undefined;
|
|
9520
9520
|
created_at?: string | undefined;
|
|
9521
9521
|
updated_at?: string | undefined;
|
|
@@ -9593,7 +9593,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9593
9593
|
addons?: {
|
|
9594
9594
|
[x: string]: any;
|
|
9595
9595
|
} | undefined;
|
|
9596
|
-
token_endpoint_auth_method?: "
|
|
9596
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9597
9597
|
client_metadata?: {
|
|
9598
9598
|
[x: string]: string;
|
|
9599
9599
|
} | undefined;
|
|
@@ -9689,7 +9689,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9689
9689
|
addons?: {
|
|
9690
9690
|
[x: string]: any;
|
|
9691
9691
|
} | undefined;
|
|
9692
|
-
token_endpoint_auth_method?: "
|
|
9692
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9693
9693
|
client_metadata?: {
|
|
9694
9694
|
[x: string]: string;
|
|
9695
9695
|
} | undefined;
|
|
@@ -9800,7 +9800,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9800
9800
|
addons?: {
|
|
9801
9801
|
[x: string]: any;
|
|
9802
9802
|
} | undefined;
|
|
9803
|
-
token_endpoint_auth_method?: "
|
|
9803
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9804
9804
|
client_metadata?: {
|
|
9805
9805
|
[x: string]: string;
|
|
9806
9806
|
} | undefined;
|
|
@@ -9910,7 +9910,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9910
9910
|
custom_login_page_preview?: string | undefined;
|
|
9911
9911
|
form_template?: string | undefined;
|
|
9912
9912
|
addons?: Record<string, any> | undefined;
|
|
9913
|
-
token_endpoint_auth_method?: "
|
|
9913
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9914
9914
|
client_metadata?: Record<string, string> | undefined;
|
|
9915
9915
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9916
9916
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9990,7 +9990,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9990
9990
|
addons?: {
|
|
9991
9991
|
[x: string]: any;
|
|
9992
9992
|
} | undefined;
|
|
9993
|
-
token_endpoint_auth_method?: "
|
|
9993
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9994
9994
|
client_metadata?: {
|
|
9995
9995
|
[x: string]: string;
|
|
9996
9996
|
} | undefined;
|
|
@@ -10079,7 +10079,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10079
10079
|
custom_login_page_preview?: string | undefined;
|
|
10080
10080
|
form_template?: string | undefined;
|
|
10081
10081
|
addons?: Record<string, any> | undefined;
|
|
10082
|
-
token_endpoint_auth_method?: "
|
|
10082
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
10083
10083
|
client_metadata?: Record<string, string> | undefined;
|
|
10084
10084
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
10085
10085
|
mobile?: Record<string, any> | undefined;
|
|
@@ -10159,7 +10159,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10159
10159
|
addons?: {
|
|
10160
10160
|
[x: string]: any;
|
|
10161
10161
|
} | undefined;
|
|
10162
|
-
token_endpoint_auth_method?: "
|
|
10162
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
10163
10163
|
client_metadata?: {
|
|
10164
10164
|
[x: string]: string;
|
|
10165
10165
|
} | undefined;
|
|
@@ -10328,7 +10328,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10328
10328
|
} | undefined;
|
|
10329
10329
|
} | undefined;
|
|
10330
10330
|
passkey_options?: {
|
|
10331
|
-
challenge_ui?: "
|
|
10331
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
10332
10332
|
local_enrollment_enabled?: boolean | undefined;
|
|
10333
10333
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
10334
10334
|
} | undefined;
|
|
@@ -10482,7 +10482,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10482
10482
|
} | undefined;
|
|
10483
10483
|
} | undefined;
|
|
10484
10484
|
passkey_options?: {
|
|
10485
|
-
challenge_ui?: "
|
|
10485
|
+
challenge_ui?: "button" | "both" | "autofill" | undefined;
|
|
10486
10486
|
local_enrollment_enabled?: boolean | undefined;
|
|
10487
10487
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
10488
10488
|
} | undefined;
|
|
@@ -11423,7 +11423,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11423
11423
|
};
|
|
11424
11424
|
};
|
|
11425
11425
|
output: {
|
|
11426
|
-
type: "
|
|
11426
|
+
type: "i" | "s" | "fn" | "fc" | "fd" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
|
|
11427
11427
|
date: string;
|
|
11428
11428
|
isMobile: boolean;
|
|
11429
11429
|
log_id: string;
|
|
@@ -11462,7 +11462,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11462
11462
|
limit: number;
|
|
11463
11463
|
length: number;
|
|
11464
11464
|
logs: {
|
|
11465
|
-
type: "
|
|
11465
|
+
type: "i" | "s" | "fn" | "fc" | "fd" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
|
|
11466
11466
|
date: string;
|
|
11467
11467
|
isMobile: boolean;
|
|
11468
11468
|
log_id: string;
|
|
@@ -11998,7 +11998,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11998
11998
|
};
|
|
11999
11999
|
output: {};
|
|
12000
12000
|
outputFormat: string;
|
|
12001
|
-
status:
|
|
12001
|
+
status: 404;
|
|
12002
12002
|
} | {
|
|
12003
12003
|
input: {
|
|
12004
12004
|
param: {
|
|
@@ -12011,7 +12011,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12011
12011
|
};
|
|
12012
12012
|
output: {};
|
|
12013
12013
|
outputFormat: string;
|
|
12014
|
-
status:
|
|
12014
|
+
status: 204;
|
|
12015
12015
|
};
|
|
12016
12016
|
};
|
|
12017
12017
|
} & {
|
|
@@ -12147,7 +12147,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12147
12147
|
};
|
|
12148
12148
|
output: {};
|
|
12149
12149
|
outputFormat: string;
|
|
12150
|
-
status:
|
|
12150
|
+
status: 404;
|
|
12151
12151
|
} | {
|
|
12152
12152
|
input: {
|
|
12153
12153
|
header: {
|
|
@@ -12156,7 +12156,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12156
12156
|
};
|
|
12157
12157
|
output: {};
|
|
12158
12158
|
outputFormat: string;
|
|
12159
|
-
status:
|
|
12159
|
+
status: 204;
|
|
12160
12160
|
};
|
|
12161
12161
|
};
|
|
12162
12162
|
}, "/emails/provider"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -12265,7 +12265,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12265
12265
|
};
|
|
12266
12266
|
output: {};
|
|
12267
12267
|
outputFormat: string;
|
|
12268
|
-
status:
|
|
12268
|
+
status: 404;
|
|
12269
12269
|
} | {
|
|
12270
12270
|
input: {
|
|
12271
12271
|
header: {
|
|
@@ -12274,7 +12274,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12274
12274
|
};
|
|
12275
12275
|
output: {};
|
|
12276
12276
|
outputFormat: string;
|
|
12277
|
-
status:
|
|
12277
|
+
status: 204;
|
|
12278
12278
|
};
|
|
12279
12279
|
};
|
|
12280
12280
|
}, "/email/providers"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -12302,7 +12302,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12302
12302
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12303
12303
|
custom_domain_id: string;
|
|
12304
12304
|
primary: boolean;
|
|
12305
|
-
status: "
|
|
12305
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12306
12306
|
verification_method?: "txt" | undefined;
|
|
12307
12307
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12308
12308
|
domain_metadata?: {
|
|
@@ -12343,7 +12343,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12343
12343
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12344
12344
|
custom_domain_id: string;
|
|
12345
12345
|
primary: boolean;
|
|
12346
|
-
status: "
|
|
12346
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12347
12347
|
verification_method?: "txt" | undefined;
|
|
12348
12348
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12349
12349
|
domain_metadata?: {
|
|
@@ -12407,7 +12407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12407
12407
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12408
12408
|
custom_domain_id: string;
|
|
12409
12409
|
primary: boolean;
|
|
12410
|
-
status: "
|
|
12410
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12411
12411
|
verification_method?: "txt" | undefined;
|
|
12412
12412
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12413
12413
|
domain_metadata?: {
|
|
@@ -12454,7 +12454,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12454
12454
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12455
12455
|
custom_domain_id: string;
|
|
12456
12456
|
primary: boolean;
|
|
12457
|
-
status: "
|
|
12457
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12458
12458
|
verification_method?: "txt" | undefined;
|
|
12459
12459
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12460
12460
|
domain_metadata?: {
|
|
@@ -12500,7 +12500,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12500
12500
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12501
12501
|
custom_domain_id: string;
|
|
12502
12502
|
primary: boolean;
|
|
12503
|
-
status: "
|
|
12503
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12504
12504
|
verification_method?: "txt" | undefined;
|
|
12505
12505
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12506
12506
|
domain_metadata?: {
|
|
@@ -12541,7 +12541,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12541
12541
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12542
12542
|
custom_domain_id: string;
|
|
12543
12543
|
primary: boolean;
|
|
12544
|
-
status: "
|
|
12544
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12545
12545
|
verification_method?: "txt" | undefined;
|
|
12546
12546
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12547
12547
|
domain_metadata?: {
|
|
@@ -13262,7 +13262,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13262
13262
|
logs: {
|
|
13263
13263
|
action_name: string;
|
|
13264
13264
|
lines: {
|
|
13265
|
-
level: "
|
|
13265
|
+
level: "error" | "info" | "log" | "warn" | "debug";
|
|
13266
13266
|
message: string;
|
|
13267
13267
|
}[];
|
|
13268
13268
|
}[];
|
|
@@ -13929,7 +13929,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13929
13929
|
args: import("hono/utils/types").JSONValue[];
|
|
13930
13930
|
}[];
|
|
13931
13931
|
logs: {
|
|
13932
|
-
level: "
|
|
13932
|
+
level: "error" | "info" | "log" | "warn" | "debug";
|
|
13933
13933
|
message: string;
|
|
13934
13934
|
}[];
|
|
13935
13935
|
error?: string | undefined;
|
|
@@ -14240,7 +14240,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14240
14240
|
scope?: string | undefined;
|
|
14241
14241
|
grant_types?: string[] | undefined;
|
|
14242
14242
|
response_types?: string[] | undefined;
|
|
14243
|
-
token_endpoint_auth_method?: "
|
|
14243
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
14244
14244
|
jwks_uri?: string | undefined;
|
|
14245
14245
|
jwks?: Record<string, unknown> | undefined;
|
|
14246
14246
|
software_id?: string | undefined;
|
|
@@ -14329,7 +14329,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14329
14329
|
scope?: string | undefined;
|
|
14330
14330
|
grant_types?: string[] | undefined;
|
|
14331
14331
|
response_types?: string[] | undefined;
|
|
14332
|
-
token_endpoint_auth_method?: "
|
|
14332
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
14333
14333
|
jwks_uri?: string | undefined;
|
|
14334
14334
|
jwks?: Record<string, unknown> | undefined;
|
|
14335
14335
|
software_id?: string | undefined;
|
|
@@ -14675,16 +14675,16 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14675
14675
|
email: string;
|
|
14676
14676
|
send: "code" | "link";
|
|
14677
14677
|
authParams: {
|
|
14678
|
-
username?: string | undefined;
|
|
14679
|
-
state?: string | undefined;
|
|
14680
|
-
audience?: string | undefined;
|
|
14681
14678
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14682
14679
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14683
14680
|
scope?: string | undefined;
|
|
14681
|
+
username?: string | undefined;
|
|
14682
|
+
state?: string | undefined;
|
|
14683
|
+
audience?: string | undefined;
|
|
14684
|
+
act_as?: string | undefined;
|
|
14685
|
+
redirect_uri?: string | undefined;
|
|
14684
14686
|
organization?: string | undefined;
|
|
14685
14687
|
nonce?: string | undefined;
|
|
14686
|
-
redirect_uri?: string | undefined;
|
|
14687
|
-
act_as?: string | undefined;
|
|
14688
14688
|
prompt?: string | undefined;
|
|
14689
14689
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14690
14690
|
code_challenge?: string | undefined;
|
|
@@ -14711,16 +14711,16 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14711
14711
|
phone_number: string;
|
|
14712
14712
|
send: "code" | "link";
|
|
14713
14713
|
authParams: {
|
|
14714
|
-
username?: string | undefined;
|
|
14715
|
-
state?: string | undefined;
|
|
14716
|
-
audience?: string | undefined;
|
|
14717
14714
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14718
14715
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14719
14716
|
scope?: string | undefined;
|
|
14717
|
+
username?: string | undefined;
|
|
14718
|
+
state?: string | undefined;
|
|
14719
|
+
audience?: string | undefined;
|
|
14720
|
+
act_as?: string | undefined;
|
|
14721
|
+
redirect_uri?: string | undefined;
|
|
14720
14722
|
organization?: string | undefined;
|
|
14721
14723
|
nonce?: string | undefined;
|
|
14722
|
-
redirect_uri?: string | undefined;
|
|
14723
|
-
act_as?: string | undefined;
|
|
14724
14724
|
prompt?: string | undefined;
|
|
14725
14725
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14726
14726
|
code_challenge?: string | undefined;
|
|
@@ -14953,7 +14953,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14953
14953
|
client_id: string;
|
|
14954
14954
|
username: string;
|
|
14955
14955
|
otp: string;
|
|
14956
|
-
realm: "
|
|
14956
|
+
realm: "email" | "sms";
|
|
14957
14957
|
} | {
|
|
14958
14958
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14959
14959
|
subject_token: string;
|
|
@@ -15000,7 +15000,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15000
15000
|
client_id: string;
|
|
15001
15001
|
username: string;
|
|
15002
15002
|
otp: string;
|
|
15003
|
-
realm: "
|
|
15003
|
+
realm: "email" | "sms";
|
|
15004
15004
|
} | {
|
|
15005
15005
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15006
15006
|
subject_token: string;
|
|
@@ -15052,7 +15052,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15052
15052
|
client_id: string;
|
|
15053
15053
|
username: string;
|
|
15054
15054
|
otp: string;
|
|
15055
|
-
realm: "
|
|
15055
|
+
realm: "email" | "sms";
|
|
15056
15056
|
} | {
|
|
15057
15057
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15058
15058
|
subject_token: string;
|
|
@@ -15099,7 +15099,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15099
15099
|
client_id: string;
|
|
15100
15100
|
username: string;
|
|
15101
15101
|
otp: string;
|
|
15102
|
-
realm: "
|
|
15102
|
+
realm: "email" | "sms";
|
|
15103
15103
|
} | {
|
|
15104
15104
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15105
15105
|
subject_token: string;
|
|
@@ -15159,7 +15159,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15159
15159
|
client_id: string;
|
|
15160
15160
|
username: string;
|
|
15161
15161
|
otp: string;
|
|
15162
|
-
realm: "
|
|
15162
|
+
realm: "email" | "sms";
|
|
15163
15163
|
} | {
|
|
15164
15164
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15165
15165
|
subject_token: string;
|
|
@@ -15206,7 +15206,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15206
15206
|
client_id: string;
|
|
15207
15207
|
username: string;
|
|
15208
15208
|
otp: string;
|
|
15209
|
-
realm: "
|
|
15209
|
+
realm: "email" | "sms";
|
|
15210
15210
|
} | {
|
|
15211
15211
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15212
15212
|
subject_token: string;
|
|
@@ -15261,7 +15261,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15261
15261
|
client_id: string;
|
|
15262
15262
|
username: string;
|
|
15263
15263
|
otp: string;
|
|
15264
|
-
realm: "
|
|
15264
|
+
realm: "email" | "sms";
|
|
15265
15265
|
} | {
|
|
15266
15266
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15267
15267
|
subject_token: string;
|
|
@@ -15308,7 +15308,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15308
15308
|
client_id: string;
|
|
15309
15309
|
username: string;
|
|
15310
15310
|
otp: string;
|
|
15311
|
-
realm: "
|
|
15311
|
+
realm: "email" | "sms";
|
|
15312
15312
|
} | {
|
|
15313
15313
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15314
15314
|
subject_token: string;
|
|
@@ -15363,7 +15363,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15363
15363
|
client_id: string;
|
|
15364
15364
|
username: string;
|
|
15365
15365
|
otp: string;
|
|
15366
|
-
realm: "
|
|
15366
|
+
realm: "email" | "sms";
|
|
15367
15367
|
} | {
|
|
15368
15368
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15369
15369
|
subject_token: string;
|
|
@@ -15410,7 +15410,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15410
15410
|
client_id: string;
|
|
15411
15411
|
username: string;
|
|
15412
15412
|
otp: string;
|
|
15413
|
-
realm: "
|
|
15413
|
+
realm: "email" | "sms";
|
|
15414
15414
|
} | {
|
|
15415
15415
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15416
15416
|
subject_token: string;
|
|
@@ -16630,7 +16630,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16630
16630
|
$get: {
|
|
16631
16631
|
input: {
|
|
16632
16632
|
param: {
|
|
16633
|
-
screen: "signup" | "
|
|
16633
|
+
screen: "signup" | "login" | "consent" | "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";
|
|
16634
16634
|
};
|
|
16635
16635
|
} & {
|
|
16636
16636
|
query: {
|
|
@@ -16646,7 +16646,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16646
16646
|
} | {
|
|
16647
16647
|
input: {
|
|
16648
16648
|
param: {
|
|
16649
|
-
screen: "signup" | "
|
|
16649
|
+
screen: "signup" | "login" | "consent" | "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";
|
|
16650
16650
|
};
|
|
16651
16651
|
} & {
|
|
16652
16652
|
query: {
|
|
@@ -16662,7 +16662,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16662
16662
|
} | {
|
|
16663
16663
|
input: {
|
|
16664
16664
|
param: {
|
|
16665
|
-
screen: "signup" | "
|
|
16665
|
+
screen: "signup" | "login" | "consent" | "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";
|
|
16666
16666
|
};
|
|
16667
16667
|
} & {
|
|
16668
16668
|
query: {
|
|
@@ -16682,7 +16682,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16682
16682
|
$post: {
|
|
16683
16683
|
input: {
|
|
16684
16684
|
param: {
|
|
16685
|
-
screen: "signup" | "
|
|
16685
|
+
screen: "signup" | "login" | "consent" | "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";
|
|
16686
16686
|
};
|
|
16687
16687
|
} & {
|
|
16688
16688
|
query: {
|
|
@@ -16700,7 +16700,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16700
16700
|
} | {
|
|
16701
16701
|
input: {
|
|
16702
16702
|
param: {
|
|
16703
|
-
screen: "signup" | "
|
|
16703
|
+
screen: "signup" | "login" | "consent" | "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";
|
|
16704
16704
|
};
|
|
16705
16705
|
} & {
|
|
16706
16706
|
query: {
|