authhero 8.10.0 → 8.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/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +109 -109
- package/dist/authhero.d.ts +140 -140
- package/dist/authhero.mjs +9215 -9171
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +6 -6
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +140 -140
- package/dist/types/routes/auth-api/index.d.ts +28 -28
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/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/action-triggers.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/branding.d.ts +9 -9
- package/dist/types/routes/management-api/clients.d.ts +13 -13
- package/dist/types/routes/management-api/connections.d.ts +16 -16
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/forms.d.ts +126 -126
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hook-code.d.ts +2 -2
- package/dist/types/routes/management-api/index.d.ts +96 -96
- package/dist/types/routes/management-api/log-streams.d.ts +6 -6
- 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 +5 -5
- package/dist/types/routes/management-api/themes.d.ts +6 -6
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +12 -12
- package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/dist/types/strategies/microsoft-entra.d.ts +14 -0
- package/dist/types/strategies/waad.d.ts +14 -0
- package/dist/types/types/IdToken.d.ts +3 -3
- package/package.json +5 -5
package/dist/authhero.d.ts
CHANGED
|
@@ -3095,7 +3095,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3095
3095
|
};
|
|
3096
3096
|
} & {
|
|
3097
3097
|
json: {
|
|
3098
|
-
type: "
|
|
3098
|
+
type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
3099
3099
|
phone_number?: string | undefined;
|
|
3100
3100
|
totp_secret?: string | undefined;
|
|
3101
3101
|
credential_id?: string | undefined;
|
|
@@ -3235,7 +3235,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3235
3235
|
};
|
|
3236
3236
|
};
|
|
3237
3237
|
output: {
|
|
3238
|
-
name: "
|
|
3238
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3239
3239
|
enabled: boolean;
|
|
3240
3240
|
trial_expired?: boolean | undefined;
|
|
3241
3241
|
}[];
|
|
@@ -3390,7 +3390,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3390
3390
|
$get: {
|
|
3391
3391
|
input: {
|
|
3392
3392
|
param: {
|
|
3393
|
-
factor_name: "
|
|
3393
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3394
3394
|
};
|
|
3395
3395
|
} & {
|
|
3396
3396
|
header: {
|
|
@@ -3398,7 +3398,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3398
3398
|
};
|
|
3399
3399
|
};
|
|
3400
3400
|
output: {
|
|
3401
|
-
name: "
|
|
3401
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3402
3402
|
enabled: boolean;
|
|
3403
3403
|
trial_expired?: boolean | undefined;
|
|
3404
3404
|
};
|
|
@@ -3411,7 +3411,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3411
3411
|
$put: {
|
|
3412
3412
|
input: {
|
|
3413
3413
|
param: {
|
|
3414
|
-
factor_name: "
|
|
3414
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3415
3415
|
};
|
|
3416
3416
|
} & {
|
|
3417
3417
|
header: {
|
|
@@ -3423,7 +3423,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3423
3423
|
};
|
|
3424
3424
|
};
|
|
3425
3425
|
output: {
|
|
3426
|
-
name: "
|
|
3426
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3427
3427
|
enabled: boolean;
|
|
3428
3428
|
trial_expired?: boolean | undefined;
|
|
3429
3429
|
};
|
|
@@ -4356,8 +4356,8 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4356
4356
|
};
|
|
4357
4357
|
} & {
|
|
4358
4358
|
json: {
|
|
4359
|
-
assign_membership_on_login?: boolean | undefined;
|
|
4360
4359
|
show_as_button?: boolean | undefined;
|
|
4360
|
+
assign_membership_on_login?: boolean | undefined;
|
|
4361
4361
|
is_signup_enabled?: boolean | undefined;
|
|
4362
4362
|
};
|
|
4363
4363
|
};
|
|
@@ -9827,7 +9827,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9827
9827
|
};
|
|
9828
9828
|
};
|
|
9829
9829
|
output: {
|
|
9830
|
-
prompt: "
|
|
9830
|
+
prompt: "signup" | "status" | "organizations" | "mfa" | "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";
|
|
9831
9831
|
language: string;
|
|
9832
9832
|
}[];
|
|
9833
9833
|
outputFormat: "json";
|
|
@@ -9865,7 +9865,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9865
9865
|
$get: {
|
|
9866
9866
|
input: {
|
|
9867
9867
|
param: {
|
|
9868
|
-
prompt: "
|
|
9868
|
+
prompt: "signup" | "status" | "organizations" | "mfa" | "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";
|
|
9869
9869
|
language: string;
|
|
9870
9870
|
};
|
|
9871
9871
|
} & {
|
|
@@ -9887,7 +9887,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9887
9887
|
$put: {
|
|
9888
9888
|
input: {
|
|
9889
9889
|
param: {
|
|
9890
|
-
prompt: "
|
|
9890
|
+
prompt: "signup" | "status" | "organizations" | "mfa" | "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";
|
|
9891
9891
|
language: string;
|
|
9892
9892
|
};
|
|
9893
9893
|
} & {
|
|
@@ -9911,7 +9911,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9911
9911
|
$delete: {
|
|
9912
9912
|
input: {
|
|
9913
9913
|
param: {
|
|
9914
|
-
prompt: "
|
|
9914
|
+
prompt: "signup" | "status" | "organizations" | "mfa" | "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";
|
|
9915
9915
|
language: string;
|
|
9916
9916
|
};
|
|
9917
9917
|
} & {
|
|
@@ -10003,7 +10003,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10003
10003
|
active?: boolean | undefined;
|
|
10004
10004
|
} | undefined;
|
|
10005
10005
|
signup?: {
|
|
10006
|
-
status?: "
|
|
10006
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10007
10007
|
verification?: {
|
|
10008
10008
|
active?: boolean | undefined;
|
|
10009
10009
|
} | undefined;
|
|
@@ -10020,7 +10020,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10020
10020
|
active?: boolean | undefined;
|
|
10021
10021
|
} | undefined;
|
|
10022
10022
|
signup?: {
|
|
10023
|
-
status?: "
|
|
10023
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10024
10024
|
} | undefined;
|
|
10025
10025
|
validation?: {
|
|
10026
10026
|
max_length?: number | undefined;
|
|
@@ -10037,7 +10037,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10037
10037
|
active?: boolean | undefined;
|
|
10038
10038
|
} | undefined;
|
|
10039
10039
|
signup?: {
|
|
10040
|
-
status?: "
|
|
10040
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10041
10041
|
} | undefined;
|
|
10042
10042
|
} | undefined;
|
|
10043
10043
|
} | undefined;
|
|
@@ -10137,7 +10137,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10137
10137
|
active?: boolean | undefined;
|
|
10138
10138
|
} | undefined;
|
|
10139
10139
|
signup?: {
|
|
10140
|
-
status?: "
|
|
10140
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10141
10141
|
verification?: {
|
|
10142
10142
|
active?: boolean | undefined;
|
|
10143
10143
|
} | undefined;
|
|
@@ -10154,7 +10154,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10154
10154
|
active?: boolean | undefined;
|
|
10155
10155
|
} | undefined;
|
|
10156
10156
|
signup?: {
|
|
10157
|
-
status?: "
|
|
10157
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10158
10158
|
} | undefined;
|
|
10159
10159
|
validation?: {
|
|
10160
10160
|
max_length?: number | undefined;
|
|
@@ -10171,7 +10171,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10171
10171
|
active?: boolean | undefined;
|
|
10172
10172
|
} | undefined;
|
|
10173
10173
|
signup?: {
|
|
10174
|
-
status?: "
|
|
10174
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10175
10175
|
} | undefined;
|
|
10176
10176
|
} | undefined;
|
|
10177
10177
|
} | undefined;
|
|
@@ -10286,7 +10286,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10286
10286
|
active?: boolean | undefined;
|
|
10287
10287
|
} | undefined;
|
|
10288
10288
|
signup?: {
|
|
10289
|
-
status?: "
|
|
10289
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10290
10290
|
verification?: {
|
|
10291
10291
|
active?: boolean | undefined;
|
|
10292
10292
|
} | undefined;
|
|
@@ -10303,7 +10303,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10303
10303
|
active?: boolean | undefined;
|
|
10304
10304
|
} | undefined;
|
|
10305
10305
|
signup?: {
|
|
10306
|
-
status?: "
|
|
10306
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10307
10307
|
} | undefined;
|
|
10308
10308
|
validation?: {
|
|
10309
10309
|
max_length?: number | undefined;
|
|
@@ -10320,7 +10320,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10320
10320
|
active?: boolean | undefined;
|
|
10321
10321
|
} | undefined;
|
|
10322
10322
|
signup?: {
|
|
10323
|
-
status?: "
|
|
10323
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10324
10324
|
} | undefined;
|
|
10325
10325
|
} | undefined;
|
|
10326
10326
|
} | undefined;
|
|
@@ -10465,7 +10465,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10465
10465
|
active?: boolean | undefined;
|
|
10466
10466
|
} | undefined;
|
|
10467
10467
|
signup?: {
|
|
10468
|
-
status?: "
|
|
10468
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10469
10469
|
verification?: {
|
|
10470
10470
|
active?: boolean | undefined;
|
|
10471
10471
|
} | undefined;
|
|
@@ -10482,7 +10482,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10482
10482
|
active?: boolean | undefined;
|
|
10483
10483
|
} | undefined;
|
|
10484
10484
|
signup?: {
|
|
10485
|
-
status?: "
|
|
10485
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10486
10486
|
} | undefined;
|
|
10487
10487
|
validation?: {
|
|
10488
10488
|
max_length?: number | undefined;
|
|
@@ -10499,7 +10499,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10499
10499
|
active?: boolean | undefined;
|
|
10500
10500
|
} | undefined;
|
|
10501
10501
|
signup?: {
|
|
10502
|
-
status?: "
|
|
10502
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10503
10503
|
} | undefined;
|
|
10504
10504
|
} | undefined;
|
|
10505
10505
|
} | undefined;
|
|
@@ -10623,7 +10623,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10623
10623
|
active?: boolean | undefined;
|
|
10624
10624
|
} | undefined;
|
|
10625
10625
|
signup?: {
|
|
10626
|
-
status?: "
|
|
10626
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10627
10627
|
verification?: {
|
|
10628
10628
|
active?: boolean | undefined;
|
|
10629
10629
|
} | undefined;
|
|
@@ -10640,7 +10640,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10640
10640
|
active?: boolean | undefined;
|
|
10641
10641
|
} | undefined;
|
|
10642
10642
|
signup?: {
|
|
10643
|
-
status?: "
|
|
10643
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10644
10644
|
} | undefined;
|
|
10645
10645
|
validation?: {
|
|
10646
10646
|
max_length?: number | undefined;
|
|
@@ -10657,7 +10657,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10657
10657
|
active?: boolean | undefined;
|
|
10658
10658
|
} | undefined;
|
|
10659
10659
|
signup?: {
|
|
10660
|
-
status?: "
|
|
10660
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10661
10661
|
} | undefined;
|
|
10662
10662
|
} | undefined;
|
|
10663
10663
|
} | undefined;
|
|
@@ -10809,7 +10809,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10809
10809
|
tenant_id: string;
|
|
10810
10810
|
created_at: string;
|
|
10811
10811
|
updated_at: string;
|
|
10812
|
-
deploymentStatus: "
|
|
10812
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
10813
10813
|
secrets?: {
|
|
10814
10814
|
[x: string]: string;
|
|
10815
10815
|
} | undefined;
|
|
@@ -10899,7 +10899,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10899
10899
|
tenant_id: string;
|
|
10900
10900
|
created_at: string;
|
|
10901
10901
|
updated_at: string;
|
|
10902
|
-
deploymentStatus: "
|
|
10902
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
10903
10903
|
secrets?: {
|
|
10904
10904
|
[x: string]: string;
|
|
10905
10905
|
} | undefined;
|
|
@@ -11412,7 +11412,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11412
11412
|
log_type: string;
|
|
11413
11413
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
11414
11414
|
actor: {
|
|
11415
|
-
type: "user" | "
|
|
11415
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
11416
11416
|
id?: string | undefined;
|
|
11417
11417
|
email?: string | undefined;
|
|
11418
11418
|
org_id?: string | undefined;
|
|
@@ -11720,7 +11720,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11720
11720
|
created_at: string;
|
|
11721
11721
|
updated_at: string;
|
|
11722
11722
|
name: string;
|
|
11723
|
-
provider: "auth0" | "
|
|
11723
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11724
11724
|
connection: string;
|
|
11725
11725
|
enabled: boolean;
|
|
11726
11726
|
credentials: {
|
|
@@ -11752,7 +11752,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11752
11752
|
created_at: string;
|
|
11753
11753
|
updated_at: string;
|
|
11754
11754
|
name: string;
|
|
11755
|
-
provider: "auth0" | "
|
|
11755
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11756
11756
|
connection: string;
|
|
11757
11757
|
enabled: boolean;
|
|
11758
11758
|
credentials: {
|
|
@@ -11778,7 +11778,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11778
11778
|
} & {
|
|
11779
11779
|
json: {
|
|
11780
11780
|
name: string;
|
|
11781
|
-
provider: "auth0" | "
|
|
11781
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11782
11782
|
connection: string;
|
|
11783
11783
|
credentials: {
|
|
11784
11784
|
domain: string;
|
|
@@ -11795,7 +11795,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11795
11795
|
created_at: string;
|
|
11796
11796
|
updated_at: string;
|
|
11797
11797
|
name: string;
|
|
11798
|
-
provider: "auth0" | "
|
|
11798
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11799
11799
|
connection: string;
|
|
11800
11800
|
enabled: boolean;
|
|
11801
11801
|
credentials: {
|
|
@@ -11826,7 +11826,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11826
11826
|
json: {
|
|
11827
11827
|
id?: string | undefined;
|
|
11828
11828
|
name?: string | undefined;
|
|
11829
|
-
provider?: "auth0" | "
|
|
11829
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
11830
11830
|
connection?: string | undefined;
|
|
11831
11831
|
enabled?: boolean | undefined;
|
|
11832
11832
|
credentials?: {
|
|
@@ -11842,7 +11842,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11842
11842
|
created_at: string;
|
|
11843
11843
|
updated_at: string;
|
|
11844
11844
|
name: string;
|
|
11845
|
-
provider: "auth0" | "
|
|
11845
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11846
11846
|
connection: string;
|
|
11847
11847
|
enabled: boolean;
|
|
11848
11848
|
credentials: {
|
|
@@ -11890,7 +11890,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11890
11890
|
[x: string]: hono_utils_types.JSONValue;
|
|
11891
11891
|
};
|
|
11892
11892
|
id: string;
|
|
11893
|
-
status: "
|
|
11893
|
+
status: "active" | "suspended" | "paused";
|
|
11894
11894
|
filters?: {
|
|
11895
11895
|
type: string;
|
|
11896
11896
|
name: string;
|
|
@@ -11922,7 +11922,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11922
11922
|
[x: string]: hono_utils_types.JSONValue;
|
|
11923
11923
|
};
|
|
11924
11924
|
id: string;
|
|
11925
|
-
status: "
|
|
11925
|
+
status: "active" | "suspended" | "paused";
|
|
11926
11926
|
filters?: {
|
|
11927
11927
|
type: string;
|
|
11928
11928
|
name: string;
|
|
@@ -11947,7 +11947,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11947
11947
|
name: string;
|
|
11948
11948
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
11949
11949
|
sink: Record<string, unknown>;
|
|
11950
|
-
status?: "
|
|
11950
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
11951
11951
|
filters?: {
|
|
11952
11952
|
type: string;
|
|
11953
11953
|
name: string;
|
|
@@ -11962,7 +11962,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11962
11962
|
[x: string]: hono_utils_types.JSONValue;
|
|
11963
11963
|
};
|
|
11964
11964
|
id: string;
|
|
11965
|
-
status: "
|
|
11965
|
+
status: "active" | "suspended" | "paused";
|
|
11966
11966
|
filters?: {
|
|
11967
11967
|
type: string;
|
|
11968
11968
|
name: string;
|
|
@@ -11997,7 +11997,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11997
11997
|
}[] | undefined;
|
|
11998
11998
|
isPriority?: boolean | undefined;
|
|
11999
11999
|
id?: string | undefined;
|
|
12000
|
-
status?: "
|
|
12000
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
12001
12001
|
created_at?: string | undefined;
|
|
12002
12002
|
updated_at?: string | undefined;
|
|
12003
12003
|
};
|
|
@@ -12009,7 +12009,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12009
12009
|
[x: string]: hono_utils_types.JSONValue;
|
|
12010
12010
|
};
|
|
12011
12011
|
id: string;
|
|
12012
|
-
status: "
|
|
12012
|
+
status: "active" | "suspended" | "paused";
|
|
12013
12013
|
filters?: {
|
|
12014
12014
|
type: string;
|
|
12015
12015
|
name: string;
|
|
@@ -12060,7 +12060,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12060
12060
|
};
|
|
12061
12061
|
};
|
|
12062
12062
|
output: {
|
|
12063
|
-
type: "
|
|
12063
|
+
type: "fh" | "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" | "festft" | "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" | "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" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12064
12064
|
date: string;
|
|
12065
12065
|
isMobile: boolean;
|
|
12066
12066
|
log_id: string;
|
|
@@ -12099,7 +12099,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12099
12099
|
limit: number;
|
|
12100
12100
|
length: number;
|
|
12101
12101
|
logs: {
|
|
12102
|
-
type: "
|
|
12102
|
+
type: "fh" | "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" | "festft" | "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" | "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" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12103
12103
|
date: string;
|
|
12104
12104
|
isMobile: boolean;
|
|
12105
12105
|
log_id: string;
|
|
@@ -12153,7 +12153,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12153
12153
|
};
|
|
12154
12154
|
};
|
|
12155
12155
|
output: {
|
|
12156
|
-
type: "
|
|
12156
|
+
type: "fh" | "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" | "festft" | "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" | "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" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12157
12157
|
date: string;
|
|
12158
12158
|
isMobile: boolean;
|
|
12159
12159
|
log_id: string;
|
|
@@ -12541,7 +12541,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12541
12541
|
addons?: {
|
|
12542
12542
|
[x: string]: any;
|
|
12543
12543
|
} | undefined;
|
|
12544
|
-
token_endpoint_auth_method?: "
|
|
12544
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12545
12545
|
client_metadata?: {
|
|
12546
12546
|
[x: string]: string;
|
|
12547
12547
|
} | undefined;
|
|
@@ -12637,7 +12637,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12637
12637
|
addons?: {
|
|
12638
12638
|
[x: string]: any;
|
|
12639
12639
|
} | undefined;
|
|
12640
|
-
token_endpoint_auth_method?: "
|
|
12640
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12641
12641
|
client_metadata?: {
|
|
12642
12642
|
[x: string]: string;
|
|
12643
12643
|
} | undefined;
|
|
@@ -12748,7 +12748,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12748
12748
|
addons?: {
|
|
12749
12749
|
[x: string]: any;
|
|
12750
12750
|
} | undefined;
|
|
12751
|
-
token_endpoint_auth_method?: "
|
|
12751
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12752
12752
|
client_metadata?: {
|
|
12753
12753
|
[x: string]: string;
|
|
12754
12754
|
} | undefined;
|
|
@@ -12858,7 +12858,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12858
12858
|
custom_login_page_preview?: string | undefined;
|
|
12859
12859
|
form_template?: string | undefined;
|
|
12860
12860
|
addons?: Record<string, any> | undefined;
|
|
12861
|
-
token_endpoint_auth_method?: "
|
|
12861
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12862
12862
|
client_metadata?: Record<string, string> | undefined;
|
|
12863
12863
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
12864
12864
|
mobile?: Record<string, any> | undefined;
|
|
@@ -12938,7 +12938,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12938
12938
|
addons?: {
|
|
12939
12939
|
[x: string]: any;
|
|
12940
12940
|
} | undefined;
|
|
12941
|
-
token_endpoint_auth_method?: "
|
|
12941
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12942
12942
|
client_metadata?: {
|
|
12943
12943
|
[x: string]: string;
|
|
12944
12944
|
} | undefined;
|
|
@@ -13027,7 +13027,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13027
13027
|
custom_login_page_preview?: string | undefined;
|
|
13028
13028
|
form_template?: string | undefined;
|
|
13029
13029
|
addons?: Record<string, any> | undefined;
|
|
13030
|
-
token_endpoint_auth_method?: "
|
|
13030
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13031
13031
|
client_metadata?: Record<string, string> | undefined;
|
|
13032
13032
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
13033
13033
|
mobile?: Record<string, any> | undefined;
|
|
@@ -13107,7 +13107,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13107
13107
|
addons?: {
|
|
13108
13108
|
[x: string]: any;
|
|
13109
13109
|
} | undefined;
|
|
13110
|
-
token_endpoint_auth_method?: "
|
|
13110
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13111
13111
|
client_metadata?: {
|
|
13112
13112
|
[x: string]: string;
|
|
13113
13113
|
} | undefined;
|
|
@@ -13229,7 +13229,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13229
13229
|
active?: boolean | undefined;
|
|
13230
13230
|
} | undefined;
|
|
13231
13231
|
signup?: {
|
|
13232
|
-
status?: "
|
|
13232
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13233
13233
|
verification?: {
|
|
13234
13234
|
active?: boolean | undefined;
|
|
13235
13235
|
} | undefined;
|
|
@@ -13246,7 +13246,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13246
13246
|
active?: boolean | undefined;
|
|
13247
13247
|
} | undefined;
|
|
13248
13248
|
signup?: {
|
|
13249
|
-
status?: "
|
|
13249
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13250
13250
|
} | undefined;
|
|
13251
13251
|
validation?: {
|
|
13252
13252
|
max_length?: number | undefined;
|
|
@@ -13263,7 +13263,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13263
13263
|
active?: boolean | undefined;
|
|
13264
13264
|
} | undefined;
|
|
13265
13265
|
signup?: {
|
|
13266
|
-
status?: "
|
|
13266
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13267
13267
|
} | undefined;
|
|
13268
13268
|
} | undefined;
|
|
13269
13269
|
} | undefined;
|
|
@@ -13383,7 +13383,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13383
13383
|
active?: boolean | undefined;
|
|
13384
13384
|
} | undefined;
|
|
13385
13385
|
signup?: {
|
|
13386
|
-
status?: "
|
|
13386
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13387
13387
|
verification?: {
|
|
13388
13388
|
active?: boolean | undefined;
|
|
13389
13389
|
} | undefined;
|
|
@@ -13400,7 +13400,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13400
13400
|
active?: boolean | undefined;
|
|
13401
13401
|
} | undefined;
|
|
13402
13402
|
signup?: {
|
|
13403
|
-
status?: "
|
|
13403
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13404
13404
|
} | undefined;
|
|
13405
13405
|
validation?: {
|
|
13406
13406
|
max_length?: number | undefined;
|
|
@@ -13417,7 +13417,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13417
13417
|
active?: boolean | undefined;
|
|
13418
13418
|
} | undefined;
|
|
13419
13419
|
signup?: {
|
|
13420
|
-
status?: "
|
|
13420
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13421
13421
|
} | undefined;
|
|
13422
13422
|
} | undefined;
|
|
13423
13423
|
} | undefined;
|
|
@@ -14371,7 +14371,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14371
14371
|
};
|
|
14372
14372
|
};
|
|
14373
14373
|
output: {
|
|
14374
|
-
type: "
|
|
14374
|
+
type: "fh" | "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" | "festft" | "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" | "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" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14375
14375
|
date: string;
|
|
14376
14376
|
isMobile: boolean;
|
|
14377
14377
|
log_id: string;
|
|
@@ -14410,7 +14410,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14410
14410
|
limit: number;
|
|
14411
14411
|
length: number;
|
|
14412
14412
|
logs: {
|
|
14413
|
-
type: "
|
|
14413
|
+
type: "fh" | "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" | "festft" | "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" | "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" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14414
14414
|
date: string;
|
|
14415
14415
|
isMobile: boolean;
|
|
14416
14416
|
log_id: string;
|
|
@@ -14725,7 +14725,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14725
14725
|
};
|
|
14726
14726
|
} & {
|
|
14727
14727
|
json: {
|
|
14728
|
-
template: "
|
|
14728
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14729
14729
|
body: string;
|
|
14730
14730
|
from: string;
|
|
14731
14731
|
subject: string;
|
|
@@ -14746,7 +14746,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14746
14746
|
};
|
|
14747
14747
|
} & {
|
|
14748
14748
|
json: {
|
|
14749
|
-
template: "
|
|
14749
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14750
14750
|
body: string;
|
|
14751
14751
|
from: string;
|
|
14752
14752
|
subject: string;
|
|
@@ -14758,7 +14758,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14758
14758
|
};
|
|
14759
14759
|
};
|
|
14760
14760
|
output: {
|
|
14761
|
-
template: "
|
|
14761
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14762
14762
|
body: string;
|
|
14763
14763
|
from: string;
|
|
14764
14764
|
subject: string;
|
|
@@ -14781,7 +14781,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14781
14781
|
};
|
|
14782
14782
|
};
|
|
14783
14783
|
output: {
|
|
14784
|
-
name: "
|
|
14784
|
+
name: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14785
14785
|
body: string;
|
|
14786
14786
|
subject: string;
|
|
14787
14787
|
}[];
|
|
@@ -14794,7 +14794,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14794
14794
|
$get: {
|
|
14795
14795
|
input: {
|
|
14796
14796
|
param: {
|
|
14797
|
-
templateName: "
|
|
14797
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14798
14798
|
};
|
|
14799
14799
|
} & {
|
|
14800
14800
|
header: {
|
|
@@ -14807,7 +14807,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14807
14807
|
} | {
|
|
14808
14808
|
input: {
|
|
14809
14809
|
param: {
|
|
14810
|
-
templateName: "
|
|
14810
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14811
14811
|
};
|
|
14812
14812
|
} & {
|
|
14813
14813
|
header: {
|
|
@@ -14815,7 +14815,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14815
14815
|
};
|
|
14816
14816
|
};
|
|
14817
14817
|
output: {
|
|
14818
|
-
template: "
|
|
14818
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14819
14819
|
body: string;
|
|
14820
14820
|
from: string;
|
|
14821
14821
|
subject: string;
|
|
@@ -14834,7 +14834,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14834
14834
|
$put: {
|
|
14835
14835
|
input: {
|
|
14836
14836
|
param: {
|
|
14837
|
-
templateName: "
|
|
14837
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14838
14838
|
};
|
|
14839
14839
|
} & {
|
|
14840
14840
|
header: {
|
|
@@ -14842,7 +14842,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14842
14842
|
};
|
|
14843
14843
|
} & {
|
|
14844
14844
|
json: {
|
|
14845
|
-
template: "
|
|
14845
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14846
14846
|
body: string;
|
|
14847
14847
|
subject: string;
|
|
14848
14848
|
syntax?: "liquid" | undefined;
|
|
@@ -14854,7 +14854,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14854
14854
|
};
|
|
14855
14855
|
};
|
|
14856
14856
|
output: {
|
|
14857
|
-
template: "
|
|
14857
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14858
14858
|
body: string;
|
|
14859
14859
|
from: string;
|
|
14860
14860
|
subject: string;
|
|
@@ -14873,7 +14873,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14873
14873
|
$patch: {
|
|
14874
14874
|
input: {
|
|
14875
14875
|
param: {
|
|
14876
|
-
templateName: "
|
|
14876
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14877
14877
|
};
|
|
14878
14878
|
} & {
|
|
14879
14879
|
header: {
|
|
@@ -14881,7 +14881,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14881
14881
|
};
|
|
14882
14882
|
} & {
|
|
14883
14883
|
json: {
|
|
14884
|
-
template?: "
|
|
14884
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
14885
14885
|
body?: string | undefined;
|
|
14886
14886
|
from?: string | undefined;
|
|
14887
14887
|
subject?: string | undefined;
|
|
@@ -14898,7 +14898,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14898
14898
|
} | {
|
|
14899
14899
|
input: {
|
|
14900
14900
|
param: {
|
|
14901
|
-
templateName: "
|
|
14901
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14902
14902
|
};
|
|
14903
14903
|
} & {
|
|
14904
14904
|
header: {
|
|
@@ -14906,7 +14906,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14906
14906
|
};
|
|
14907
14907
|
} & {
|
|
14908
14908
|
json: {
|
|
14909
|
-
template?: "
|
|
14909
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
14910
14910
|
body?: string | undefined;
|
|
14911
14911
|
from?: string | undefined;
|
|
14912
14912
|
subject?: string | undefined;
|
|
@@ -14918,7 +14918,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14918
14918
|
};
|
|
14919
14919
|
};
|
|
14920
14920
|
output: {
|
|
14921
|
-
template: "
|
|
14921
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14922
14922
|
body: string;
|
|
14923
14923
|
from: string;
|
|
14924
14924
|
subject: string;
|
|
@@ -14937,7 +14937,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14937
14937
|
$delete: {
|
|
14938
14938
|
input: {
|
|
14939
14939
|
param: {
|
|
14940
|
-
templateName: "
|
|
14940
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14941
14941
|
};
|
|
14942
14942
|
} & {
|
|
14943
14943
|
header: {
|
|
@@ -14950,7 +14950,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14950
14950
|
} | {
|
|
14951
14951
|
input: {
|
|
14952
14952
|
param: {
|
|
14953
|
-
templateName: "
|
|
14953
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14954
14954
|
};
|
|
14955
14955
|
} & {
|
|
14956
14956
|
header: {
|
|
@@ -14967,7 +14967,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14967
14967
|
$post: {
|
|
14968
14968
|
input: {
|
|
14969
14969
|
param: {
|
|
14970
|
-
templateName: "
|
|
14970
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14971
14971
|
};
|
|
14972
14972
|
} & {
|
|
14973
14973
|
header: {
|
|
@@ -15250,7 +15250,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15250
15250
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15251
15251
|
custom_domain_id: string;
|
|
15252
15252
|
primary: boolean;
|
|
15253
|
-
status: "
|
|
15253
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
15254
15254
|
verification_method?: "txt" | undefined;
|
|
15255
15255
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15256
15256
|
domain_metadata?: {
|
|
@@ -15291,7 +15291,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15291
15291
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15292
15292
|
custom_domain_id: string;
|
|
15293
15293
|
primary: boolean;
|
|
15294
|
-
status: "
|
|
15294
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
15295
15295
|
verification_method?: "txt" | undefined;
|
|
15296
15296
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15297
15297
|
domain_metadata?: {
|
|
@@ -15355,7 +15355,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15355
15355
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15356
15356
|
custom_domain_id: string;
|
|
15357
15357
|
primary: boolean;
|
|
15358
|
-
status: "
|
|
15358
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
15359
15359
|
verification_method?: "txt" | undefined;
|
|
15360
15360
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15361
15361
|
domain_metadata?: {
|
|
@@ -15402,7 +15402,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15402
15402
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15403
15403
|
custom_domain_id: string;
|
|
15404
15404
|
primary: boolean;
|
|
15405
|
-
status: "
|
|
15405
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
15406
15406
|
verification_method?: "txt" | undefined;
|
|
15407
15407
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15408
15408
|
domain_metadata?: {
|
|
@@ -15448,7 +15448,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15448
15448
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15449
15449
|
custom_domain_id: string;
|
|
15450
15450
|
primary: boolean;
|
|
15451
|
-
status: "
|
|
15451
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
15452
15452
|
verification_method?: "txt" | undefined;
|
|
15453
15453
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15454
15454
|
domain_metadata?: {
|
|
@@ -15489,7 +15489,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15489
15489
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15490
15490
|
custom_domain_id: string;
|
|
15491
15491
|
primary: boolean;
|
|
15492
|
-
status: "
|
|
15492
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
15493
15493
|
verification_method?: "txt" | undefined;
|
|
15494
15494
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15495
15495
|
domain_metadata?: {
|
|
@@ -15588,12 +15588,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15588
15588
|
background_color: string;
|
|
15589
15589
|
background_image_url: string;
|
|
15590
15590
|
page_layout: "center" | "left" | "right";
|
|
15591
|
-
logo_placement?: "
|
|
15591
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
15592
15592
|
};
|
|
15593
15593
|
widget: {
|
|
15594
15594
|
header_text_alignment: "center" | "left" | "right";
|
|
15595
15595
|
logo_height: number;
|
|
15596
|
-
logo_position: "
|
|
15596
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
15597
15597
|
logo_url: string;
|
|
15598
15598
|
social_buttons_layout: "bottom" | "top";
|
|
15599
15599
|
};
|
|
@@ -15678,12 +15678,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15678
15678
|
background_color: string;
|
|
15679
15679
|
background_image_url: string;
|
|
15680
15680
|
page_layout: "center" | "left" | "right";
|
|
15681
|
-
logo_placement?: "
|
|
15681
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
15682
15682
|
};
|
|
15683
15683
|
widget: {
|
|
15684
15684
|
header_text_alignment: "center" | "left" | "right";
|
|
15685
15685
|
logo_height: number;
|
|
15686
|
-
logo_position: "
|
|
15686
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
15687
15687
|
logo_url: string;
|
|
15688
15688
|
social_buttons_layout: "bottom" | "top";
|
|
15689
15689
|
};
|
|
@@ -15757,12 +15757,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15757
15757
|
background_color: string;
|
|
15758
15758
|
background_image_url: string;
|
|
15759
15759
|
page_layout: "center" | "left" | "right";
|
|
15760
|
-
logo_placement?: "
|
|
15760
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
15761
15761
|
};
|
|
15762
15762
|
widget: {
|
|
15763
15763
|
header_text_alignment: "center" | "left" | "right";
|
|
15764
15764
|
logo_height: number;
|
|
15765
|
-
logo_position: "
|
|
15765
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
15766
15766
|
logo_url: string;
|
|
15767
15767
|
social_buttons_layout: "bottom" | "top";
|
|
15768
15768
|
};
|
|
@@ -15919,7 +15919,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15919
15919
|
} & {
|
|
15920
15920
|
json: {
|
|
15921
15921
|
body?: string | undefined;
|
|
15922
|
-
screen?: "
|
|
15922
|
+
screen?: "identifier" | "signup" | "password" | "login" | undefined;
|
|
15923
15923
|
branding?: {
|
|
15924
15924
|
colors?: {
|
|
15925
15925
|
primary: string;
|
|
@@ -16005,12 +16005,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16005
16005
|
background_color: string;
|
|
16006
16006
|
background_image_url: string;
|
|
16007
16007
|
page_layout: "center" | "left" | "right";
|
|
16008
|
-
logo_placement?: "
|
|
16008
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
16009
16009
|
} | undefined;
|
|
16010
16010
|
widget?: {
|
|
16011
16011
|
header_text_alignment: "center" | "left" | "right";
|
|
16012
16012
|
logo_height: number;
|
|
16013
|
-
logo_position: "
|
|
16013
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
16014
16014
|
logo_url: string;
|
|
16015
16015
|
social_buttons_layout: "bottom" | "top";
|
|
16016
16016
|
} | undefined;
|
|
@@ -16088,7 +16088,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16088
16088
|
json: {
|
|
16089
16089
|
bindings: {
|
|
16090
16090
|
ref: {
|
|
16091
|
-
type?: "
|
|
16091
|
+
type?: "action_name" | "action_id" | undefined;
|
|
16092
16092
|
value?: string | undefined;
|
|
16093
16093
|
id?: string | undefined;
|
|
16094
16094
|
name?: string | undefined;
|
|
@@ -16163,7 +16163,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16163
16163
|
output: {
|
|
16164
16164
|
id: string;
|
|
16165
16165
|
trigger_id: string;
|
|
16166
|
-
status: "
|
|
16166
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
16167
16167
|
results: {
|
|
16168
16168
|
action_name: string;
|
|
16169
16169
|
error: {
|
|
@@ -16210,7 +16210,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16210
16210
|
logs: {
|
|
16211
16211
|
action_name: string;
|
|
16212
16212
|
lines: {
|
|
16213
|
-
level: "
|
|
16213
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
16214
16214
|
message: string;
|
|
16215
16215
|
}[];
|
|
16216
16216
|
}[];
|
|
@@ -16877,7 +16877,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16877
16877
|
args: hono_utils_types.JSONValue[];
|
|
16878
16878
|
}[];
|
|
16879
16879
|
logs: {
|
|
16880
|
-
level: "
|
|
16880
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
16881
16881
|
message: string;
|
|
16882
16882
|
}[];
|
|
16883
16883
|
error?: string | undefined;
|
|
@@ -16938,7 +16938,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16938
16938
|
message: string;
|
|
16939
16939
|
};
|
|
16940
16940
|
outputFormat: "json";
|
|
16941
|
-
status:
|
|
16941
|
+
status: 400;
|
|
16942
16942
|
} | {
|
|
16943
16943
|
input: {
|
|
16944
16944
|
query: {
|
|
@@ -16956,7 +16956,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16956
16956
|
message: string;
|
|
16957
16957
|
};
|
|
16958
16958
|
outputFormat: "json";
|
|
16959
|
-
status:
|
|
16959
|
+
status: 500;
|
|
16960
16960
|
};
|
|
16961
16961
|
};
|
|
16962
16962
|
} & {
|
|
@@ -16994,7 +16994,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16994
16994
|
message: string;
|
|
16995
16995
|
};
|
|
16996
16996
|
outputFormat: "json";
|
|
16997
|
-
status:
|
|
16997
|
+
status: 400;
|
|
16998
16998
|
} | {
|
|
16999
16999
|
input: {
|
|
17000
17000
|
form: {
|
|
@@ -17012,7 +17012,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17012
17012
|
message: string;
|
|
17013
17013
|
};
|
|
17014
17014
|
outputFormat: "json";
|
|
17015
|
-
status:
|
|
17015
|
+
status: 500;
|
|
17016
17016
|
};
|
|
17017
17017
|
};
|
|
17018
17018
|
}, "/login/callback"> & hono_types.MergeSchemaPath<{
|
|
@@ -17050,7 +17050,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17050
17050
|
message: string;
|
|
17051
17051
|
};
|
|
17052
17052
|
outputFormat: "json";
|
|
17053
|
-
status:
|
|
17053
|
+
status: 400;
|
|
17054
17054
|
} | {
|
|
17055
17055
|
input: {
|
|
17056
17056
|
query: {
|
|
@@ -17068,7 +17068,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17068
17068
|
message: string;
|
|
17069
17069
|
};
|
|
17070
17070
|
outputFormat: "json";
|
|
17071
|
-
status:
|
|
17071
|
+
status: 500;
|
|
17072
17072
|
};
|
|
17073
17073
|
};
|
|
17074
17074
|
} & {
|
|
@@ -17106,7 +17106,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17106
17106
|
message: string;
|
|
17107
17107
|
};
|
|
17108
17108
|
outputFormat: "json";
|
|
17109
|
-
status:
|
|
17109
|
+
status: 400;
|
|
17110
17110
|
} | {
|
|
17111
17111
|
input: {
|
|
17112
17112
|
form: {
|
|
@@ -17124,7 +17124,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17124
17124
|
message: string;
|
|
17125
17125
|
};
|
|
17126
17126
|
outputFormat: "json";
|
|
17127
|
-
status:
|
|
17127
|
+
status: 500;
|
|
17128
17128
|
};
|
|
17129
17129
|
};
|
|
17130
17130
|
}, "/callback"> & hono_types.MergeSchemaPath<{
|
|
@@ -17188,7 +17188,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17188
17188
|
scope?: string | undefined;
|
|
17189
17189
|
grant_types?: string[] | undefined;
|
|
17190
17190
|
response_types?: string[] | undefined;
|
|
17191
|
-
token_endpoint_auth_method?: "
|
|
17191
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
17192
17192
|
jwks_uri?: string | undefined;
|
|
17193
17193
|
jwks?: Record<string, unknown> | undefined;
|
|
17194
17194
|
software_id?: string | undefined;
|
|
@@ -17277,7 +17277,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17277
17277
|
scope?: string | undefined;
|
|
17278
17278
|
grant_types?: string[] | undefined;
|
|
17279
17279
|
response_types?: string[] | undefined;
|
|
17280
|
-
token_endpoint_auth_method?: "
|
|
17280
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
17281
17281
|
jwks_uri?: string | undefined;
|
|
17282
17282
|
jwks?: Record<string, unknown> | undefined;
|
|
17283
17283
|
software_id?: string | undefined;
|
|
@@ -17623,17 +17623,17 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17623
17623
|
email: string;
|
|
17624
17624
|
send: "code" | "link";
|
|
17625
17625
|
authParams: {
|
|
17626
|
-
username?: string | undefined;
|
|
17627
|
-
scope?: string | undefined;
|
|
17628
|
-
state?: string | undefined;
|
|
17629
|
-
audience?: string | undefined;
|
|
17630
17626
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
17631
17627
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
17632
|
-
|
|
17628
|
+
scope?: string | undefined;
|
|
17629
|
+
username?: string | undefined;
|
|
17630
|
+
nonce?: string | undefined;
|
|
17631
|
+
state?: string | undefined;
|
|
17633
17632
|
act_as?: string | undefined;
|
|
17634
17633
|
redirect_uri?: string | undefined;
|
|
17634
|
+
audience?: string | undefined;
|
|
17635
17635
|
organization?: string | undefined;
|
|
17636
|
-
|
|
17636
|
+
prompt?: string | undefined;
|
|
17637
17637
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
17638
17638
|
code_challenge?: string | undefined;
|
|
17639
17639
|
ui_locales?: string | undefined;
|
|
@@ -17659,17 +17659,17 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17659
17659
|
phone_number: string;
|
|
17660
17660
|
send: "code" | "link";
|
|
17661
17661
|
authParams: {
|
|
17662
|
-
username?: string | undefined;
|
|
17663
|
-
scope?: string | undefined;
|
|
17664
|
-
state?: string | undefined;
|
|
17665
|
-
audience?: string | undefined;
|
|
17666
17662
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
17667
17663
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
17668
|
-
|
|
17664
|
+
scope?: string | undefined;
|
|
17665
|
+
username?: string | undefined;
|
|
17666
|
+
nonce?: string | undefined;
|
|
17667
|
+
state?: string | undefined;
|
|
17669
17668
|
act_as?: string | undefined;
|
|
17670
17669
|
redirect_uri?: string | undefined;
|
|
17670
|
+
audience?: string | undefined;
|
|
17671
17671
|
organization?: string | undefined;
|
|
17672
|
-
|
|
17672
|
+
prompt?: string | undefined;
|
|
17673
17673
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
17674
17674
|
code_challenge?: string | undefined;
|
|
17675
17675
|
ui_locales?: string | undefined;
|
|
@@ -17736,7 +17736,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17736
17736
|
error_description?: string | undefined;
|
|
17737
17737
|
};
|
|
17738
17738
|
outputFormat: "json";
|
|
17739
|
-
status:
|
|
17739
|
+
status: 400;
|
|
17740
17740
|
} | {
|
|
17741
17741
|
input: {
|
|
17742
17742
|
query: {
|
|
@@ -17757,7 +17757,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17757
17757
|
error_description?: string | undefined;
|
|
17758
17758
|
};
|
|
17759
17759
|
outputFormat: "json";
|
|
17760
|
-
status:
|
|
17760
|
+
status: 500;
|
|
17761
17761
|
};
|
|
17762
17762
|
};
|
|
17763
17763
|
}, "/passwordless"> & hono_types.MergeSchemaPath<{
|
|
@@ -17901,7 +17901,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17901
17901
|
client_id: string;
|
|
17902
17902
|
username: string;
|
|
17903
17903
|
otp: string;
|
|
17904
|
-
realm: "
|
|
17904
|
+
realm: "email" | "sms";
|
|
17905
17905
|
} | {
|
|
17906
17906
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17907
17907
|
subject_token: string;
|
|
@@ -17948,7 +17948,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17948
17948
|
client_id: string;
|
|
17949
17949
|
username: string;
|
|
17950
17950
|
otp: string;
|
|
17951
|
-
realm: "
|
|
17951
|
+
realm: "email" | "sms";
|
|
17952
17952
|
} | {
|
|
17953
17953
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17954
17954
|
subject_token: string;
|
|
@@ -18000,7 +18000,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18000
18000
|
client_id: string;
|
|
18001
18001
|
username: string;
|
|
18002
18002
|
otp: string;
|
|
18003
|
-
realm: "
|
|
18003
|
+
realm: "email" | "sms";
|
|
18004
18004
|
} | {
|
|
18005
18005
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18006
18006
|
subject_token: string;
|
|
@@ -18047,7 +18047,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18047
18047
|
client_id: string;
|
|
18048
18048
|
username: string;
|
|
18049
18049
|
otp: string;
|
|
18050
|
-
realm: "
|
|
18050
|
+
realm: "email" | "sms";
|
|
18051
18051
|
} | {
|
|
18052
18052
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18053
18053
|
subject_token: string;
|
|
@@ -18107,7 +18107,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18107
18107
|
client_id: string;
|
|
18108
18108
|
username: string;
|
|
18109
18109
|
otp: string;
|
|
18110
|
-
realm: "
|
|
18110
|
+
realm: "email" | "sms";
|
|
18111
18111
|
} | {
|
|
18112
18112
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18113
18113
|
subject_token: string;
|
|
@@ -18154,7 +18154,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18154
18154
|
client_id: string;
|
|
18155
18155
|
username: string;
|
|
18156
18156
|
otp: string;
|
|
18157
|
-
realm: "
|
|
18157
|
+
realm: "email" | "sms";
|
|
18158
18158
|
} | {
|
|
18159
18159
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18160
18160
|
subject_token: string;
|
|
@@ -18209,7 +18209,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18209
18209
|
client_id: string;
|
|
18210
18210
|
username: string;
|
|
18211
18211
|
otp: string;
|
|
18212
|
-
realm: "
|
|
18212
|
+
realm: "email" | "sms";
|
|
18213
18213
|
} | {
|
|
18214
18214
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18215
18215
|
subject_token: string;
|
|
@@ -18256,7 +18256,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18256
18256
|
client_id: string;
|
|
18257
18257
|
username: string;
|
|
18258
18258
|
otp: string;
|
|
18259
|
-
realm: "
|
|
18259
|
+
realm: "email" | "sms";
|
|
18260
18260
|
} | {
|
|
18261
18261
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18262
18262
|
subject_token: string;
|
|
@@ -18311,7 +18311,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18311
18311
|
client_id: string;
|
|
18312
18312
|
username: string;
|
|
18313
18313
|
otp: string;
|
|
18314
|
-
realm: "
|
|
18314
|
+
realm: "email" | "sms";
|
|
18315
18315
|
} | {
|
|
18316
18316
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18317
18317
|
subject_token: string;
|
|
@@ -18358,7 +18358,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18358
18358
|
client_id: string;
|
|
18359
18359
|
username: string;
|
|
18360
18360
|
otp: string;
|
|
18361
|
-
realm: "
|
|
18361
|
+
realm: "email" | "sms";
|
|
18362
18362
|
} | {
|
|
18363
18363
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18364
18364
|
subject_token: string;
|
|
@@ -18711,7 +18711,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18711
18711
|
};
|
|
18712
18712
|
output: {};
|
|
18713
18713
|
outputFormat: string;
|
|
18714
|
-
status:
|
|
18714
|
+
status: 302;
|
|
18715
18715
|
} | {
|
|
18716
18716
|
input: {
|
|
18717
18717
|
query: {
|
|
@@ -18720,7 +18720,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18720
18720
|
};
|
|
18721
18721
|
output: {};
|
|
18722
18722
|
outputFormat: string;
|
|
18723
|
-
status:
|
|
18723
|
+
status: 400;
|
|
18724
18724
|
} | {
|
|
18725
18725
|
input: {
|
|
18726
18726
|
query: {
|
|
@@ -18729,7 +18729,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18729
18729
|
};
|
|
18730
18730
|
output: {};
|
|
18731
18731
|
outputFormat: string;
|
|
18732
|
-
status:
|
|
18732
|
+
status: 500;
|
|
18733
18733
|
};
|
|
18734
18734
|
};
|
|
18735
18735
|
}, "/continue"> & hono_types.MergeSchemaPath<{
|
|
@@ -19199,7 +19199,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19199
19199
|
} & {
|
|
19200
19200
|
form: {
|
|
19201
19201
|
username: string;
|
|
19202
|
-
login_selection?: "
|
|
19202
|
+
login_selection?: "code" | "password" | undefined;
|
|
19203
19203
|
};
|
|
19204
19204
|
};
|
|
19205
19205
|
output: {};
|
|
@@ -19213,7 +19213,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19213
19213
|
} & {
|
|
19214
19214
|
form: {
|
|
19215
19215
|
username: string;
|
|
19216
|
-
login_selection?: "
|
|
19216
|
+
login_selection?: "code" | "password" | undefined;
|
|
19217
19217
|
};
|
|
19218
19218
|
};
|
|
19219
19219
|
output: {};
|
|
@@ -19578,7 +19578,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19578
19578
|
$get: {
|
|
19579
19579
|
input: {
|
|
19580
19580
|
param: {
|
|
19581
|
-
screen: "
|
|
19581
|
+
screen: "signup" | "consent" | "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";
|
|
19582
19582
|
};
|
|
19583
19583
|
} & {
|
|
19584
19584
|
query: {
|
|
@@ -19594,7 +19594,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19594
19594
|
} | {
|
|
19595
19595
|
input: {
|
|
19596
19596
|
param: {
|
|
19597
|
-
screen: "
|
|
19597
|
+
screen: "signup" | "consent" | "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";
|
|
19598
19598
|
};
|
|
19599
19599
|
} & {
|
|
19600
19600
|
query: {
|
|
@@ -19610,7 +19610,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19610
19610
|
} | {
|
|
19611
19611
|
input: {
|
|
19612
19612
|
param: {
|
|
19613
|
-
screen: "
|
|
19613
|
+
screen: "signup" | "consent" | "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";
|
|
19614
19614
|
};
|
|
19615
19615
|
} & {
|
|
19616
19616
|
query: {
|
|
@@ -19630,7 +19630,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19630
19630
|
$post: {
|
|
19631
19631
|
input: {
|
|
19632
19632
|
param: {
|
|
19633
|
-
screen: "
|
|
19633
|
+
screen: "signup" | "consent" | "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";
|
|
19634
19634
|
};
|
|
19635
19635
|
} & {
|
|
19636
19636
|
query: {
|
|
@@ -19648,7 +19648,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19648
19648
|
} | {
|
|
19649
19649
|
input: {
|
|
19650
19650
|
param: {
|
|
19651
|
-
screen: "
|
|
19651
|
+
screen: "signup" | "consent" | "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";
|
|
19652
19652
|
};
|
|
19653
19653
|
} & {
|
|
19654
19654
|
query: {
|