authhero 5.13.0 → 5.14.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 +126 -126
- package/dist/authhero.d.ts +149 -114
- package/dist/authhero.mjs +9962 -9822
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +7 -6
- package/dist/types/helpers/cimd.d.ts +32 -0
- package/dist/types/helpers/client.d.ts +3 -18
- package/dist/types/helpers/connection.d.ts +40 -0
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
- package/dist/types/helpers/service-token.d.ts +11 -1
- package/dist/types/index.d.ts +148 -114
- package/dist/types/routes/auth-api/index.d.ts +48 -14
- package/dist/types/routes/auth-api/passwordless.d.ts +2 -2
- 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/auth-api/well-known.d.ts +34 -0
- package/dist/types/routes/management-api/action-executions.d.ts +2 -2
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/clients.d.ts +13 -13
- package/dist/types/routes/management-api/connections.d.ts +15 -15
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- 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/hooks.d.ts +24 -24
- package/dist/types/routes/management-api/index.d.ts +92 -92
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/organizations.d.ts +1 -1
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/tenants.d.ts +3 -0
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +12 -8
- package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
- package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
- package/dist/types/utils/ssrf-fetch.d.ts +8 -0
- package/package.json +6 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
79
79
|
};
|
|
80
80
|
} & {
|
|
81
81
|
json: {
|
|
82
|
-
type: "push" | "email" | "passkey" | "
|
|
82
|
+
type: "push" | "email" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
|
|
83
83
|
phone_number?: string | undefined;
|
|
84
84
|
totp_secret?: string | undefined;
|
|
85
85
|
credential_id?: string | undefined;
|
|
@@ -219,7 +219,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
219
219
|
};
|
|
220
220
|
};
|
|
221
221
|
output: {
|
|
222
|
-
name: "
|
|
222
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
223
223
|
enabled: boolean;
|
|
224
224
|
trial_expired?: boolean | undefined;
|
|
225
225
|
}[];
|
|
@@ -374,7 +374,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
374
374
|
$get: {
|
|
375
375
|
input: {
|
|
376
376
|
param: {
|
|
377
|
-
factor_name: "
|
|
377
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
378
378
|
};
|
|
379
379
|
} & {
|
|
380
380
|
header: {
|
|
@@ -382,7 +382,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
382
382
|
};
|
|
383
383
|
};
|
|
384
384
|
output: {
|
|
385
|
-
name: "
|
|
385
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
386
386
|
enabled: boolean;
|
|
387
387
|
trial_expired?: boolean | undefined;
|
|
388
388
|
};
|
|
@@ -395,7 +395,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
395
395
|
$put: {
|
|
396
396
|
input: {
|
|
397
397
|
param: {
|
|
398
|
-
factor_name: "
|
|
398
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
399
399
|
};
|
|
400
400
|
} & {
|
|
401
401
|
header: {
|
|
@@ -407,7 +407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
407
407
|
};
|
|
408
408
|
};
|
|
409
409
|
output: {
|
|
410
|
-
name: "
|
|
410
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
411
411
|
enabled: boolean;
|
|
412
412
|
trial_expired?: boolean | undefined;
|
|
413
413
|
};
|
|
@@ -1153,9 +1153,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1153
1153
|
email?: string | undefined;
|
|
1154
1154
|
};
|
|
1155
1155
|
id?: string | undefined;
|
|
1156
|
-
connection_id?: string | undefined;
|
|
1157
1156
|
app_metadata?: Record<string, any> | undefined;
|
|
1158
1157
|
user_metadata?: Record<string, any> | undefined;
|
|
1158
|
+
connection_id?: string | undefined;
|
|
1159
1159
|
roles?: string[] | undefined;
|
|
1160
1160
|
ttl_sec?: number | undefined;
|
|
1161
1161
|
send_invitation_email?: boolean | undefined;
|
|
@@ -6643,7 +6643,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6643
6643
|
};
|
|
6644
6644
|
};
|
|
6645
6645
|
output: {
|
|
6646
|
-
prompt: "status" | "
|
|
6646
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6647
6647
|
language: string;
|
|
6648
6648
|
}[];
|
|
6649
6649
|
outputFormat: "json";
|
|
@@ -6681,7 +6681,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6681
6681
|
$get: {
|
|
6682
6682
|
input: {
|
|
6683
6683
|
param: {
|
|
6684
|
-
prompt: "status" | "
|
|
6684
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6685
6685
|
language: string;
|
|
6686
6686
|
};
|
|
6687
6687
|
} & {
|
|
@@ -6703,7 +6703,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6703
6703
|
$put: {
|
|
6704
6704
|
input: {
|
|
6705
6705
|
param: {
|
|
6706
|
-
prompt: "status" | "
|
|
6706
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6707
6707
|
language: string;
|
|
6708
6708
|
};
|
|
6709
6709
|
} & {
|
|
@@ -6727,7 +6727,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6727
6727
|
$delete: {
|
|
6728
6728
|
input: {
|
|
6729
6729
|
param: {
|
|
6730
|
-
prompt: "status" | "
|
|
6730
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6731
6731
|
language: string;
|
|
6732
6732
|
};
|
|
6733
6733
|
} & {
|
|
@@ -6819,7 +6819,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6819
6819
|
active?: boolean | undefined;
|
|
6820
6820
|
} | undefined;
|
|
6821
6821
|
signup?: {
|
|
6822
|
-
status?: "optional" | "
|
|
6822
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
6823
6823
|
verification?: {
|
|
6824
6824
|
active?: boolean | undefined;
|
|
6825
6825
|
} | undefined;
|
|
@@ -6836,7 +6836,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6836
6836
|
active?: boolean | undefined;
|
|
6837
6837
|
} | undefined;
|
|
6838
6838
|
signup?: {
|
|
6839
|
-
status?: "optional" | "
|
|
6839
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
6840
6840
|
} | undefined;
|
|
6841
6841
|
validation?: {
|
|
6842
6842
|
max_length?: number | undefined;
|
|
@@ -6853,7 +6853,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6853
6853
|
active?: boolean | undefined;
|
|
6854
6854
|
} | undefined;
|
|
6855
6855
|
signup?: {
|
|
6856
|
-
status?: "optional" | "
|
|
6856
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
6857
6857
|
} | undefined;
|
|
6858
6858
|
} | undefined;
|
|
6859
6859
|
} | undefined;
|
|
@@ -6953,7 +6953,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6953
6953
|
active?: boolean | undefined;
|
|
6954
6954
|
} | undefined;
|
|
6955
6955
|
signup?: {
|
|
6956
|
-
status?: "optional" | "
|
|
6956
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
6957
6957
|
verification?: {
|
|
6958
6958
|
active?: boolean | undefined;
|
|
6959
6959
|
} | undefined;
|
|
@@ -6970,7 +6970,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6970
6970
|
active?: boolean | undefined;
|
|
6971
6971
|
} | undefined;
|
|
6972
6972
|
signup?: {
|
|
6973
|
-
status?: "optional" | "
|
|
6973
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
6974
6974
|
} | undefined;
|
|
6975
6975
|
validation?: {
|
|
6976
6976
|
max_length?: number | undefined;
|
|
@@ -6987,7 +6987,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6987
6987
|
active?: boolean | undefined;
|
|
6988
6988
|
} | undefined;
|
|
6989
6989
|
signup?: {
|
|
6990
|
-
status?: "optional" | "
|
|
6990
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
6991
6991
|
} | undefined;
|
|
6992
6992
|
} | undefined;
|
|
6993
6993
|
} | undefined;
|
|
@@ -7102,7 +7102,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7102
7102
|
active?: boolean | undefined;
|
|
7103
7103
|
} | undefined;
|
|
7104
7104
|
signup?: {
|
|
7105
|
-
status?: "optional" | "
|
|
7105
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7106
7106
|
verification?: {
|
|
7107
7107
|
active?: boolean | undefined;
|
|
7108
7108
|
} | undefined;
|
|
@@ -7119,7 +7119,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7119
7119
|
active?: boolean | undefined;
|
|
7120
7120
|
} | undefined;
|
|
7121
7121
|
signup?: {
|
|
7122
|
-
status?: "optional" | "
|
|
7122
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7123
7123
|
} | undefined;
|
|
7124
7124
|
validation?: {
|
|
7125
7125
|
max_length?: number | undefined;
|
|
@@ -7136,7 +7136,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7136
7136
|
active?: boolean | undefined;
|
|
7137
7137
|
} | undefined;
|
|
7138
7138
|
signup?: {
|
|
7139
|
-
status?: "optional" | "
|
|
7139
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7140
7140
|
} | undefined;
|
|
7141
7141
|
} | undefined;
|
|
7142
7142
|
} | undefined;
|
|
@@ -7281,7 +7281,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7281
7281
|
active?: boolean | undefined;
|
|
7282
7282
|
} | undefined;
|
|
7283
7283
|
signup?: {
|
|
7284
|
-
status?: "optional" | "
|
|
7284
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7285
7285
|
verification?: {
|
|
7286
7286
|
active?: boolean | undefined;
|
|
7287
7287
|
} | undefined;
|
|
@@ -7298,7 +7298,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7298
7298
|
active?: boolean | undefined;
|
|
7299
7299
|
} | undefined;
|
|
7300
7300
|
signup?: {
|
|
7301
|
-
status?: "optional" | "
|
|
7301
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7302
7302
|
} | undefined;
|
|
7303
7303
|
validation?: {
|
|
7304
7304
|
max_length?: number | undefined;
|
|
@@ -7315,7 +7315,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7315
7315
|
active?: boolean | undefined;
|
|
7316
7316
|
} | undefined;
|
|
7317
7317
|
signup?: {
|
|
7318
|
-
status?: "optional" | "
|
|
7318
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7319
7319
|
} | undefined;
|
|
7320
7320
|
} | undefined;
|
|
7321
7321
|
} | undefined;
|
|
@@ -7439,7 +7439,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7439
7439
|
active?: boolean | undefined;
|
|
7440
7440
|
} | undefined;
|
|
7441
7441
|
signup?: {
|
|
7442
|
-
status?: "optional" | "
|
|
7442
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7443
7443
|
verification?: {
|
|
7444
7444
|
active?: boolean | undefined;
|
|
7445
7445
|
} | undefined;
|
|
@@ -7456,7 +7456,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7456
7456
|
active?: boolean | undefined;
|
|
7457
7457
|
} | undefined;
|
|
7458
7458
|
signup?: {
|
|
7459
|
-
status?: "optional" | "
|
|
7459
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7460
7460
|
} | undefined;
|
|
7461
7461
|
validation?: {
|
|
7462
7462
|
max_length?: number | undefined;
|
|
@@ -7473,7 +7473,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7473
7473
|
active?: boolean | undefined;
|
|
7474
7474
|
} | undefined;
|
|
7475
7475
|
signup?: {
|
|
7476
|
-
status?: "optional" | "
|
|
7476
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7477
7477
|
} | undefined;
|
|
7478
7478
|
} | undefined;
|
|
7479
7479
|
} | undefined;
|
|
@@ -7763,7 +7763,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7763
7763
|
};
|
|
7764
7764
|
};
|
|
7765
7765
|
output: ({
|
|
7766
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7766
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7767
7767
|
enabled: boolean;
|
|
7768
7768
|
synchronous: boolean;
|
|
7769
7769
|
created_at: string;
|
|
@@ -7775,7 +7775,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7775
7775
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7776
7776
|
} | undefined;
|
|
7777
7777
|
} | {
|
|
7778
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7778
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7779
7779
|
enabled: boolean;
|
|
7780
7780
|
synchronous: boolean;
|
|
7781
7781
|
created_at: string;
|
|
@@ -7787,7 +7787,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7787
7787
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7788
7788
|
} | undefined;
|
|
7789
7789
|
} | {
|
|
7790
|
-
trigger_id: "post-user-
|
|
7790
|
+
trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
|
|
7791
7791
|
enabled: boolean;
|
|
7792
7792
|
synchronous: boolean;
|
|
7793
7793
|
created_at: string;
|
|
@@ -7799,7 +7799,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7799
7799
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7800
7800
|
} | undefined;
|
|
7801
7801
|
} | {
|
|
7802
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7802
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "credentials-exchange";
|
|
7803
7803
|
enabled: boolean;
|
|
7804
7804
|
synchronous: boolean;
|
|
7805
7805
|
created_at: string;
|
|
@@ -7815,7 +7815,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7815
7815
|
limit: number;
|
|
7816
7816
|
length: number;
|
|
7817
7817
|
hooks: ({
|
|
7818
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7818
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7819
7819
|
enabled: boolean;
|
|
7820
7820
|
synchronous: boolean;
|
|
7821
7821
|
created_at: string;
|
|
@@ -7827,7 +7827,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7827
7827
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7828
7828
|
} | undefined;
|
|
7829
7829
|
} | {
|
|
7830
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7830
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7831
7831
|
enabled: boolean;
|
|
7832
7832
|
synchronous: boolean;
|
|
7833
7833
|
created_at: string;
|
|
@@ -7839,7 +7839,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7839
7839
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7840
7840
|
} | undefined;
|
|
7841
7841
|
} | {
|
|
7842
|
-
trigger_id: "post-user-
|
|
7842
|
+
trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
|
|
7843
7843
|
enabled: boolean;
|
|
7844
7844
|
synchronous: boolean;
|
|
7845
7845
|
created_at: string;
|
|
@@ -7851,7 +7851,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7851
7851
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7852
7852
|
} | undefined;
|
|
7853
7853
|
} | {
|
|
7854
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7854
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "credentials-exchange";
|
|
7855
7855
|
enabled: boolean;
|
|
7856
7856
|
synchronous: boolean;
|
|
7857
7857
|
created_at: string;
|
|
@@ -7878,7 +7878,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7878
7878
|
};
|
|
7879
7879
|
} & {
|
|
7880
7880
|
json: {
|
|
7881
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7881
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7882
7882
|
url: string;
|
|
7883
7883
|
enabled?: boolean | undefined;
|
|
7884
7884
|
synchronous?: boolean | undefined;
|
|
@@ -7886,7 +7886,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7886
7886
|
hook_id?: string | undefined;
|
|
7887
7887
|
metadata?: Record<string, unknown> | undefined;
|
|
7888
7888
|
} | {
|
|
7889
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7889
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7890
7890
|
form_id: string;
|
|
7891
7891
|
enabled?: boolean | undefined;
|
|
7892
7892
|
synchronous?: boolean | undefined;
|
|
@@ -7894,7 +7894,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7894
7894
|
hook_id?: string | undefined;
|
|
7895
7895
|
metadata?: Record<string, unknown> | undefined;
|
|
7896
7896
|
} | {
|
|
7897
|
-
trigger_id: "post-user-
|
|
7897
|
+
trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
|
|
7898
7898
|
template_id: "ensure-username" | "set-preferred-username" | "account-linking";
|
|
7899
7899
|
enabled?: boolean | undefined;
|
|
7900
7900
|
synchronous?: boolean | undefined;
|
|
@@ -7902,7 +7902,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7902
7902
|
hook_id?: string | undefined;
|
|
7903
7903
|
metadata?: Record<string, unknown> | undefined;
|
|
7904
7904
|
} | {
|
|
7905
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7905
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "credentials-exchange";
|
|
7906
7906
|
code_id: string;
|
|
7907
7907
|
enabled?: boolean | undefined;
|
|
7908
7908
|
synchronous?: boolean | undefined;
|
|
@@ -7912,7 +7912,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7912
7912
|
};
|
|
7913
7913
|
};
|
|
7914
7914
|
output: {
|
|
7915
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7915
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7916
7916
|
enabled: boolean;
|
|
7917
7917
|
synchronous: boolean;
|
|
7918
7918
|
created_at: string;
|
|
@@ -7924,7 +7924,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7924
7924
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7925
7925
|
} | undefined;
|
|
7926
7926
|
} | {
|
|
7927
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7927
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7928
7928
|
enabled: boolean;
|
|
7929
7929
|
synchronous: boolean;
|
|
7930
7930
|
created_at: string;
|
|
@@ -7936,7 +7936,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7936
7936
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7937
7937
|
} | undefined;
|
|
7938
7938
|
} | {
|
|
7939
|
-
trigger_id: "post-user-
|
|
7939
|
+
trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
|
|
7940
7940
|
enabled: boolean;
|
|
7941
7941
|
synchronous: boolean;
|
|
7942
7942
|
created_at: string;
|
|
@@ -7948,7 +7948,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7948
7948
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7949
7949
|
} | undefined;
|
|
7950
7950
|
} | {
|
|
7951
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7951
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "credentials-exchange";
|
|
7952
7952
|
enabled: boolean;
|
|
7953
7953
|
synchronous: boolean;
|
|
7954
7954
|
created_at: string;
|
|
@@ -7994,7 +7994,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7994
7994
|
json: unknown;
|
|
7995
7995
|
};
|
|
7996
7996
|
output: {
|
|
7997
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7997
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7998
7998
|
enabled: boolean;
|
|
7999
7999
|
synchronous: boolean;
|
|
8000
8000
|
created_at: string;
|
|
@@ -8006,7 +8006,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8006
8006
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8007
8007
|
} | undefined;
|
|
8008
8008
|
} | {
|
|
8009
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8009
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8010
8010
|
enabled: boolean;
|
|
8011
8011
|
synchronous: boolean;
|
|
8012
8012
|
created_at: string;
|
|
@@ -8018,7 +8018,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8018
8018
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8019
8019
|
} | undefined;
|
|
8020
8020
|
} | {
|
|
8021
|
-
trigger_id: "post-user-
|
|
8021
|
+
trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
|
|
8022
8022
|
enabled: boolean;
|
|
8023
8023
|
synchronous: boolean;
|
|
8024
8024
|
created_at: string;
|
|
@@ -8030,7 +8030,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8030
8030
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8031
8031
|
} | undefined;
|
|
8032
8032
|
} | {
|
|
8033
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8033
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "credentials-exchange";
|
|
8034
8034
|
enabled: boolean;
|
|
8035
8035
|
synchronous: boolean;
|
|
8036
8036
|
created_at: string;
|
|
@@ -8072,7 +8072,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8072
8072
|
};
|
|
8073
8073
|
};
|
|
8074
8074
|
output: {
|
|
8075
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8075
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8076
8076
|
enabled: boolean;
|
|
8077
8077
|
synchronous: boolean;
|
|
8078
8078
|
created_at: string;
|
|
@@ -8084,7 +8084,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8084
8084
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8085
8085
|
} | undefined;
|
|
8086
8086
|
} | {
|
|
8087
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8087
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8088
8088
|
enabled: boolean;
|
|
8089
8089
|
synchronous: boolean;
|
|
8090
8090
|
created_at: string;
|
|
@@ -8096,7 +8096,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8096
8096
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8097
8097
|
} | undefined;
|
|
8098
8098
|
} | {
|
|
8099
|
-
trigger_id: "post-user-
|
|
8099
|
+
trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
|
|
8100
8100
|
enabled: boolean;
|
|
8101
8101
|
synchronous: boolean;
|
|
8102
8102
|
created_at: string;
|
|
@@ -8108,7 +8108,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8108
8108
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8109
8109
|
} | undefined;
|
|
8110
8110
|
} | {
|
|
8111
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8111
|
+
trigger_id: "pre-user-registration" | "post-user-login" | "post-user-registration" | "credentials-exchange";
|
|
8112
8112
|
enabled: boolean;
|
|
8113
8113
|
synchronous: boolean;
|
|
8114
8114
|
created_at: string;
|
|
@@ -8168,7 +8168,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8168
8168
|
log_type: string;
|
|
8169
8169
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8170
8170
|
actor: {
|
|
8171
|
-
type: "
|
|
8171
|
+
type: "client_credentials" | "user" | "system" | "admin" | "api_key";
|
|
8172
8172
|
id?: string | undefined;
|
|
8173
8173
|
email?: string | undefined;
|
|
8174
8174
|
org_id?: string | undefined;
|
|
@@ -8816,7 +8816,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8816
8816
|
};
|
|
8817
8817
|
};
|
|
8818
8818
|
output: {
|
|
8819
|
-
type: "fn" | "i" | "
|
|
8819
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8820
8820
|
date: string;
|
|
8821
8821
|
isMobile: boolean;
|
|
8822
8822
|
log_id: string;
|
|
@@ -8855,7 +8855,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8855
8855
|
limit: number;
|
|
8856
8856
|
length: number;
|
|
8857
8857
|
logs: {
|
|
8858
|
-
type: "fn" | "i" | "
|
|
8858
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8859
8859
|
date: string;
|
|
8860
8860
|
isMobile: boolean;
|
|
8861
8861
|
log_id: string;
|
|
@@ -8909,7 +8909,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8909
8909
|
};
|
|
8910
8910
|
};
|
|
8911
8911
|
output: {
|
|
8912
|
-
type: "fn" | "i" | "
|
|
8912
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8913
8913
|
date: string;
|
|
8914
8914
|
isMobile: boolean;
|
|
8915
8915
|
log_id: string;
|
|
@@ -9223,7 +9223,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9223
9223
|
addons?: {
|
|
9224
9224
|
[x: string]: any;
|
|
9225
9225
|
} | undefined;
|
|
9226
|
-
token_endpoint_auth_method?: "
|
|
9226
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9227
9227
|
client_metadata?: {
|
|
9228
9228
|
[x: string]: string;
|
|
9229
9229
|
} | undefined;
|
|
@@ -9319,7 +9319,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9319
9319
|
addons?: {
|
|
9320
9320
|
[x: string]: any;
|
|
9321
9321
|
} | undefined;
|
|
9322
|
-
token_endpoint_auth_method?: "
|
|
9322
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9323
9323
|
client_metadata?: {
|
|
9324
9324
|
[x: string]: string;
|
|
9325
9325
|
} | undefined;
|
|
@@ -9430,7 +9430,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9430
9430
|
addons?: {
|
|
9431
9431
|
[x: string]: any;
|
|
9432
9432
|
} | undefined;
|
|
9433
|
-
token_endpoint_auth_method?: "
|
|
9433
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9434
9434
|
client_metadata?: {
|
|
9435
9435
|
[x: string]: string;
|
|
9436
9436
|
} | undefined;
|
|
@@ -9540,7 +9540,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9540
9540
|
custom_login_page_preview?: string | undefined;
|
|
9541
9541
|
form_template?: string | undefined;
|
|
9542
9542
|
addons?: Record<string, any> | undefined;
|
|
9543
|
-
token_endpoint_auth_method?: "
|
|
9543
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9544
9544
|
client_metadata?: Record<string, string> | undefined;
|
|
9545
9545
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9546
9546
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9620,7 +9620,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9620
9620
|
addons?: {
|
|
9621
9621
|
[x: string]: any;
|
|
9622
9622
|
} | undefined;
|
|
9623
|
-
token_endpoint_auth_method?: "
|
|
9623
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9624
9624
|
client_metadata?: {
|
|
9625
9625
|
[x: string]: string;
|
|
9626
9626
|
} | undefined;
|
|
@@ -9709,7 +9709,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9709
9709
|
custom_login_page_preview?: string | undefined;
|
|
9710
9710
|
form_template?: string | undefined;
|
|
9711
9711
|
addons?: Record<string, any> | undefined;
|
|
9712
|
-
token_endpoint_auth_method?: "
|
|
9712
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9713
9713
|
client_metadata?: Record<string, string> | undefined;
|
|
9714
9714
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9715
9715
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9789,7 +9789,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9789
9789
|
addons?: {
|
|
9790
9790
|
[x: string]: any;
|
|
9791
9791
|
} | undefined;
|
|
9792
|
-
token_endpoint_auth_method?: "
|
|
9792
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9793
9793
|
client_metadata?: {
|
|
9794
9794
|
[x: string]: string;
|
|
9795
9795
|
} | undefined;
|
|
@@ -9911,7 +9911,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9911
9911
|
active?: boolean | undefined;
|
|
9912
9912
|
} | undefined;
|
|
9913
9913
|
signup?: {
|
|
9914
|
-
status?: "optional" | "
|
|
9914
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
9915
9915
|
verification?: {
|
|
9916
9916
|
active?: boolean | undefined;
|
|
9917
9917
|
} | undefined;
|
|
@@ -9928,7 +9928,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9928
9928
|
active?: boolean | undefined;
|
|
9929
9929
|
} | undefined;
|
|
9930
9930
|
signup?: {
|
|
9931
|
-
status?: "optional" | "
|
|
9931
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
9932
9932
|
} | undefined;
|
|
9933
9933
|
validation?: {
|
|
9934
9934
|
max_length?: number | undefined;
|
|
@@ -9945,7 +9945,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9945
9945
|
active?: boolean | undefined;
|
|
9946
9946
|
} | undefined;
|
|
9947
9947
|
signup?: {
|
|
9948
|
-
status?: "optional" | "
|
|
9948
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
9949
9949
|
} | undefined;
|
|
9950
9950
|
} | undefined;
|
|
9951
9951
|
} | undefined;
|
|
@@ -10065,7 +10065,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10065
10065
|
active?: boolean | undefined;
|
|
10066
10066
|
} | undefined;
|
|
10067
10067
|
signup?: {
|
|
10068
|
-
status?: "optional" | "
|
|
10068
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10069
10069
|
verification?: {
|
|
10070
10070
|
active?: boolean | undefined;
|
|
10071
10071
|
} | undefined;
|
|
@@ -10082,7 +10082,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10082
10082
|
active?: boolean | undefined;
|
|
10083
10083
|
} | undefined;
|
|
10084
10084
|
signup?: {
|
|
10085
|
-
status?: "optional" | "
|
|
10085
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10086
10086
|
} | undefined;
|
|
10087
10087
|
validation?: {
|
|
10088
10088
|
max_length?: number | undefined;
|
|
@@ -10099,7 +10099,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10099
10099
|
active?: boolean | undefined;
|
|
10100
10100
|
} | undefined;
|
|
10101
10101
|
signup?: {
|
|
10102
|
-
status?: "optional" | "
|
|
10102
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10103
10103
|
} | undefined;
|
|
10104
10104
|
} | undefined;
|
|
10105
10105
|
} | undefined;
|
|
@@ -11053,7 +11053,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11053
11053
|
};
|
|
11054
11054
|
};
|
|
11055
11055
|
output: {
|
|
11056
|
-
type: "fn" | "i" | "
|
|
11056
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11057
11057
|
date: string;
|
|
11058
11058
|
isMobile: boolean;
|
|
11059
11059
|
log_id: string;
|
|
@@ -11092,7 +11092,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11092
11092
|
limit: number;
|
|
11093
11093
|
length: number;
|
|
11094
11094
|
logs: {
|
|
11095
|
-
type: "fn" | "i" | "
|
|
11095
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11096
11096
|
date: string;
|
|
11097
11097
|
isMobile: boolean;
|
|
11098
11098
|
log_id: string;
|
|
@@ -11407,7 +11407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11407
11407
|
};
|
|
11408
11408
|
} & {
|
|
11409
11409
|
json: {
|
|
11410
|
-
template: "
|
|
11410
|
+
template: "change_password" | "verify_email" | "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";
|
|
11411
11411
|
body: string;
|
|
11412
11412
|
from: string;
|
|
11413
11413
|
subject: string;
|
|
@@ -11428,7 +11428,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11428
11428
|
};
|
|
11429
11429
|
} & {
|
|
11430
11430
|
json: {
|
|
11431
|
-
template: "
|
|
11431
|
+
template: "change_password" | "verify_email" | "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";
|
|
11432
11432
|
body: string;
|
|
11433
11433
|
from: string;
|
|
11434
11434
|
subject: string;
|
|
@@ -11440,7 +11440,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11440
11440
|
};
|
|
11441
11441
|
};
|
|
11442
11442
|
output: {
|
|
11443
|
-
template: "
|
|
11443
|
+
template: "change_password" | "verify_email" | "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";
|
|
11444
11444
|
body: string;
|
|
11445
11445
|
from: string;
|
|
11446
11446
|
subject: string;
|
|
@@ -11459,7 +11459,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11459
11459
|
$get: {
|
|
11460
11460
|
input: {
|
|
11461
11461
|
param: {
|
|
11462
|
-
templateName: "
|
|
11462
|
+
templateName: "change_password" | "verify_email" | "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";
|
|
11463
11463
|
};
|
|
11464
11464
|
} & {
|
|
11465
11465
|
header: {
|
|
@@ -11472,7 +11472,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11472
11472
|
} | {
|
|
11473
11473
|
input: {
|
|
11474
11474
|
param: {
|
|
11475
|
-
templateName: "
|
|
11475
|
+
templateName: "change_password" | "verify_email" | "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";
|
|
11476
11476
|
};
|
|
11477
11477
|
} & {
|
|
11478
11478
|
header: {
|
|
@@ -11480,7 +11480,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11480
11480
|
};
|
|
11481
11481
|
};
|
|
11482
11482
|
output: {
|
|
11483
|
-
template: "
|
|
11483
|
+
template: "change_password" | "verify_email" | "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";
|
|
11484
11484
|
body: string;
|
|
11485
11485
|
from: string;
|
|
11486
11486
|
subject: string;
|
|
@@ -11499,7 +11499,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11499
11499
|
$put: {
|
|
11500
11500
|
input: {
|
|
11501
11501
|
param: {
|
|
11502
|
-
templateName: "
|
|
11502
|
+
templateName: "change_password" | "verify_email" | "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";
|
|
11503
11503
|
};
|
|
11504
11504
|
} & {
|
|
11505
11505
|
header: {
|
|
@@ -11507,7 +11507,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11507
11507
|
};
|
|
11508
11508
|
} & {
|
|
11509
11509
|
json: {
|
|
11510
|
-
template: "
|
|
11510
|
+
template: "change_password" | "verify_email" | "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";
|
|
11511
11511
|
body: string;
|
|
11512
11512
|
from: string;
|
|
11513
11513
|
subject: string;
|
|
@@ -11519,7 +11519,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11519
11519
|
};
|
|
11520
11520
|
};
|
|
11521
11521
|
output: {
|
|
11522
|
-
template: "
|
|
11522
|
+
template: "change_password" | "verify_email" | "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";
|
|
11523
11523
|
body: string;
|
|
11524
11524
|
from: string;
|
|
11525
11525
|
subject: string;
|
|
@@ -11538,7 +11538,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11538
11538
|
$patch: {
|
|
11539
11539
|
input: {
|
|
11540
11540
|
param: {
|
|
11541
|
-
templateName: "
|
|
11541
|
+
templateName: "change_password" | "verify_email" | "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";
|
|
11542
11542
|
};
|
|
11543
11543
|
} & {
|
|
11544
11544
|
header: {
|
|
@@ -11546,7 +11546,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11546
11546
|
};
|
|
11547
11547
|
} & {
|
|
11548
11548
|
json: {
|
|
11549
|
-
template?: "
|
|
11549
|
+
template?: "change_password" | "verify_email" | "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;
|
|
11550
11550
|
body?: string | undefined;
|
|
11551
11551
|
from?: string | undefined;
|
|
11552
11552
|
subject?: string | undefined;
|
|
@@ -11563,7 +11563,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11563
11563
|
} | {
|
|
11564
11564
|
input: {
|
|
11565
11565
|
param: {
|
|
11566
|
-
templateName: "
|
|
11566
|
+
templateName: "change_password" | "verify_email" | "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";
|
|
11567
11567
|
};
|
|
11568
11568
|
} & {
|
|
11569
11569
|
header: {
|
|
@@ -11571,7 +11571,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11571
11571
|
};
|
|
11572
11572
|
} & {
|
|
11573
11573
|
json: {
|
|
11574
|
-
template?: "
|
|
11574
|
+
template?: "change_password" | "verify_email" | "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;
|
|
11575
11575
|
body?: string | undefined;
|
|
11576
11576
|
from?: string | undefined;
|
|
11577
11577
|
subject?: string | undefined;
|
|
@@ -11583,7 +11583,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11583
11583
|
};
|
|
11584
11584
|
};
|
|
11585
11585
|
output: {
|
|
11586
|
-
template: "
|
|
11586
|
+
template: "change_password" | "verify_email" | "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";
|
|
11587
11587
|
body: string;
|
|
11588
11588
|
from: string;
|
|
11589
11589
|
subject: string;
|
|
@@ -11858,7 +11858,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11858
11858
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
11859
11859
|
custom_domain_id: string;
|
|
11860
11860
|
primary: boolean;
|
|
11861
|
-
status: "
|
|
11861
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11862
11862
|
verification_method?: "txt" | undefined;
|
|
11863
11863
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11864
11864
|
domain_metadata?: {
|
|
@@ -11899,7 +11899,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11899
11899
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
11900
11900
|
custom_domain_id: string;
|
|
11901
11901
|
primary: boolean;
|
|
11902
|
-
status: "
|
|
11902
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11903
11903
|
verification_method?: "txt" | undefined;
|
|
11904
11904
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11905
11905
|
domain_metadata?: {
|
|
@@ -11960,7 +11960,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11960
11960
|
domain_metadata?: Record<string, string> | undefined;
|
|
11961
11961
|
custom_domain_id?: string | undefined;
|
|
11962
11962
|
primary?: boolean | undefined;
|
|
11963
|
-
status?: "
|
|
11963
|
+
status?: "disabled" | "pending" | "pending_verification" | "ready" | undefined;
|
|
11964
11964
|
origin_domain_name?: string | undefined;
|
|
11965
11965
|
verification?: {
|
|
11966
11966
|
methods: ({
|
|
@@ -11981,7 +11981,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11981
11981
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
11982
11982
|
custom_domain_id: string;
|
|
11983
11983
|
primary: boolean;
|
|
11984
|
-
status: "
|
|
11984
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11985
11985
|
verification_method?: "txt" | undefined;
|
|
11986
11986
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11987
11987
|
domain_metadata?: {
|
|
@@ -12028,7 +12028,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12028
12028
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12029
12029
|
custom_domain_id: string;
|
|
12030
12030
|
primary: boolean;
|
|
12031
|
-
status: "
|
|
12031
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12032
12032
|
verification_method?: "txt" | undefined;
|
|
12033
12033
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12034
12034
|
domain_metadata?: {
|
|
@@ -12069,7 +12069,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12069
12069
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12070
12070
|
custom_domain_id: string;
|
|
12071
12071
|
primary: boolean;
|
|
12072
|
-
status: "
|
|
12072
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12073
12073
|
verification_method?: "txt" | undefined;
|
|
12074
12074
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12075
12075
|
domain_metadata?: {
|
|
@@ -12629,7 +12629,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12629
12629
|
output: {
|
|
12630
12630
|
id: string;
|
|
12631
12631
|
trigger_id: string;
|
|
12632
|
-
status: "
|
|
12632
|
+
status: "unspecified" | "pending" | "final" | "partial" | "canceled" | "suspended";
|
|
12633
12633
|
results: {
|
|
12634
12634
|
action_name: string;
|
|
12635
12635
|
error: {
|
|
@@ -12676,7 +12676,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12676
12676
|
logs: {
|
|
12677
12677
|
action_name: string;
|
|
12678
12678
|
lines: {
|
|
12679
|
-
level: "error" | "log" | "
|
|
12679
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
12680
12680
|
message: string;
|
|
12681
12681
|
}[];
|
|
12682
12682
|
}[];
|
|
@@ -13343,7 +13343,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13343
13343
|
args: import("hono/utils/types").JSONValue[];
|
|
13344
13344
|
}[];
|
|
13345
13345
|
logs: {
|
|
13346
|
-
level: "error" | "log" | "
|
|
13346
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13347
13347
|
message: string;
|
|
13348
13348
|
}[];
|
|
13349
13349
|
error?: string | undefined;
|
|
@@ -13641,7 +13641,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13641
13641
|
scope?: string | undefined;
|
|
13642
13642
|
grant_types?: string[] | undefined;
|
|
13643
13643
|
response_types?: string[] | undefined;
|
|
13644
|
-
token_endpoint_auth_method?: "
|
|
13644
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
13645
13645
|
jwks_uri?: string | undefined;
|
|
13646
13646
|
jwks?: Record<string, unknown> | undefined;
|
|
13647
13647
|
software_id?: string | undefined;
|
|
@@ -13730,7 +13730,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13730
13730
|
scope?: string | undefined;
|
|
13731
13731
|
grant_types?: string[] | undefined;
|
|
13732
13732
|
response_types?: string[] | undefined;
|
|
13733
|
-
token_endpoint_auth_method?: "
|
|
13733
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
13734
13734
|
jwks_uri?: string | undefined;
|
|
13735
13735
|
jwks?: Record<string, unknown> | undefined;
|
|
13736
13736
|
software_id?: string | undefined;
|
|
@@ -14076,6 +14076,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14076
14076
|
email: string;
|
|
14077
14077
|
send: "code" | "link";
|
|
14078
14078
|
authParams: {
|
|
14079
|
+
audience?: string | undefined;
|
|
14079
14080
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14080
14081
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14081
14082
|
scope?: string | undefined;
|
|
@@ -14083,7 +14084,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14083
14084
|
state?: string | undefined;
|
|
14084
14085
|
act_as?: string | undefined;
|
|
14085
14086
|
redirect_uri?: string | undefined;
|
|
14086
|
-
audience?: string | undefined;
|
|
14087
14087
|
organization?: string | undefined;
|
|
14088
14088
|
nonce?: string | undefined;
|
|
14089
14089
|
prompt?: string | undefined;
|
|
@@ -14112,6 +14112,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14112
14112
|
phone_number: string;
|
|
14113
14113
|
send: "code" | "link";
|
|
14114
14114
|
authParams: {
|
|
14115
|
+
audience?: string | undefined;
|
|
14115
14116
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14116
14117
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14117
14118
|
scope?: string | undefined;
|
|
@@ -14119,7 +14120,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14119
14120
|
state?: string | undefined;
|
|
14120
14121
|
act_as?: string | undefined;
|
|
14121
14122
|
redirect_uri?: string | undefined;
|
|
14122
|
-
audience?: string | undefined;
|
|
14123
14123
|
organization?: string | undefined;
|
|
14124
14124
|
nonce?: string | undefined;
|
|
14125
14125
|
prompt?: string | undefined;
|
|
@@ -14354,7 +14354,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14354
14354
|
client_id: string;
|
|
14355
14355
|
username: string;
|
|
14356
14356
|
otp: string;
|
|
14357
|
-
realm: "
|
|
14357
|
+
realm: "sms" | "email";
|
|
14358
14358
|
};
|
|
14359
14359
|
} & {
|
|
14360
14360
|
json: {
|
|
@@ -14390,7 +14390,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14390
14390
|
client_id: string;
|
|
14391
14391
|
username: string;
|
|
14392
14392
|
otp: string;
|
|
14393
|
-
realm: "
|
|
14393
|
+
realm: "sms" | "email";
|
|
14394
14394
|
};
|
|
14395
14395
|
};
|
|
14396
14396
|
output: {};
|
|
@@ -14431,7 +14431,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14431
14431
|
client_id: string;
|
|
14432
14432
|
username: string;
|
|
14433
14433
|
otp: string;
|
|
14434
|
-
realm: "
|
|
14434
|
+
realm: "sms" | "email";
|
|
14435
14435
|
};
|
|
14436
14436
|
} & {
|
|
14437
14437
|
json: {
|
|
@@ -14467,7 +14467,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14467
14467
|
client_id: string;
|
|
14468
14468
|
username: string;
|
|
14469
14469
|
otp: string;
|
|
14470
|
-
realm: "
|
|
14470
|
+
realm: "sms" | "email";
|
|
14471
14471
|
};
|
|
14472
14472
|
};
|
|
14473
14473
|
output: {
|
|
@@ -14516,7 +14516,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14516
14516
|
client_id: string;
|
|
14517
14517
|
username: string;
|
|
14518
14518
|
otp: string;
|
|
14519
|
-
realm: "
|
|
14519
|
+
realm: "sms" | "email";
|
|
14520
14520
|
};
|
|
14521
14521
|
} & {
|
|
14522
14522
|
json: {
|
|
@@ -14552,7 +14552,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14552
14552
|
client_id: string;
|
|
14553
14553
|
username: string;
|
|
14554
14554
|
otp: string;
|
|
14555
|
-
realm: "
|
|
14555
|
+
realm: "sms" | "email";
|
|
14556
14556
|
};
|
|
14557
14557
|
};
|
|
14558
14558
|
output: {
|
|
@@ -14596,7 +14596,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14596
14596
|
client_id: string;
|
|
14597
14597
|
username: string;
|
|
14598
14598
|
otp: string;
|
|
14599
|
-
realm: "
|
|
14599
|
+
realm: "sms" | "email";
|
|
14600
14600
|
};
|
|
14601
14601
|
} & {
|
|
14602
14602
|
json: {
|
|
@@ -14632,7 +14632,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14632
14632
|
client_id: string;
|
|
14633
14633
|
username: string;
|
|
14634
14634
|
otp: string;
|
|
14635
|
-
realm: "
|
|
14635
|
+
realm: "sms" | "email";
|
|
14636
14636
|
};
|
|
14637
14637
|
};
|
|
14638
14638
|
output: {
|
|
@@ -14676,7 +14676,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14676
14676
|
client_id: string;
|
|
14677
14677
|
username: string;
|
|
14678
14678
|
otp: string;
|
|
14679
|
-
realm: "
|
|
14679
|
+
realm: "sms" | "email";
|
|
14680
14680
|
};
|
|
14681
14681
|
} & {
|
|
14682
14682
|
json: {
|
|
@@ -14712,7 +14712,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14712
14712
|
client_id: string;
|
|
14713
14713
|
username: string;
|
|
14714
14714
|
otp: string;
|
|
14715
|
-
realm: "
|
|
14715
|
+
realm: "sms" | "email";
|
|
14716
14716
|
};
|
|
14717
14717
|
};
|
|
14718
14718
|
output: {
|
|
@@ -14773,6 +14773,40 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14773
14773
|
grant_types_supported?: string[] | undefined;
|
|
14774
14774
|
claims_parameter_supported?: boolean | undefined;
|
|
14775
14775
|
request_object_signing_alg_values_supported?: string[] | undefined;
|
|
14776
|
+
client_id_metadata_document_supported?: boolean | undefined;
|
|
14777
|
+
};
|
|
14778
|
+
outputFormat: "json";
|
|
14779
|
+
status: 200;
|
|
14780
|
+
};
|
|
14781
|
+
};
|
|
14782
|
+
} & {
|
|
14783
|
+
"/oauth-authorization-server": {
|
|
14784
|
+
$get: {
|
|
14785
|
+
input: {};
|
|
14786
|
+
output: {
|
|
14787
|
+
issuer: string;
|
|
14788
|
+
authorization_endpoint: string;
|
|
14789
|
+
token_endpoint: string;
|
|
14790
|
+
userinfo_endpoint: string;
|
|
14791
|
+
jwks_uri: string;
|
|
14792
|
+
revocation_endpoint: string;
|
|
14793
|
+
scopes_supported: string[];
|
|
14794
|
+
response_types_supported: string[];
|
|
14795
|
+
code_challenge_methods_supported: string[];
|
|
14796
|
+
response_modes_supported: string[];
|
|
14797
|
+
subject_types_supported: string[];
|
|
14798
|
+
id_token_signing_alg_values_supported: string[];
|
|
14799
|
+
token_endpoint_auth_methods_supported: string[];
|
|
14800
|
+
claims_supported: string[];
|
|
14801
|
+
request_uri_parameter_supported: boolean;
|
|
14802
|
+
request_parameter_supported: boolean;
|
|
14803
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
14804
|
+
registration_endpoint?: string | undefined;
|
|
14805
|
+
end_session_endpoint?: string | undefined;
|
|
14806
|
+
grant_types_supported?: string[] | undefined;
|
|
14807
|
+
claims_parameter_supported?: boolean | undefined;
|
|
14808
|
+
request_object_signing_alg_values_supported?: string[] | undefined;
|
|
14809
|
+
client_id_metadata_document_supported?: boolean | undefined;
|
|
14776
14810
|
};
|
|
14777
14811
|
outputFormat: "json";
|
|
14778
14812
|
status: 200;
|
|
@@ -15508,7 +15542,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15508
15542
|
} & {
|
|
15509
15543
|
form: {
|
|
15510
15544
|
username: string;
|
|
15511
|
-
login_selection?: "
|
|
15545
|
+
login_selection?: "code" | "password" | undefined;
|
|
15512
15546
|
};
|
|
15513
15547
|
};
|
|
15514
15548
|
output: {};
|
|
@@ -15522,7 +15556,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15522
15556
|
} & {
|
|
15523
15557
|
form: {
|
|
15524
15558
|
username: string;
|
|
15525
|
-
login_selection?: "
|
|
15559
|
+
login_selection?: "code" | "password" | undefined;
|
|
15526
15560
|
};
|
|
15527
15561
|
};
|
|
15528
15562
|
output: {};
|
|
@@ -15871,7 +15905,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15871
15905
|
$get: {
|
|
15872
15906
|
input: {
|
|
15873
15907
|
param: {
|
|
15874
|
-
screen: "signup" | "
|
|
15908
|
+
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
|
|
15875
15909
|
};
|
|
15876
15910
|
} & {
|
|
15877
15911
|
query: {
|
|
@@ -15887,7 +15921,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15887
15921
|
} | {
|
|
15888
15922
|
input: {
|
|
15889
15923
|
param: {
|
|
15890
|
-
screen: "signup" | "
|
|
15924
|
+
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
|
|
15891
15925
|
};
|
|
15892
15926
|
} & {
|
|
15893
15927
|
query: {
|
|
@@ -15903,7 +15937,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15903
15937
|
} | {
|
|
15904
15938
|
input: {
|
|
15905
15939
|
param: {
|
|
15906
|
-
screen: "signup" | "
|
|
15940
|
+
screen: "signup" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
|
|
15907
15941
|
};
|
|
15908
15942
|
} & {
|
|
15909
15943
|
query: {
|
|
@@ -15923,7 +15957,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15923
15957
|
$post: {
|
|
15924
15958
|
input: {
|
|
15925
15959
|
param: {
|
|
15926
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "
|
|
15960
|
+
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
|
|
15927
15961
|
};
|
|
15928
15962
|
} & {
|
|
15929
15963
|
query: {
|
|
@@ -15941,7 +15975,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15941
15975
|
} | {
|
|
15942
15976
|
input: {
|
|
15943
15977
|
param: {
|
|
15944
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "
|
|
15978
|
+
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
|
|
15945
15979
|
};
|
|
15946
15980
|
} & {
|
|
15947
15981
|
query: {
|
|
@@ -15959,7 +15993,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15959
15993
|
} | {
|
|
15960
15994
|
input: {
|
|
15961
15995
|
param: {
|
|
15962
|
-
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "
|
|
15996
|
+
screen: "signup" | "login" | "reset-password" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
|
|
15963
15997
|
};
|
|
15964
15998
|
} & {
|
|
15965
15999
|
query: {
|