authhero 5.14.1 → 5.16.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/js/client.js +1 -1
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +129 -129
- package/dist/authhero.d.ts +160 -109
- package/dist/authhero.mjs +5646 -5472
- package/dist/client.js +1 -1
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/adapters/createEncryptedDataAdapter.d.ts +4 -0
- package/dist/types/authentication-flows/passwordless.d.ts +3 -2
- package/dist/types/client/client-bundle.d.ts +1 -1
- package/dist/types/helpers/client.d.ts +1 -0
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +155 -109
- package/dist/types/routes/auth-api/account.d.ts +2 -2
- package/dist/types/routes/auth-api/authorize.d.ts +12 -12
- package/dist/types/routes/auth-api/index.d.ts +43 -43
- package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
- package/dist/types/routes/auth-api/passwordless.d.ts +6 -6
- package/dist/types/routes/auth-api/token.d.ts +21 -21
- package/dist/types/routes/management-api/action-executions.d.ts +2 -2
- 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/branding.d.ts +8 -8
- package/dist/types/routes/management-api/custom-domains.d.ts +53 -7
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/flows.d.ts +7 -7
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/index.d.ts +94 -48
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
- package/dist/types/routes/management-api/organizations.d.ts +1 -1
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/tenants.d.ts +3 -0
- package/dist/types/routes/management-api/themes.d.ts +3 -3
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +8 -4
- package/dist/types/routes/universal-login/continue.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/impersonate.d.ts +4 -4
- package/dist/types/routes/universal-login/index.d.ts +8 -8
- package/dist/types/routes/universal-login/u2-index.d.ts +10 -10
- package/dist/types/routes/universal-login/u2-routes.d.ts +10 -10
- package/dist/types/types/IdToken.d.ts +1 -1
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
79
79
|
};
|
|
80
80
|
} & {
|
|
81
81
|
json: {
|
|
82
|
-
type: "
|
|
82
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
83
83
|
phone_number?: string | undefined;
|
|
84
84
|
totp_secret?: string | undefined;
|
|
85
85
|
credential_id?: string | undefined;
|
|
@@ -219,7 +219,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
219
219
|
};
|
|
220
220
|
};
|
|
221
221
|
output: {
|
|
222
|
-
name: "
|
|
222
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
223
223
|
enabled: boolean;
|
|
224
224
|
trial_expired?: boolean | undefined;
|
|
225
225
|
}[];
|
|
@@ -374,7 +374,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
374
374
|
$get: {
|
|
375
375
|
input: {
|
|
376
376
|
param: {
|
|
377
|
-
factor_name: "
|
|
377
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
378
378
|
};
|
|
379
379
|
} & {
|
|
380
380
|
header: {
|
|
@@ -382,7 +382,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
382
382
|
};
|
|
383
383
|
};
|
|
384
384
|
output: {
|
|
385
|
-
name: "
|
|
385
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
386
386
|
enabled: boolean;
|
|
387
387
|
trial_expired?: boolean | undefined;
|
|
388
388
|
};
|
|
@@ -395,7 +395,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
395
395
|
$put: {
|
|
396
396
|
input: {
|
|
397
397
|
param: {
|
|
398
|
-
factor_name: "
|
|
398
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
399
399
|
};
|
|
400
400
|
} & {
|
|
401
401
|
header: {
|
|
@@ -407,7 +407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
407
407
|
};
|
|
408
408
|
};
|
|
409
409
|
output: {
|
|
410
|
-
name: "
|
|
410
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
411
411
|
enabled: boolean;
|
|
412
412
|
trial_expired?: boolean | undefined;
|
|
413
413
|
};
|
|
@@ -1153,9 +1153,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1153
1153
|
email?: string | undefined;
|
|
1154
1154
|
};
|
|
1155
1155
|
id?: string | undefined;
|
|
1156
|
+
connection_id?: string | undefined;
|
|
1156
1157
|
app_metadata?: Record<string, any> | undefined;
|
|
1157
1158
|
user_metadata?: Record<string, any> | undefined;
|
|
1158
|
-
connection_id?: string | undefined;
|
|
1159
1159
|
roles?: string[] | undefined;
|
|
1160
1160
|
ttl_sec?: number | undefined;
|
|
1161
1161
|
send_invitation_email?: boolean | undefined;
|
|
@@ -2007,7 +2007,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2007
2007
|
type: "REDIRECT";
|
|
2008
2008
|
action: "REDIRECT_USER";
|
|
2009
2009
|
params: {
|
|
2010
|
-
target: "custom" | "
|
|
2010
|
+
target: "custom" | "change-email" | "account";
|
|
2011
2011
|
custom_url?: string | undefined;
|
|
2012
2012
|
};
|
|
2013
2013
|
alias?: string | undefined;
|
|
@@ -2060,7 +2060,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2060
2060
|
type: "REDIRECT";
|
|
2061
2061
|
action: "REDIRECT_USER";
|
|
2062
2062
|
params: {
|
|
2063
|
-
target: "custom" | "
|
|
2063
|
+
target: "custom" | "change-email" | "account";
|
|
2064
2064
|
custom_url?: string | undefined;
|
|
2065
2065
|
};
|
|
2066
2066
|
alias?: string | undefined;
|
|
@@ -2128,7 +2128,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2128
2128
|
type: "REDIRECT";
|
|
2129
2129
|
action: "REDIRECT_USER";
|
|
2130
2130
|
params: {
|
|
2131
|
-
target: "custom" | "
|
|
2131
|
+
target: "custom" | "change-email" | "account";
|
|
2132
2132
|
custom_url?: string | undefined;
|
|
2133
2133
|
};
|
|
2134
2134
|
alias?: string | undefined;
|
|
@@ -2209,7 +2209,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2209
2209
|
type: "REDIRECT";
|
|
2210
2210
|
action: "REDIRECT_USER";
|
|
2211
2211
|
params: {
|
|
2212
|
-
target: "custom" | "
|
|
2212
|
+
target: "custom" | "change-email" | "account";
|
|
2213
2213
|
custom_url?: string | undefined;
|
|
2214
2214
|
};
|
|
2215
2215
|
alias?: string | undefined;
|
|
@@ -2257,7 +2257,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2257
2257
|
type: "REDIRECT";
|
|
2258
2258
|
action: "REDIRECT_USER";
|
|
2259
2259
|
params: {
|
|
2260
|
-
target: "custom" | "
|
|
2260
|
+
target: "custom" | "change-email" | "account";
|
|
2261
2261
|
custom_url?: string | undefined;
|
|
2262
2262
|
};
|
|
2263
2263
|
alias?: string | undefined;
|
|
@@ -2317,7 +2317,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2317
2317
|
type: "REDIRECT";
|
|
2318
2318
|
action: "REDIRECT_USER";
|
|
2319
2319
|
params: {
|
|
2320
|
-
target: "custom" | "
|
|
2320
|
+
target: "custom" | "change-email" | "account";
|
|
2321
2321
|
custom_url?: string | undefined;
|
|
2322
2322
|
};
|
|
2323
2323
|
alias?: string | undefined;
|
|
@@ -2365,7 +2365,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2365
2365
|
type: "REDIRECT";
|
|
2366
2366
|
action: "REDIRECT_USER";
|
|
2367
2367
|
params: {
|
|
2368
|
-
target: "custom" | "
|
|
2368
|
+
target: "custom" | "change-email" | "account";
|
|
2369
2369
|
custom_url?: string | undefined;
|
|
2370
2370
|
};
|
|
2371
2371
|
alias?: string | undefined;
|
|
@@ -6643,7 +6643,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6643
6643
|
};
|
|
6644
6644
|
};
|
|
6645
6645
|
output: {
|
|
6646
|
-
prompt: "
|
|
6646
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "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";
|
|
6647
6647
|
language: string;
|
|
6648
6648
|
}[];
|
|
6649
6649
|
outputFormat: "json";
|
|
@@ -6681,7 +6681,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6681
6681
|
$get: {
|
|
6682
6682
|
input: {
|
|
6683
6683
|
param: {
|
|
6684
|
-
prompt: "
|
|
6684
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "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";
|
|
6685
6685
|
language: string;
|
|
6686
6686
|
};
|
|
6687
6687
|
} & {
|
|
@@ -6703,7 +6703,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6703
6703
|
$put: {
|
|
6704
6704
|
input: {
|
|
6705
6705
|
param: {
|
|
6706
|
-
prompt: "
|
|
6706
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "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";
|
|
6707
6707
|
language: string;
|
|
6708
6708
|
};
|
|
6709
6709
|
} & {
|
|
@@ -6727,7 +6727,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6727
6727
|
$delete: {
|
|
6728
6728
|
input: {
|
|
6729
6729
|
param: {
|
|
6730
|
-
prompt: "
|
|
6730
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "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";
|
|
6731
6731
|
language: string;
|
|
6732
6732
|
};
|
|
6733
6733
|
} & {
|
|
@@ -8168,7 +8168,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8168
8168
|
log_type: string;
|
|
8169
8169
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8170
8170
|
actor: {
|
|
8171
|
-
type: "
|
|
8171
|
+
type: "client_credentials" | "user" | "system" | "admin" | "api_key";
|
|
8172
8172
|
id?: string | undefined;
|
|
8173
8173
|
email?: string | undefined;
|
|
8174
8174
|
org_id?: string | undefined;
|
|
@@ -8476,7 +8476,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8476
8476
|
created_at: string;
|
|
8477
8477
|
updated_at: string;
|
|
8478
8478
|
name: string;
|
|
8479
|
-
provider: "auth0" | "
|
|
8479
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8480
8480
|
connection: string;
|
|
8481
8481
|
enabled: boolean;
|
|
8482
8482
|
credentials: {
|
|
@@ -8508,7 +8508,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8508
8508
|
created_at: string;
|
|
8509
8509
|
updated_at: string;
|
|
8510
8510
|
name: string;
|
|
8511
|
-
provider: "auth0" | "
|
|
8511
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8512
8512
|
connection: string;
|
|
8513
8513
|
enabled: boolean;
|
|
8514
8514
|
credentials: {
|
|
@@ -8534,7 +8534,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8534
8534
|
} & {
|
|
8535
8535
|
json: {
|
|
8536
8536
|
name: string;
|
|
8537
|
-
provider: "auth0" | "
|
|
8537
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8538
8538
|
connection: string;
|
|
8539
8539
|
credentials: {
|
|
8540
8540
|
domain: string;
|
|
@@ -8551,7 +8551,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8551
8551
|
created_at: string;
|
|
8552
8552
|
updated_at: string;
|
|
8553
8553
|
name: string;
|
|
8554
|
-
provider: "auth0" | "
|
|
8554
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8555
8555
|
connection: string;
|
|
8556
8556
|
enabled: boolean;
|
|
8557
8557
|
credentials: {
|
|
@@ -8582,7 +8582,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8582
8582
|
json: {
|
|
8583
8583
|
id?: string | undefined;
|
|
8584
8584
|
name?: string | undefined;
|
|
8585
|
-
provider?: "auth0" | "
|
|
8585
|
+
provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
|
|
8586
8586
|
connection?: string | undefined;
|
|
8587
8587
|
enabled?: boolean | undefined;
|
|
8588
8588
|
credentials?: {
|
|
@@ -8598,7 +8598,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8598
8598
|
created_at: string;
|
|
8599
8599
|
updated_at: string;
|
|
8600
8600
|
name: string;
|
|
8601
|
-
provider: "auth0" | "
|
|
8601
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8602
8602
|
connection: string;
|
|
8603
8603
|
enabled: boolean;
|
|
8604
8604
|
credentials: {
|
|
@@ -8816,7 +8816,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8816
8816
|
};
|
|
8817
8817
|
};
|
|
8818
8818
|
output: {
|
|
8819
|
-
type: "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" | "
|
|
8819
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "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" | "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";
|
|
8820
8820
|
date: string;
|
|
8821
8821
|
isMobile: boolean;
|
|
8822
8822
|
log_id: string;
|
|
@@ -8855,7 +8855,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8855
8855
|
limit: number;
|
|
8856
8856
|
length: number;
|
|
8857
8857
|
logs: {
|
|
8858
|
-
type: "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" | "
|
|
8858
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "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" | "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";
|
|
8859
8859
|
date: string;
|
|
8860
8860
|
isMobile: boolean;
|
|
8861
8861
|
log_id: string;
|
|
@@ -8909,7 +8909,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8909
8909
|
};
|
|
8910
8910
|
};
|
|
8911
8911
|
output: {
|
|
8912
|
-
type: "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" | "
|
|
8912
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "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" | "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";
|
|
8913
8913
|
date: string;
|
|
8914
8914
|
isMobile: boolean;
|
|
8915
8915
|
log_id: string;
|
|
@@ -11053,7 +11053,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11053
11053
|
};
|
|
11054
11054
|
};
|
|
11055
11055
|
output: {
|
|
11056
|
-
type: "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" | "
|
|
11056
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "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" | "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";
|
|
11057
11057
|
date: string;
|
|
11058
11058
|
isMobile: boolean;
|
|
11059
11059
|
log_id: string;
|
|
@@ -11092,7 +11092,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11092
11092
|
limit: number;
|
|
11093
11093
|
length: number;
|
|
11094
11094
|
logs: {
|
|
11095
|
-
type: "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" | "
|
|
11095
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "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" | "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";
|
|
11096
11096
|
date: string;
|
|
11097
11097
|
isMobile: boolean;
|
|
11098
11098
|
log_id: string;
|
|
@@ -11860,7 +11860,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11860
11860
|
primary: boolean;
|
|
11861
11861
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11862
11862
|
verification_method?: "txt" | undefined;
|
|
11863
|
-
custom_client_ip_header?: "null" | "
|
|
11863
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11864
11864
|
domain_metadata?: {
|
|
11865
11865
|
[x: string]: string;
|
|
11866
11866
|
} | undefined;
|
|
@@ -11901,7 +11901,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11901
11901
|
primary: boolean;
|
|
11902
11902
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11903
11903
|
verification_method?: "txt" | undefined;
|
|
11904
|
-
custom_client_ip_header?: "null" | "
|
|
11904
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11905
11905
|
domain_metadata?: {
|
|
11906
11906
|
[x: string]: string;
|
|
11907
11907
|
} | undefined;
|
|
@@ -11956,7 +11956,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11956
11956
|
domain?: string | undefined;
|
|
11957
11957
|
type?: "auth0_managed_certs" | "self_managed_certs" | undefined;
|
|
11958
11958
|
verification_method?: "txt" | undefined;
|
|
11959
|
-
custom_client_ip_header?: "null" | "
|
|
11959
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11960
11960
|
domain_metadata?: Record<string, string> | undefined;
|
|
11961
11961
|
custom_domain_id?: string | undefined;
|
|
11962
11962
|
primary?: boolean | undefined;
|
|
@@ -11983,7 +11983,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11983
11983
|
primary: boolean;
|
|
11984
11984
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11985
11985
|
verification_method?: "txt" | undefined;
|
|
11986
|
-
custom_client_ip_header?: "null" | "
|
|
11986
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11987
11987
|
domain_metadata?: {
|
|
11988
11988
|
[x: string]: string;
|
|
11989
11989
|
} | undefined;
|
|
@@ -12019,7 +12019,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12019
12019
|
custom_domain_id?: string | undefined;
|
|
12020
12020
|
verification_method?: "txt" | undefined;
|
|
12021
12021
|
tls_policy?: "recommended" | undefined;
|
|
12022
|
-
custom_client_ip_header?: "null" | "
|
|
12022
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12023
12023
|
domain_metadata?: Record<string, string> | undefined;
|
|
12024
12024
|
};
|
|
12025
12025
|
};
|
|
@@ -12030,7 +12030,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12030
12030
|
primary: boolean;
|
|
12031
12031
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12032
12032
|
verification_method?: "txt" | undefined;
|
|
12033
|
-
custom_client_ip_header?: "null" | "
|
|
12033
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12034
12034
|
domain_metadata?: {
|
|
12035
12035
|
[x: string]: string;
|
|
12036
12036
|
} | undefined;
|
|
@@ -12052,6 +12052,52 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12052
12052
|
status: 201;
|
|
12053
12053
|
};
|
|
12054
12054
|
};
|
|
12055
|
+
} & {
|
|
12056
|
+
"/:id/certificate": {
|
|
12057
|
+
$put: {
|
|
12058
|
+
input: {
|
|
12059
|
+
param: {
|
|
12060
|
+
id: string;
|
|
12061
|
+
};
|
|
12062
|
+
} & {
|
|
12063
|
+
header: {
|
|
12064
|
+
"tenant-id"?: string | undefined;
|
|
12065
|
+
};
|
|
12066
|
+
} & {
|
|
12067
|
+
json: {
|
|
12068
|
+
certificate: string;
|
|
12069
|
+
private_key: string;
|
|
12070
|
+
};
|
|
12071
|
+
};
|
|
12072
|
+
output: {
|
|
12073
|
+
domain: string;
|
|
12074
|
+
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12075
|
+
custom_domain_id: string;
|
|
12076
|
+
primary: boolean;
|
|
12077
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12078
|
+
verification_method?: "txt" | undefined;
|
|
12079
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12080
|
+
domain_metadata?: {
|
|
12081
|
+
[x: string]: string;
|
|
12082
|
+
} | undefined;
|
|
12083
|
+
origin_domain_name?: string | undefined;
|
|
12084
|
+
verification?: {
|
|
12085
|
+
methods: ({
|
|
12086
|
+
name: "txt";
|
|
12087
|
+
record: string;
|
|
12088
|
+
domain: string;
|
|
12089
|
+
} | {
|
|
12090
|
+
name: "http";
|
|
12091
|
+
http_body: string;
|
|
12092
|
+
http_url: string;
|
|
12093
|
+
})[];
|
|
12094
|
+
} | undefined;
|
|
12095
|
+
tls_policy?: string | undefined;
|
|
12096
|
+
};
|
|
12097
|
+
outputFormat: "json";
|
|
12098
|
+
status: 200;
|
|
12099
|
+
};
|
|
12100
|
+
};
|
|
12055
12101
|
} & {
|
|
12056
12102
|
"/:id/verify": {
|
|
12057
12103
|
$post: {
|
|
@@ -12071,7 +12117,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12071
12117
|
primary: boolean;
|
|
12072
12118
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12073
12119
|
verification_method?: "txt" | undefined;
|
|
12074
|
-
custom_client_ip_header?: "null" | "
|
|
12120
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12075
12121
|
domain_metadata?: {
|
|
12076
12122
|
[x: string]: string;
|
|
12077
12123
|
} | undefined;
|
|
@@ -12117,7 +12163,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12117
12163
|
base_focus_color: string;
|
|
12118
12164
|
base_hover_color: string;
|
|
12119
12165
|
body_text: string;
|
|
12120
|
-
captcha_widget_theme: "
|
|
12166
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
12121
12167
|
error: string;
|
|
12122
12168
|
header: string;
|
|
12123
12169
|
icons: string;
|
|
@@ -12207,7 +12253,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12207
12253
|
base_focus_color: string;
|
|
12208
12254
|
base_hover_color: string;
|
|
12209
12255
|
body_text: string;
|
|
12210
|
-
captcha_widget_theme: "
|
|
12256
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
12211
12257
|
error: string;
|
|
12212
12258
|
header: string;
|
|
12213
12259
|
icons: string;
|
|
@@ -12286,7 +12332,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12286
12332
|
base_focus_color: string;
|
|
12287
12333
|
base_hover_color: string;
|
|
12288
12334
|
body_text: string;
|
|
12289
|
-
captcha_widget_theme: "
|
|
12335
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
12290
12336
|
error: string;
|
|
12291
12337
|
header: string;
|
|
12292
12338
|
icons: string;
|
|
@@ -12376,7 +12422,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12376
12422
|
font?: {
|
|
12377
12423
|
url: string;
|
|
12378
12424
|
} | undefined;
|
|
12379
|
-
dark_mode?: "
|
|
12425
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
12380
12426
|
};
|
|
12381
12427
|
outputFormat: "json";
|
|
12382
12428
|
status: 200;
|
|
@@ -12406,7 +12452,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12406
12452
|
font?: {
|
|
12407
12453
|
url: string;
|
|
12408
12454
|
} | undefined;
|
|
12409
|
-
dark_mode?: "
|
|
12455
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
12410
12456
|
};
|
|
12411
12457
|
};
|
|
12412
12458
|
output: {
|
|
@@ -12425,7 +12471,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12425
12471
|
font?: {
|
|
12426
12472
|
url: string;
|
|
12427
12473
|
} | undefined;
|
|
12428
|
-
dark_mode?: "
|
|
12474
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
12429
12475
|
};
|
|
12430
12476
|
outputFormat: "json";
|
|
12431
12477
|
status: 200;
|
|
@@ -12460,7 +12506,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12460
12506
|
};
|
|
12461
12507
|
output: {};
|
|
12462
12508
|
outputFormat: string;
|
|
12463
|
-
status:
|
|
12509
|
+
status: 400;
|
|
12464
12510
|
} | {
|
|
12465
12511
|
input: {
|
|
12466
12512
|
header: {
|
|
@@ -12473,7 +12519,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12473
12519
|
};
|
|
12474
12520
|
output: {};
|
|
12475
12521
|
outputFormat: string;
|
|
12476
|
-
status:
|
|
12522
|
+
status: 204;
|
|
12477
12523
|
};
|
|
12478
12524
|
};
|
|
12479
12525
|
} & {
|
|
@@ -12629,7 +12675,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12629
12675
|
output: {
|
|
12630
12676
|
id: string;
|
|
12631
12677
|
trigger_id: string;
|
|
12632
|
-
status: "
|
|
12678
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
12633
12679
|
results: {
|
|
12634
12680
|
action_name: string;
|
|
12635
12681
|
error: {
|
|
@@ -12676,7 +12722,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12676
12722
|
logs: {
|
|
12677
12723
|
action_name: string;
|
|
12678
12724
|
lines: {
|
|
12679
|
-
level: "
|
|
12725
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
12680
12726
|
message: string;
|
|
12681
12727
|
}[];
|
|
12682
12728
|
}[];
|
|
@@ -13343,7 +13389,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13343
13389
|
args: import("hono/utils/types").JSONValue[];
|
|
13344
13390
|
}[];
|
|
13345
13391
|
logs: {
|
|
13346
|
-
level: "
|
|
13392
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13347
13393
|
message: string;
|
|
13348
13394
|
}[];
|
|
13349
13395
|
error?: string | undefined;
|
|
@@ -13787,7 +13833,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13787
13833
|
client_id: string;
|
|
13788
13834
|
redirect_url?: string | undefined;
|
|
13789
13835
|
login_hint?: string | undefined;
|
|
13790
|
-
screen_hint?: "
|
|
13836
|
+
screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
|
|
13791
13837
|
};
|
|
13792
13838
|
};
|
|
13793
13839
|
output: {};
|
|
@@ -13799,7 +13845,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13799
13845
|
client_id: string;
|
|
13800
13846
|
redirect_url?: string | undefined;
|
|
13801
13847
|
login_hint?: string | undefined;
|
|
13802
|
-
screen_hint?: "
|
|
13848
|
+
screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
|
|
13803
13849
|
};
|
|
13804
13850
|
};
|
|
13805
13851
|
output: {
|
|
@@ -13910,17 +13956,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13910
13956
|
request_uri?: string | undefined;
|
|
13911
13957
|
};
|
|
13912
13958
|
};
|
|
13913
|
-
output:
|
|
13914
|
-
|
|
13915
|
-
token_type: string;
|
|
13916
|
-
expires_in: number;
|
|
13917
|
-
id_token?: string | undefined;
|
|
13918
|
-
scope?: string | undefined;
|
|
13919
|
-
state?: string | undefined;
|
|
13920
|
-
refresh_token?: string | undefined;
|
|
13959
|
+
output: {
|
|
13960
|
+
message: string;
|
|
13921
13961
|
};
|
|
13922
13962
|
outputFormat: "json";
|
|
13923
|
-
status:
|
|
13963
|
+
status: 400;
|
|
13924
13964
|
} | {
|
|
13925
13965
|
input: {
|
|
13926
13966
|
query: {
|
|
@@ -13952,11 +13992,17 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13952
13992
|
request_uri?: string | undefined;
|
|
13953
13993
|
};
|
|
13954
13994
|
};
|
|
13955
|
-
output: {
|
|
13956
|
-
|
|
13995
|
+
output: string | {
|
|
13996
|
+
access_token: string;
|
|
13997
|
+
token_type: string;
|
|
13998
|
+
expires_in: number;
|
|
13999
|
+
id_token?: string | undefined;
|
|
14000
|
+
scope?: string | undefined;
|
|
14001
|
+
state?: string | undefined;
|
|
14002
|
+
refresh_token?: string | undefined;
|
|
13957
14003
|
};
|
|
13958
14004
|
outputFormat: "json";
|
|
13959
|
-
status:
|
|
14005
|
+
status: 200;
|
|
13960
14006
|
} | {
|
|
13961
14007
|
input: {
|
|
13962
14008
|
query: {
|
|
@@ -14076,12 +14122,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14076
14122
|
email: string;
|
|
14077
14123
|
send: "code" | "link";
|
|
14078
14124
|
authParams: {
|
|
14079
|
-
|
|
14080
|
-
username?: string | undefined;
|
|
14125
|
+
audience?: string | undefined;
|
|
14081
14126
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14082
14127
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14083
14128
|
scope?: string | undefined;
|
|
14084
|
-
|
|
14129
|
+
username?: string | undefined;
|
|
14130
|
+
state?: string | undefined;
|
|
14085
14131
|
act_as?: string | undefined;
|
|
14086
14132
|
redirect_uri?: string | undefined;
|
|
14087
14133
|
organization?: string | undefined;
|
|
@@ -14112,12 +14158,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14112
14158
|
phone_number: string;
|
|
14113
14159
|
send: "code" | "link";
|
|
14114
14160
|
authParams: {
|
|
14115
|
-
|
|
14116
|
-
username?: string | undefined;
|
|
14161
|
+
audience?: string | undefined;
|
|
14117
14162
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14118
14163
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14119
14164
|
scope?: string | undefined;
|
|
14120
|
-
|
|
14165
|
+
username?: string | undefined;
|
|
14166
|
+
state?: string | undefined;
|
|
14121
14167
|
act_as?: string | undefined;
|
|
14122
14168
|
redirect_uri?: string | undefined;
|
|
14123
14169
|
organization?: string | undefined;
|
|
@@ -14354,7 +14400,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14354
14400
|
client_id: string;
|
|
14355
14401
|
username: string;
|
|
14356
14402
|
otp: string;
|
|
14357
|
-
realm: "
|
|
14403
|
+
realm: "sms" | "email";
|
|
14358
14404
|
};
|
|
14359
14405
|
} & {
|
|
14360
14406
|
json: {
|
|
@@ -14390,7 +14436,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14390
14436
|
client_id: string;
|
|
14391
14437
|
username: string;
|
|
14392
14438
|
otp: string;
|
|
14393
|
-
realm: "
|
|
14439
|
+
realm: "sms" | "email";
|
|
14394
14440
|
};
|
|
14395
14441
|
};
|
|
14396
14442
|
output: {};
|
|
@@ -14431,7 +14477,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14431
14477
|
client_id: string;
|
|
14432
14478
|
username: string;
|
|
14433
14479
|
otp: string;
|
|
14434
|
-
realm: "
|
|
14480
|
+
realm: "sms" | "email";
|
|
14435
14481
|
};
|
|
14436
14482
|
} & {
|
|
14437
14483
|
json: {
|
|
@@ -14467,20 +14513,15 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14467
14513
|
client_id: string;
|
|
14468
14514
|
username: string;
|
|
14469
14515
|
otp: string;
|
|
14470
|
-
realm: "
|
|
14516
|
+
realm: "sms" | "email";
|
|
14471
14517
|
};
|
|
14472
14518
|
};
|
|
14473
14519
|
output: {
|
|
14474
|
-
|
|
14475
|
-
|
|
14476
|
-
expires_in: number;
|
|
14477
|
-
id_token?: string | undefined;
|
|
14478
|
-
scope?: string | undefined;
|
|
14479
|
-
state?: string | undefined;
|
|
14480
|
-
refresh_token?: string | undefined;
|
|
14520
|
+
error: string;
|
|
14521
|
+
error_description?: string | undefined;
|
|
14481
14522
|
};
|
|
14482
14523
|
outputFormat: "json";
|
|
14483
|
-
status:
|
|
14524
|
+
status: 400;
|
|
14484
14525
|
} | {
|
|
14485
14526
|
input: {
|
|
14486
14527
|
form: {
|
|
@@ -14516,7 +14557,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14516
14557
|
client_id: string;
|
|
14517
14558
|
username: string;
|
|
14518
14559
|
otp: string;
|
|
14519
|
-
realm: "
|
|
14560
|
+
realm: "sms" | "email";
|
|
14520
14561
|
};
|
|
14521
14562
|
} & {
|
|
14522
14563
|
json: {
|
|
@@ -14552,15 +14593,20 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14552
14593
|
client_id: string;
|
|
14553
14594
|
username: string;
|
|
14554
14595
|
otp: string;
|
|
14555
|
-
realm: "
|
|
14596
|
+
realm: "sms" | "email";
|
|
14556
14597
|
};
|
|
14557
14598
|
};
|
|
14558
14599
|
output: {
|
|
14559
|
-
|
|
14560
|
-
|
|
14600
|
+
access_token: string;
|
|
14601
|
+
token_type: string;
|
|
14602
|
+
expires_in: number;
|
|
14603
|
+
id_token?: string | undefined;
|
|
14604
|
+
scope?: string | undefined;
|
|
14605
|
+
state?: string | undefined;
|
|
14606
|
+
refresh_token?: string | undefined;
|
|
14561
14607
|
};
|
|
14562
14608
|
outputFormat: "json";
|
|
14563
|
-
status:
|
|
14609
|
+
status: 200;
|
|
14564
14610
|
} | {
|
|
14565
14611
|
input: {
|
|
14566
14612
|
form: {
|
|
@@ -14596,7 +14642,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14596
14642
|
client_id: string;
|
|
14597
14643
|
username: string;
|
|
14598
14644
|
otp: string;
|
|
14599
|
-
realm: "
|
|
14645
|
+
realm: "sms" | "email";
|
|
14600
14646
|
};
|
|
14601
14647
|
} & {
|
|
14602
14648
|
json: {
|
|
@@ -14632,7 +14678,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14632
14678
|
client_id: string;
|
|
14633
14679
|
username: string;
|
|
14634
14680
|
otp: string;
|
|
14635
|
-
realm: "
|
|
14681
|
+
realm: "sms" | "email";
|
|
14636
14682
|
};
|
|
14637
14683
|
};
|
|
14638
14684
|
output: {
|
|
@@ -14676,7 +14722,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14676
14722
|
client_id: string;
|
|
14677
14723
|
username: string;
|
|
14678
14724
|
otp: string;
|
|
14679
|
-
realm: "
|
|
14725
|
+
realm: "sms" | "email";
|
|
14680
14726
|
};
|
|
14681
14727
|
} & {
|
|
14682
14728
|
json: {
|
|
@@ -14712,7 +14758,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14712
14758
|
client_id: string;
|
|
14713
14759
|
username: string;
|
|
14714
14760
|
otp: string;
|
|
14715
|
-
realm: "
|
|
14761
|
+
realm: "sms" | "email";
|
|
14716
14762
|
};
|
|
14717
14763
|
};
|
|
14718
14764
|
output: {
|
|
@@ -14919,7 +14965,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14919
14965
|
};
|
|
14920
14966
|
output: {};
|
|
14921
14967
|
outputFormat: string;
|
|
14922
|
-
status:
|
|
14968
|
+
status: 400;
|
|
14923
14969
|
} | {
|
|
14924
14970
|
input: {
|
|
14925
14971
|
query: {
|
|
@@ -14947,7 +14993,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14947
14993
|
};
|
|
14948
14994
|
output: {};
|
|
14949
14995
|
outputFormat: string;
|
|
14950
|
-
status:
|
|
14996
|
+
status: 302;
|
|
14951
14997
|
};
|
|
14952
14998
|
};
|
|
14953
14999
|
}, "/oidc/logout"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -15054,7 +15100,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15054
15100
|
};
|
|
15055
15101
|
output: {};
|
|
15056
15102
|
outputFormat: string;
|
|
15057
|
-
status:
|
|
15103
|
+
status: 400;
|
|
15058
15104
|
} | {
|
|
15059
15105
|
input: {
|
|
15060
15106
|
query: {
|
|
@@ -15063,7 +15109,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15063
15109
|
};
|
|
15064
15110
|
output: {};
|
|
15065
15111
|
outputFormat: string;
|
|
15066
|
-
status:
|
|
15112
|
+
status: 302;
|
|
15067
15113
|
} | {
|
|
15068
15114
|
input: {
|
|
15069
15115
|
query: {
|
|
@@ -15153,7 +15199,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15153
15199
|
};
|
|
15154
15200
|
output: {};
|
|
15155
15201
|
outputFormat: string;
|
|
15156
|
-
status:
|
|
15202
|
+
status: 400;
|
|
15157
15203
|
} | {
|
|
15158
15204
|
input: {
|
|
15159
15205
|
query: {
|
|
@@ -15162,7 +15208,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15162
15208
|
};
|
|
15163
15209
|
output: {};
|
|
15164
15210
|
outputFormat: string;
|
|
15165
|
-
status:
|
|
15211
|
+
status: 200;
|
|
15166
15212
|
};
|
|
15167
15213
|
};
|
|
15168
15214
|
} & {
|
|
@@ -15192,7 +15238,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15192
15238
|
};
|
|
15193
15239
|
output: {};
|
|
15194
15240
|
outputFormat: string;
|
|
15195
|
-
status:
|
|
15241
|
+
status: 400;
|
|
15196
15242
|
} | {
|
|
15197
15243
|
input: {
|
|
15198
15244
|
query: {
|
|
@@ -15205,7 +15251,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15205
15251
|
};
|
|
15206
15252
|
output: {};
|
|
15207
15253
|
outputFormat: string;
|
|
15208
|
-
status:
|
|
15254
|
+
status: 302;
|
|
15209
15255
|
};
|
|
15210
15256
|
};
|
|
15211
15257
|
}, "/impersonate"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -15547,7 +15593,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15547
15593
|
};
|
|
15548
15594
|
output: {};
|
|
15549
15595
|
outputFormat: string;
|
|
15550
|
-
status:
|
|
15596
|
+
status: 400;
|
|
15551
15597
|
} | {
|
|
15552
15598
|
input: {
|
|
15553
15599
|
query: {
|
|
@@ -15561,7 +15607,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15561
15607
|
};
|
|
15562
15608
|
output: {};
|
|
15563
15609
|
outputFormat: string;
|
|
15564
|
-
status:
|
|
15610
|
+
status: 302;
|
|
15565
15611
|
};
|
|
15566
15612
|
};
|
|
15567
15613
|
}, "/login/identifier"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -15921,7 +15967,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15921
15967
|
$get: {
|
|
15922
15968
|
input: {
|
|
15923
15969
|
param: {
|
|
15924
|
-
screen: "signup" | "reset-password" | "
|
|
15970
|
+
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";
|
|
15925
15971
|
};
|
|
15926
15972
|
} & {
|
|
15927
15973
|
query: {
|
|
@@ -15937,7 +15983,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15937
15983
|
} | {
|
|
15938
15984
|
input: {
|
|
15939
15985
|
param: {
|
|
15940
|
-
screen: "signup" | "reset-password" | "
|
|
15986
|
+
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";
|
|
15941
15987
|
};
|
|
15942
15988
|
} & {
|
|
15943
15989
|
query: {
|
|
@@ -15949,11 +15995,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15949
15995
|
};
|
|
15950
15996
|
output: {};
|
|
15951
15997
|
outputFormat: string;
|
|
15952
|
-
status:
|
|
15998
|
+
status: 400;
|
|
15953
15999
|
} | {
|
|
15954
16000
|
input: {
|
|
15955
16001
|
param: {
|
|
15956
|
-
screen: "signup" | "reset-password" | "
|
|
16002
|
+
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";
|
|
15957
16003
|
};
|
|
15958
16004
|
} & {
|
|
15959
16005
|
query: {
|
|
@@ -15965,7 +16011,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15965
16011
|
};
|
|
15966
16012
|
output: {};
|
|
15967
16013
|
outputFormat: string;
|
|
15968
|
-
status:
|
|
16014
|
+
status: 302;
|
|
15969
16015
|
};
|
|
15970
16016
|
};
|
|
15971
16017
|
} & {
|
|
@@ -15973,7 +16019,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15973
16019
|
$post: {
|
|
15974
16020
|
input: {
|
|
15975
16021
|
param: {
|
|
15976
|
-
screen: "signup" | "reset-password" | "
|
|
16022
|
+
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";
|
|
15977
16023
|
};
|
|
15978
16024
|
} & {
|
|
15979
16025
|
query: {
|
|
@@ -15991,7 +16037,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15991
16037
|
} | {
|
|
15992
16038
|
input: {
|
|
15993
16039
|
param: {
|
|
15994
|
-
screen: "signup" | "reset-password" | "
|
|
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";
|
|
15995
16041
|
};
|
|
15996
16042
|
} & {
|
|
15997
16043
|
query: {
|
|
@@ -16005,11 +16051,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16005
16051
|
};
|
|
16006
16052
|
output: {};
|
|
16007
16053
|
outputFormat: string;
|
|
16008
|
-
status:
|
|
16054
|
+
status: 400;
|
|
16009
16055
|
} | {
|
|
16010
16056
|
input: {
|
|
16011
16057
|
param: {
|
|
16012
|
-
screen: "signup" | "reset-password" | "
|
|
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";
|
|
16013
16059
|
};
|
|
16014
16060
|
} & {
|
|
16015
16061
|
query: {
|
|
@@ -16023,7 +16069,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16023
16069
|
};
|
|
16024
16070
|
output: {};
|
|
16025
16071
|
outputFormat: string;
|
|
16026
|
-
status:
|
|
16072
|
+
status: 302;
|
|
16027
16073
|
};
|
|
16028
16074
|
};
|
|
16029
16075
|
}, "/"> & import("hono/types").MergeSchemaPath<{
|