authhero 5.10.0 → 5.11.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 +33 -1
- package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/assets/u/widget/p-FUW5zvoZ.js +2 -0
- package/dist/assets/u/widget/{p-e91b632f.entry.js → p-aa120307.entry.js} +1 -1
- package/dist/assets/u/widget/{p-f63fd386.entry.js → p-f0f9eca3.entry.js} +1 -1
- package/dist/authhero.cjs +229 -212
- package/dist/authhero.css +2 -1
- package/dist/authhero.d.ts +123 -86
- package/dist/authhero.mjs +80125 -82252
- package/dist/client.js +33 -1
- package/dist/passkey-enrollment-DKWsGt-K.js +1 -0
- package/dist/passkey-enrollment-Dw1ObR65.mjs +26 -0
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +2 -2
- package/dist/types/client/client-bundle.d.ts +1 -1
- package/dist/types/email-services/mailgun.d.ts +1 -0
- package/dist/types/helpers/service-token.d.ts +21 -0
- package/dist/types/hooks/helpers/token-api.d.ts +7 -0
- package/dist/types/index.d.ts +122 -86
- package/dist/types/routes/auth-api/authorize.d.ts +14 -14
- package/dist/types/routes/auth-api/index.d.ts +30 -30
- package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- 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/email-templates.d.ts +14 -14
- 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/index.d.ts +72 -36
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/organizations.d.ts +40 -4
- 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/types/IdToken.d.ts +4 -4
- package/package.json +24 -24
- package/dist/assets/u/widget/p-BFP_5sHV.js +0 -2
- package/dist/passkey-enrollment-D0dl7raT.mjs +0 -42
- package/dist/passkey-enrollment-dbZd6Zqw.js +0 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -1610,6 +1610,7 @@ declare const mailgunCredentialsSchema: z.ZodObject<{
|
|
|
1610
1610
|
domain: z.ZodString;
|
|
1611
1611
|
region: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1612
1612
|
eu: "eu";
|
|
1613
|
+
us: "us";
|
|
1613
1614
|
}>>>;
|
|
1614
1615
|
}, z.core.$strip>;
|
|
1615
1616
|
type MailgunCredentials = z.infer<typeof mailgunCredentialsSchema>;
|
|
@@ -2547,7 +2548,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2547
2548
|
};
|
|
2548
2549
|
};
|
|
2549
2550
|
output: {
|
|
2550
|
-
name: "
|
|
2551
|
+
name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
|
|
2551
2552
|
enabled: boolean;
|
|
2552
2553
|
trial_expired?: boolean | undefined;
|
|
2553
2554
|
}[];
|
|
@@ -2702,7 +2703,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2702
2703
|
$get: {
|
|
2703
2704
|
input: {
|
|
2704
2705
|
param: {
|
|
2705
|
-
factor_name: "
|
|
2706
|
+
factor_name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
|
|
2706
2707
|
};
|
|
2707
2708
|
} & {
|
|
2708
2709
|
header: {
|
|
@@ -2710,7 +2711,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2710
2711
|
};
|
|
2711
2712
|
};
|
|
2712
2713
|
output: {
|
|
2713
|
-
name: "
|
|
2714
|
+
name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
|
|
2714
2715
|
enabled: boolean;
|
|
2715
2716
|
trial_expired?: boolean | undefined;
|
|
2716
2717
|
};
|
|
@@ -2723,7 +2724,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2723
2724
|
$put: {
|
|
2724
2725
|
input: {
|
|
2725
2726
|
param: {
|
|
2726
|
-
factor_name: "
|
|
2727
|
+
factor_name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
|
|
2727
2728
|
};
|
|
2728
2729
|
} & {
|
|
2729
2730
|
header: {
|
|
@@ -2735,7 +2736,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2735
2736
|
};
|
|
2736
2737
|
};
|
|
2737
2738
|
output: {
|
|
2738
|
-
name: "
|
|
2739
|
+
name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
|
|
2739
2740
|
enabled: boolean;
|
|
2740
2741
|
trial_expired?: boolean | undefined;
|
|
2741
2742
|
};
|
|
@@ -3101,22 +3102,58 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3101
3102
|
};
|
|
3102
3103
|
output: {
|
|
3103
3104
|
user_id: string;
|
|
3104
|
-
roles: {
|
|
3105
|
+
roles: {
|
|
3106
|
+
name: string;
|
|
3107
|
+
id: string;
|
|
3108
|
+
description?: string | undefined;
|
|
3109
|
+
is_system?: boolean | undefined;
|
|
3110
|
+
metadata?: {
|
|
3111
|
+
[x: string]: any;
|
|
3112
|
+
} | undefined;
|
|
3113
|
+
created_at?: string | undefined;
|
|
3114
|
+
updated_at?: string | undefined;
|
|
3115
|
+
}[];
|
|
3105
3116
|
email?: string | undefined;
|
|
3117
|
+
name?: string | undefined;
|
|
3118
|
+
picture?: string | undefined;
|
|
3106
3119
|
}[] | {
|
|
3107
3120
|
start: number;
|
|
3108
3121
|
limit: number;
|
|
3109
3122
|
total: number;
|
|
3110
3123
|
members: {
|
|
3111
3124
|
user_id: string;
|
|
3112
|
-
roles: {
|
|
3125
|
+
roles: {
|
|
3126
|
+
name: string;
|
|
3127
|
+
id: string;
|
|
3128
|
+
description?: string | undefined;
|
|
3129
|
+
is_system?: boolean | undefined;
|
|
3130
|
+
metadata?: {
|
|
3131
|
+
[x: string]: any;
|
|
3132
|
+
} | undefined;
|
|
3133
|
+
created_at?: string | undefined;
|
|
3134
|
+
updated_at?: string | undefined;
|
|
3135
|
+
}[];
|
|
3113
3136
|
email?: string | undefined;
|
|
3137
|
+
name?: string | undefined;
|
|
3138
|
+
picture?: string | undefined;
|
|
3114
3139
|
}[];
|
|
3115
3140
|
} | {
|
|
3116
3141
|
members: {
|
|
3117
3142
|
user_id: string;
|
|
3118
|
-
roles: {
|
|
3143
|
+
roles: {
|
|
3144
|
+
name: string;
|
|
3145
|
+
id: string;
|
|
3146
|
+
description?: string | undefined;
|
|
3147
|
+
is_system?: boolean | undefined;
|
|
3148
|
+
metadata?: {
|
|
3149
|
+
[x: string]: any;
|
|
3150
|
+
} | undefined;
|
|
3151
|
+
created_at?: string | undefined;
|
|
3152
|
+
updated_at?: string | undefined;
|
|
3153
|
+
}[];
|
|
3119
3154
|
email?: string | undefined;
|
|
3155
|
+
name?: string | undefined;
|
|
3156
|
+
picture?: string | undefined;
|
|
3120
3157
|
}[];
|
|
3121
3158
|
next?: string | undefined;
|
|
3122
3159
|
};
|
|
@@ -3444,8 +3481,8 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3444
3481
|
invitee: {
|
|
3445
3482
|
email?: string | undefined;
|
|
3446
3483
|
};
|
|
3447
|
-
connection_id?: string | undefined;
|
|
3448
3484
|
id?: string | undefined;
|
|
3485
|
+
connection_id?: string | undefined;
|
|
3449
3486
|
app_metadata?: Record<string, any> | undefined;
|
|
3450
3487
|
user_metadata?: Record<string, any> | undefined;
|
|
3451
3488
|
roles?: string[] | undefined;
|
|
@@ -4299,7 +4336,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4299
4336
|
type: "REDIRECT";
|
|
4300
4337
|
action: "REDIRECT_USER";
|
|
4301
4338
|
params: {
|
|
4302
|
-
target: "custom" | "
|
|
4339
|
+
target: "custom" | "change-email" | "account";
|
|
4303
4340
|
custom_url?: string | undefined;
|
|
4304
4341
|
};
|
|
4305
4342
|
alias?: string | undefined;
|
|
@@ -4352,7 +4389,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4352
4389
|
type: "REDIRECT";
|
|
4353
4390
|
action: "REDIRECT_USER";
|
|
4354
4391
|
params: {
|
|
4355
|
-
target: "custom" | "
|
|
4392
|
+
target: "custom" | "change-email" | "account";
|
|
4356
4393
|
custom_url?: string | undefined;
|
|
4357
4394
|
};
|
|
4358
4395
|
alias?: string | undefined;
|
|
@@ -4420,7 +4457,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4420
4457
|
type: "REDIRECT";
|
|
4421
4458
|
action: "REDIRECT_USER";
|
|
4422
4459
|
params: {
|
|
4423
|
-
target: "custom" | "
|
|
4460
|
+
target: "custom" | "change-email" | "account";
|
|
4424
4461
|
custom_url?: string | undefined;
|
|
4425
4462
|
};
|
|
4426
4463
|
alias?: string | undefined;
|
|
@@ -4501,7 +4538,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4501
4538
|
type: "REDIRECT";
|
|
4502
4539
|
action: "REDIRECT_USER";
|
|
4503
4540
|
params: {
|
|
4504
|
-
target: "custom" | "
|
|
4541
|
+
target: "custom" | "change-email" | "account";
|
|
4505
4542
|
custom_url?: string | undefined;
|
|
4506
4543
|
};
|
|
4507
4544
|
alias?: string | undefined;
|
|
@@ -4549,7 +4586,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4549
4586
|
type: "REDIRECT";
|
|
4550
4587
|
action: "REDIRECT_USER";
|
|
4551
4588
|
params: {
|
|
4552
|
-
target: "custom" | "
|
|
4589
|
+
target: "custom" | "change-email" | "account";
|
|
4553
4590
|
custom_url?: string | undefined;
|
|
4554
4591
|
};
|
|
4555
4592
|
alias?: string | undefined;
|
|
@@ -4609,7 +4646,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4609
4646
|
type: "REDIRECT";
|
|
4610
4647
|
action: "REDIRECT_USER";
|
|
4611
4648
|
params: {
|
|
4612
|
-
target: "custom" | "
|
|
4649
|
+
target: "custom" | "change-email" | "account";
|
|
4613
4650
|
custom_url?: string | undefined;
|
|
4614
4651
|
};
|
|
4615
4652
|
alias?: string | undefined;
|
|
@@ -4657,7 +4694,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4657
4694
|
type: "REDIRECT";
|
|
4658
4695
|
action: "REDIRECT_USER";
|
|
4659
4696
|
params: {
|
|
4660
|
-
target: "custom" | "
|
|
4697
|
+
target: "custom" | "change-email" | "account";
|
|
4661
4698
|
custom_url?: string | undefined;
|
|
4662
4699
|
};
|
|
4663
4700
|
alias?: string | undefined;
|
|
@@ -8935,7 +8972,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8935
8972
|
};
|
|
8936
8973
|
};
|
|
8937
8974
|
output: {
|
|
8938
|
-
prompt: "
|
|
8975
|
+
prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
|
|
8939
8976
|
language: string;
|
|
8940
8977
|
}[];
|
|
8941
8978
|
outputFormat: "json";
|
|
@@ -8973,7 +9010,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8973
9010
|
$get: {
|
|
8974
9011
|
input: {
|
|
8975
9012
|
param: {
|
|
8976
|
-
prompt: "
|
|
9013
|
+
prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
|
|
8977
9014
|
language: string;
|
|
8978
9015
|
};
|
|
8979
9016
|
} & {
|
|
@@ -8995,7 +9032,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8995
9032
|
$put: {
|
|
8996
9033
|
input: {
|
|
8997
9034
|
param: {
|
|
8998
|
-
prompt: "
|
|
9035
|
+
prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
|
|
8999
9036
|
language: string;
|
|
9000
9037
|
};
|
|
9001
9038
|
} & {
|
|
@@ -9019,7 +9056,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9019
9056
|
$delete: {
|
|
9020
9057
|
input: {
|
|
9021
9058
|
param: {
|
|
9022
|
-
prompt: "
|
|
9059
|
+
prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
|
|
9023
9060
|
language: string;
|
|
9024
9061
|
};
|
|
9025
9062
|
} & {
|
|
@@ -10460,7 +10497,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10460
10497
|
log_type: string;
|
|
10461
10498
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
10462
10499
|
actor: {
|
|
10463
|
-
type: "
|
|
10500
|
+
type: "client_credentials" | "user" | "api_key" | "system" | "admin";
|
|
10464
10501
|
id?: string | undefined;
|
|
10465
10502
|
email?: string | undefined;
|
|
10466
10503
|
org_id?: string | undefined;
|
|
@@ -11108,7 +11145,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11108
11145
|
};
|
|
11109
11146
|
};
|
|
11110
11147
|
output: {
|
|
11111
|
-
type: "
|
|
11148
|
+
type: "gd_send_sms" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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_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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11112
11149
|
date: string;
|
|
11113
11150
|
isMobile: boolean;
|
|
11114
11151
|
log_id: string;
|
|
@@ -11147,7 +11184,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11147
11184
|
limit: number;
|
|
11148
11185
|
length: number;
|
|
11149
11186
|
logs: {
|
|
11150
|
-
type: "
|
|
11187
|
+
type: "gd_send_sms" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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_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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11151
11188
|
date: string;
|
|
11152
11189
|
isMobile: boolean;
|
|
11153
11190
|
log_id: string;
|
|
@@ -11201,7 +11238,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11201
11238
|
};
|
|
11202
11239
|
};
|
|
11203
11240
|
output: {
|
|
11204
|
-
type: "
|
|
11241
|
+
type: "gd_send_sms" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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_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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11205
11242
|
date: string;
|
|
11206
11243
|
isMobile: boolean;
|
|
11207
11244
|
log_id: string;
|
|
@@ -11515,7 +11552,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11515
11552
|
addons?: {
|
|
11516
11553
|
[x: string]: any;
|
|
11517
11554
|
} | undefined;
|
|
11518
|
-
token_endpoint_auth_method?: "
|
|
11555
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
11519
11556
|
client_metadata?: {
|
|
11520
11557
|
[x: string]: string;
|
|
11521
11558
|
} | undefined;
|
|
@@ -11611,7 +11648,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11611
11648
|
addons?: {
|
|
11612
11649
|
[x: string]: any;
|
|
11613
11650
|
} | undefined;
|
|
11614
|
-
token_endpoint_auth_method?: "
|
|
11651
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
11615
11652
|
client_metadata?: {
|
|
11616
11653
|
[x: string]: string;
|
|
11617
11654
|
} | undefined;
|
|
@@ -11722,7 +11759,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11722
11759
|
addons?: {
|
|
11723
11760
|
[x: string]: any;
|
|
11724
11761
|
} | undefined;
|
|
11725
|
-
token_endpoint_auth_method?: "
|
|
11762
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
11726
11763
|
client_metadata?: {
|
|
11727
11764
|
[x: string]: string;
|
|
11728
11765
|
} | undefined;
|
|
@@ -11832,7 +11869,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11832
11869
|
custom_login_page_preview?: string | undefined;
|
|
11833
11870
|
form_template?: string | undefined;
|
|
11834
11871
|
addons?: Record<string, any> | undefined;
|
|
11835
|
-
token_endpoint_auth_method?: "
|
|
11872
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
11836
11873
|
client_metadata?: Record<string, string> | undefined;
|
|
11837
11874
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
11838
11875
|
mobile?: Record<string, any> | undefined;
|
|
@@ -11912,7 +11949,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11912
11949
|
addons?: {
|
|
11913
11950
|
[x: string]: any;
|
|
11914
11951
|
} | undefined;
|
|
11915
|
-
token_endpoint_auth_method?: "
|
|
11952
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
11916
11953
|
client_metadata?: {
|
|
11917
11954
|
[x: string]: string;
|
|
11918
11955
|
} | undefined;
|
|
@@ -12001,7 +12038,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12001
12038
|
custom_login_page_preview?: string | undefined;
|
|
12002
12039
|
form_template?: string | undefined;
|
|
12003
12040
|
addons?: Record<string, any> | undefined;
|
|
12004
|
-
token_endpoint_auth_method?: "
|
|
12041
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12005
12042
|
client_metadata?: Record<string, string> | undefined;
|
|
12006
12043
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
12007
12044
|
mobile?: Record<string, any> | undefined;
|
|
@@ -12081,7 +12118,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12081
12118
|
addons?: {
|
|
12082
12119
|
[x: string]: any;
|
|
12083
12120
|
} | undefined;
|
|
12084
|
-
token_endpoint_auth_method?: "
|
|
12121
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12085
12122
|
client_metadata?: {
|
|
12086
12123
|
[x: string]: string;
|
|
12087
12124
|
} | undefined;
|
|
@@ -13345,7 +13382,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13345
13382
|
};
|
|
13346
13383
|
};
|
|
13347
13384
|
output: {
|
|
13348
|
-
type: "
|
|
13385
|
+
type: "gd_send_sms" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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_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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
13349
13386
|
date: string;
|
|
13350
13387
|
isMobile: boolean;
|
|
13351
13388
|
log_id: string;
|
|
@@ -13384,7 +13421,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13384
13421
|
limit: number;
|
|
13385
13422
|
length: number;
|
|
13386
13423
|
logs: {
|
|
13387
|
-
type: "
|
|
13424
|
+
type: "gd_send_sms" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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_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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
13388
13425
|
date: string;
|
|
13389
13426
|
isMobile: boolean;
|
|
13390
13427
|
log_id: string;
|
|
@@ -13699,7 +13736,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13699
13736
|
};
|
|
13700
13737
|
} & {
|
|
13701
13738
|
json: {
|
|
13702
|
-
template: "
|
|
13739
|
+
template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13703
13740
|
body: string;
|
|
13704
13741
|
from: string;
|
|
13705
13742
|
subject: string;
|
|
@@ -13720,7 +13757,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13720
13757
|
};
|
|
13721
13758
|
} & {
|
|
13722
13759
|
json: {
|
|
13723
|
-
template: "
|
|
13760
|
+
template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13724
13761
|
body: string;
|
|
13725
13762
|
from: string;
|
|
13726
13763
|
subject: string;
|
|
@@ -13732,7 +13769,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13732
13769
|
};
|
|
13733
13770
|
};
|
|
13734
13771
|
output: {
|
|
13735
|
-
template: "
|
|
13772
|
+
template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13736
13773
|
body: string;
|
|
13737
13774
|
from: string;
|
|
13738
13775
|
subject: string;
|
|
@@ -13751,7 +13788,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13751
13788
|
$get: {
|
|
13752
13789
|
input: {
|
|
13753
13790
|
param: {
|
|
13754
|
-
templateName: "
|
|
13791
|
+
templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13755
13792
|
};
|
|
13756
13793
|
} & {
|
|
13757
13794
|
header: {
|
|
@@ -13764,7 +13801,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13764
13801
|
} | {
|
|
13765
13802
|
input: {
|
|
13766
13803
|
param: {
|
|
13767
|
-
templateName: "
|
|
13804
|
+
templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13768
13805
|
};
|
|
13769
13806
|
} & {
|
|
13770
13807
|
header: {
|
|
@@ -13772,7 +13809,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13772
13809
|
};
|
|
13773
13810
|
};
|
|
13774
13811
|
output: {
|
|
13775
|
-
template: "
|
|
13812
|
+
template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13776
13813
|
body: string;
|
|
13777
13814
|
from: string;
|
|
13778
13815
|
subject: string;
|
|
@@ -13791,7 +13828,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13791
13828
|
$put: {
|
|
13792
13829
|
input: {
|
|
13793
13830
|
param: {
|
|
13794
|
-
templateName: "
|
|
13831
|
+
templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13795
13832
|
};
|
|
13796
13833
|
} & {
|
|
13797
13834
|
header: {
|
|
@@ -13799,7 +13836,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13799
13836
|
};
|
|
13800
13837
|
} & {
|
|
13801
13838
|
json: {
|
|
13802
|
-
template: "
|
|
13839
|
+
template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13803
13840
|
body: string;
|
|
13804
13841
|
from: string;
|
|
13805
13842
|
subject: string;
|
|
@@ -13811,7 +13848,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13811
13848
|
};
|
|
13812
13849
|
};
|
|
13813
13850
|
output: {
|
|
13814
|
-
template: "
|
|
13851
|
+
template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13815
13852
|
body: string;
|
|
13816
13853
|
from: string;
|
|
13817
13854
|
subject: string;
|
|
@@ -13830,7 +13867,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13830
13867
|
$patch: {
|
|
13831
13868
|
input: {
|
|
13832
13869
|
param: {
|
|
13833
|
-
templateName: "
|
|
13870
|
+
templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13834
13871
|
};
|
|
13835
13872
|
} & {
|
|
13836
13873
|
header: {
|
|
@@ -13838,7 +13875,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13838
13875
|
};
|
|
13839
13876
|
} & {
|
|
13840
13877
|
json: {
|
|
13841
|
-
template?: "
|
|
13878
|
+
template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
13842
13879
|
body?: string | undefined;
|
|
13843
13880
|
from?: string | undefined;
|
|
13844
13881
|
subject?: string | undefined;
|
|
@@ -13855,7 +13892,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13855
13892
|
} | {
|
|
13856
13893
|
input: {
|
|
13857
13894
|
param: {
|
|
13858
|
-
templateName: "
|
|
13895
|
+
templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13859
13896
|
};
|
|
13860
13897
|
} & {
|
|
13861
13898
|
header: {
|
|
@@ -13863,7 +13900,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13863
13900
|
};
|
|
13864
13901
|
} & {
|
|
13865
13902
|
json: {
|
|
13866
|
-
template?: "
|
|
13903
|
+
template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
13867
13904
|
body?: string | undefined;
|
|
13868
13905
|
from?: string | undefined;
|
|
13869
13906
|
subject?: string | undefined;
|
|
@@ -13875,7 +13912,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13875
13912
|
};
|
|
13876
13913
|
};
|
|
13877
13914
|
output: {
|
|
13878
|
-
template: "
|
|
13915
|
+
template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
13879
13916
|
body: string;
|
|
13880
13917
|
from: string;
|
|
13881
13918
|
subject: string;
|
|
@@ -14921,7 +14958,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14921
14958
|
output: {
|
|
14922
14959
|
id: string;
|
|
14923
14960
|
trigger_id: string;
|
|
14924
|
-
status: "
|
|
14961
|
+
status: "unspecified" | "pending" | "final" | "partial" | "canceled" | "suspended";
|
|
14925
14962
|
results: {
|
|
14926
14963
|
action_name: string;
|
|
14927
14964
|
error: {
|
|
@@ -14968,7 +15005,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14968
15005
|
logs: {
|
|
14969
15006
|
action_name: string;
|
|
14970
15007
|
lines: {
|
|
14971
|
-
level: "
|
|
15008
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
14972
15009
|
message: string;
|
|
14973
15010
|
}[];
|
|
14974
15011
|
}[];
|
|
@@ -15635,7 +15672,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15635
15672
|
args: hono_utils_types.JSONValue[];
|
|
15636
15673
|
}[];
|
|
15637
15674
|
logs: {
|
|
15638
|
-
level: "
|
|
15675
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
15639
15676
|
message: string;
|
|
15640
15677
|
}[];
|
|
15641
15678
|
error?: string | undefined;
|
|
@@ -15933,7 +15970,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15933
15970
|
scope?: string | undefined;
|
|
15934
15971
|
grant_types?: string[] | undefined;
|
|
15935
15972
|
response_types?: string[] | undefined;
|
|
15936
|
-
token_endpoint_auth_method?: "
|
|
15973
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
15937
15974
|
jwks_uri?: string | undefined;
|
|
15938
15975
|
jwks?: Record<string, unknown> | undefined;
|
|
15939
15976
|
software_id?: string | undefined;
|
|
@@ -16022,7 +16059,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16022
16059
|
scope?: string | undefined;
|
|
16023
16060
|
grant_types?: string[] | undefined;
|
|
16024
16061
|
response_types?: string[] | undefined;
|
|
16025
|
-
token_endpoint_auth_method?: "
|
|
16062
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
16026
16063
|
jwks_uri?: string | undefined;
|
|
16027
16064
|
jwks?: Record<string, unknown> | undefined;
|
|
16028
16065
|
software_id?: string | undefined;
|
|
@@ -16079,7 +16116,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16079
16116
|
client_id: string;
|
|
16080
16117
|
redirect_url?: string | undefined;
|
|
16081
16118
|
login_hint?: string | undefined;
|
|
16082
|
-
screen_hint?: "
|
|
16119
|
+
screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
|
|
16083
16120
|
};
|
|
16084
16121
|
};
|
|
16085
16122
|
output: {};
|
|
@@ -16091,7 +16128,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16091
16128
|
client_id: string;
|
|
16092
16129
|
redirect_url?: string | undefined;
|
|
16093
16130
|
login_hint?: string | undefined;
|
|
16094
|
-
screen_hint?: "
|
|
16131
|
+
screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
|
|
16095
16132
|
};
|
|
16096
16133
|
};
|
|
16097
16134
|
output: {
|
|
@@ -16168,17 +16205,9 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16168
16205
|
request_uri?: string | undefined;
|
|
16169
16206
|
};
|
|
16170
16207
|
};
|
|
16171
|
-
output:
|
|
16172
|
-
|
|
16173
|
-
|
|
16174
|
-
expires_in: number;
|
|
16175
|
-
id_token?: string | undefined;
|
|
16176
|
-
scope?: string | undefined;
|
|
16177
|
-
state?: string | undefined;
|
|
16178
|
-
refresh_token?: string | undefined;
|
|
16179
|
-
};
|
|
16180
|
-
outputFormat: "json";
|
|
16181
|
-
status: 200;
|
|
16208
|
+
output: {};
|
|
16209
|
+
outputFormat: string;
|
|
16210
|
+
status: 302;
|
|
16182
16211
|
} | {
|
|
16183
16212
|
input: {
|
|
16184
16213
|
query: {
|
|
@@ -16210,9 +16239,17 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16210
16239
|
request_uri?: string | undefined;
|
|
16211
16240
|
};
|
|
16212
16241
|
};
|
|
16213
|
-
output: {
|
|
16214
|
-
|
|
16215
|
-
|
|
16242
|
+
output: string | {
|
|
16243
|
+
access_token: string;
|
|
16244
|
+
token_type: string;
|
|
16245
|
+
expires_in: number;
|
|
16246
|
+
id_token?: string | undefined;
|
|
16247
|
+
scope?: string | undefined;
|
|
16248
|
+
state?: string | undefined;
|
|
16249
|
+
refresh_token?: string | undefined;
|
|
16250
|
+
};
|
|
16251
|
+
outputFormat: "json";
|
|
16252
|
+
status: 200;
|
|
16216
16253
|
} | {
|
|
16217
16254
|
input: {
|
|
16218
16255
|
query: {
|
|
@@ -16368,19 +16405,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16368
16405
|
email: string;
|
|
16369
16406
|
send: "code" | "link";
|
|
16370
16407
|
authParams: {
|
|
16408
|
+
scope?: string | undefined;
|
|
16409
|
+
state?: string | undefined;
|
|
16410
|
+
audience?: string | undefined;
|
|
16371
16411
|
code_challenge?: string | undefined;
|
|
16372
16412
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16373
16413
|
redirect_uri?: string | undefined;
|
|
16374
16414
|
nonce?: string | undefined;
|
|
16375
|
-
state?: string | undefined;
|
|
16376
|
-
act_as?: string | undefined;
|
|
16377
16415
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
16378
16416
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
16379
|
-
|
|
16417
|
+
username?: string | undefined;
|
|
16418
|
+
act_as?: string | undefined;
|
|
16380
16419
|
organization?: string | undefined;
|
|
16381
|
-
scope?: string | undefined;
|
|
16382
16420
|
prompt?: string | undefined;
|
|
16383
|
-
username?: string | undefined;
|
|
16384
16421
|
ui_locales?: string | undefined;
|
|
16385
16422
|
max_age?: number | undefined;
|
|
16386
16423
|
acr_values?: string | undefined;
|
|
@@ -16404,19 +16441,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16404
16441
|
phone_number: string;
|
|
16405
16442
|
send: "code" | "link";
|
|
16406
16443
|
authParams: {
|
|
16444
|
+
scope?: string | undefined;
|
|
16445
|
+
state?: string | undefined;
|
|
16446
|
+
audience?: string | undefined;
|
|
16407
16447
|
code_challenge?: string | undefined;
|
|
16408
16448
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16409
16449
|
redirect_uri?: string | undefined;
|
|
16410
16450
|
nonce?: string | undefined;
|
|
16411
|
-
state?: string | undefined;
|
|
16412
|
-
act_as?: string | undefined;
|
|
16413
16451
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
16414
16452
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
16415
|
-
|
|
16453
|
+
username?: string | undefined;
|
|
16454
|
+
act_as?: string | undefined;
|
|
16416
16455
|
organization?: string | undefined;
|
|
16417
|
-
scope?: string | undefined;
|
|
16418
16456
|
prompt?: string | undefined;
|
|
16419
|
-
username?: string | undefined;
|
|
16420
16457
|
ui_locales?: string | undefined;
|
|
16421
16458
|
max_age?: number | undefined;
|
|
16422
16459
|
acr_values?: string | undefined;
|
|
@@ -17177,7 +17214,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17177
17214
|
};
|
|
17178
17215
|
output: {};
|
|
17179
17216
|
outputFormat: string;
|
|
17180
|
-
status:
|
|
17217
|
+
status: 200;
|
|
17181
17218
|
} | {
|
|
17182
17219
|
input: {
|
|
17183
17220
|
query: {
|
|
@@ -17191,7 +17228,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17191
17228
|
};
|
|
17192
17229
|
output: {};
|
|
17193
17230
|
outputFormat: string;
|
|
17194
|
-
status:
|
|
17231
|
+
status: 302;
|
|
17195
17232
|
} | {
|
|
17196
17233
|
input: {
|
|
17197
17234
|
query: {
|
|
@@ -18163,7 +18200,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18163
18200
|
$get: {
|
|
18164
18201
|
input: {
|
|
18165
18202
|
param: {
|
|
18166
|
-
screen: "signup" | "
|
|
18203
|
+
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";
|
|
18167
18204
|
};
|
|
18168
18205
|
} & {
|
|
18169
18206
|
query: {
|
|
@@ -18179,7 +18216,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18179
18216
|
} | {
|
|
18180
18217
|
input: {
|
|
18181
18218
|
param: {
|
|
18182
|
-
screen: "signup" | "
|
|
18219
|
+
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";
|
|
18183
18220
|
};
|
|
18184
18221
|
} & {
|
|
18185
18222
|
query: {
|
|
@@ -18195,7 +18232,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18195
18232
|
} | {
|
|
18196
18233
|
input: {
|
|
18197
18234
|
param: {
|
|
18198
|
-
screen: "signup" | "
|
|
18235
|
+
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";
|
|
18199
18236
|
};
|
|
18200
18237
|
} & {
|
|
18201
18238
|
query: {
|
|
@@ -18215,7 +18252,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18215
18252
|
$post: {
|
|
18216
18253
|
input: {
|
|
18217
18254
|
param: {
|
|
18218
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
18255
|
+
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";
|
|
18219
18256
|
};
|
|
18220
18257
|
} & {
|
|
18221
18258
|
query: {
|
|
@@ -18233,7 +18270,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18233
18270
|
} | {
|
|
18234
18271
|
input: {
|
|
18235
18272
|
param: {
|
|
18236
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
18273
|
+
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";
|
|
18237
18274
|
};
|
|
18238
18275
|
} & {
|
|
18239
18276
|
query: {
|
|
@@ -18251,7 +18288,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18251
18288
|
} | {
|
|
18252
18289
|
input: {
|
|
18253
18290
|
param: {
|
|
18254
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
18291
|
+
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";
|
|
18255
18292
|
};
|
|
18256
18293
|
} & {
|
|
18257
18294
|
query: {
|