authhero 8.9.0 → 8.9.2
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 +144 -131
- package/dist/authhero.mjs +8109 -7979
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/password.d.ts +10 -1
- package/dist/types/authentication-flows/passwordless.d.ts +5 -5
- package/dist/types/helpers/avatar.d.ts +6 -0
- package/dist/types/index.d.ts +144 -131
- package/dist/types/routes/auth-api/avatars.d.ts +18 -0
- package/dist/types/routes/auth-api/index.d.ts +47 -34
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +13 -13
- package/dist/types/routes/management-api/clients.d.ts +8 -8
- package/dist/types/routes/management-api/connections.d.ts +15 -15
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- 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/index.d.ts +94 -94
- 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/organizations.d.ts +3 -3
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/tenants.d.ts +6 -6
- 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 +8 -8
- package/dist/types/routes/universal-login/u2-index.d.ts +3 -3
- package/dist/types/routes/universal-login/u2-routes.d.ts +3 -3
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -58,8 +58,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
58
58
|
$get: {
|
|
59
59
|
input: {
|
|
60
60
|
query: {
|
|
61
|
-
include_password_hashes?: "
|
|
62
|
-
gzip?: "
|
|
61
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
62
|
+
gzip?: "false" | "true" | undefined;
|
|
63
63
|
};
|
|
64
64
|
} & {
|
|
65
65
|
header: {
|
|
@@ -76,7 +76,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
76
76
|
$post: {
|
|
77
77
|
input: {
|
|
78
78
|
query: {
|
|
79
|
-
include_password_hashes?: "
|
|
79
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
80
80
|
};
|
|
81
81
|
} & {
|
|
82
82
|
header: {
|
|
@@ -270,7 +270,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
272
|
output: {
|
|
273
|
-
name: "
|
|
273
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
274
274
|
enabled: boolean;
|
|
275
275
|
trial_expired?: boolean | undefined;
|
|
276
276
|
}[];
|
|
@@ -425,7 +425,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
425
425
|
$get: {
|
|
426
426
|
input: {
|
|
427
427
|
param: {
|
|
428
|
-
factor_name: "
|
|
428
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
429
429
|
};
|
|
430
430
|
} & {
|
|
431
431
|
header: {
|
|
@@ -433,7 +433,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
435
|
output: {
|
|
436
|
-
name: "
|
|
436
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
437
437
|
enabled: boolean;
|
|
438
438
|
trial_expired?: boolean | undefined;
|
|
439
439
|
};
|
|
@@ -446,7 +446,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
446
446
|
$put: {
|
|
447
447
|
input: {
|
|
448
448
|
param: {
|
|
449
|
-
factor_name: "
|
|
449
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
450
450
|
};
|
|
451
451
|
} & {
|
|
452
452
|
header: {
|
|
@@ -458,7 +458,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
458
458
|
};
|
|
459
459
|
};
|
|
460
460
|
output: {
|
|
461
|
-
name: "
|
|
461
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
462
462
|
enabled: boolean;
|
|
463
463
|
trial_expired?: boolean | undefined;
|
|
464
464
|
};
|
|
@@ -1203,11 +1203,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1203
1203
|
invitee: {
|
|
1204
1204
|
email?: string | undefined;
|
|
1205
1205
|
};
|
|
1206
|
-
id?: string | undefined;
|
|
1207
|
-
roles?: string[] | undefined;
|
|
1208
|
-
connection_id?: string | undefined;
|
|
1209
1206
|
app_metadata?: Record<string, any> | undefined;
|
|
1210
1207
|
user_metadata?: Record<string, any> | undefined;
|
|
1208
|
+
id?: string | undefined;
|
|
1209
|
+
connection_id?: string | undefined;
|
|
1210
|
+
roles?: string[] | undefined;
|
|
1211
1211
|
ttl_sec?: number | undefined;
|
|
1212
1212
|
send_invitation_email?: boolean | undefined;
|
|
1213
1213
|
};
|
|
@@ -2058,7 +2058,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2058
2058
|
type: "REDIRECT";
|
|
2059
2059
|
action: "REDIRECT_USER";
|
|
2060
2060
|
params: {
|
|
2061
|
-
target: "custom" | "
|
|
2061
|
+
target: "custom" | "account" | "change-email";
|
|
2062
2062
|
custom_url?: string | undefined;
|
|
2063
2063
|
};
|
|
2064
2064
|
alias?: string | undefined;
|
|
@@ -2111,7 +2111,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2111
2111
|
type: "REDIRECT";
|
|
2112
2112
|
action: "REDIRECT_USER";
|
|
2113
2113
|
params: {
|
|
2114
|
-
target: "custom" | "
|
|
2114
|
+
target: "custom" | "account" | "change-email";
|
|
2115
2115
|
custom_url?: string | undefined;
|
|
2116
2116
|
};
|
|
2117
2117
|
alias?: string | undefined;
|
|
@@ -2179,7 +2179,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2179
2179
|
type: "REDIRECT";
|
|
2180
2180
|
action: "REDIRECT_USER";
|
|
2181
2181
|
params: {
|
|
2182
|
-
target: "custom" | "
|
|
2182
|
+
target: "custom" | "account" | "change-email";
|
|
2183
2183
|
custom_url?: string | undefined;
|
|
2184
2184
|
};
|
|
2185
2185
|
alias?: string | undefined;
|
|
@@ -2260,7 +2260,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2260
2260
|
type: "REDIRECT";
|
|
2261
2261
|
action: "REDIRECT_USER";
|
|
2262
2262
|
params: {
|
|
2263
|
-
target: "custom" | "
|
|
2263
|
+
target: "custom" | "account" | "change-email";
|
|
2264
2264
|
custom_url?: string | undefined;
|
|
2265
2265
|
};
|
|
2266
2266
|
alias?: string | undefined;
|
|
@@ -2308,7 +2308,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2308
2308
|
type: "REDIRECT";
|
|
2309
2309
|
action: "REDIRECT_USER";
|
|
2310
2310
|
params: {
|
|
2311
|
-
target: "custom" | "
|
|
2311
|
+
target: "custom" | "account" | "change-email";
|
|
2312
2312
|
custom_url?: string | undefined;
|
|
2313
2313
|
};
|
|
2314
2314
|
alias?: string | undefined;
|
|
@@ -2368,7 +2368,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2368
2368
|
type: "REDIRECT";
|
|
2369
2369
|
action: "REDIRECT_USER";
|
|
2370
2370
|
params: {
|
|
2371
|
-
target: "custom" | "
|
|
2371
|
+
target: "custom" | "account" | "change-email";
|
|
2372
2372
|
custom_url?: string | undefined;
|
|
2373
2373
|
};
|
|
2374
2374
|
alias?: string | undefined;
|
|
@@ -2416,7 +2416,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2416
2416
|
type: "REDIRECT";
|
|
2417
2417
|
action: "REDIRECT_USER";
|
|
2418
2418
|
params: {
|
|
2419
|
-
target: "custom" | "
|
|
2419
|
+
target: "custom" | "account" | "change-email";
|
|
2420
2420
|
custom_url?: string | undefined;
|
|
2421
2421
|
};
|
|
2422
2422
|
alias?: string | undefined;
|
|
@@ -6862,7 +6862,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6862
6862
|
};
|
|
6863
6863
|
};
|
|
6864
6864
|
output: {
|
|
6865
|
-
prompt: "
|
|
6865
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6866
6866
|
language: string;
|
|
6867
6867
|
}[];
|
|
6868
6868
|
outputFormat: "json";
|
|
@@ -6900,7 +6900,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6900
6900
|
$get: {
|
|
6901
6901
|
input: {
|
|
6902
6902
|
param: {
|
|
6903
|
-
prompt: "
|
|
6903
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6904
6904
|
language: string;
|
|
6905
6905
|
};
|
|
6906
6906
|
} & {
|
|
@@ -6922,7 +6922,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6922
6922
|
$put: {
|
|
6923
6923
|
input: {
|
|
6924
6924
|
param: {
|
|
6925
|
-
prompt: "
|
|
6925
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6926
6926
|
language: string;
|
|
6927
6927
|
};
|
|
6928
6928
|
} & {
|
|
@@ -6946,7 +6946,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6946
6946
|
$delete: {
|
|
6947
6947
|
input: {
|
|
6948
6948
|
param: {
|
|
6949
|
-
prompt: "
|
|
6949
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6950
6950
|
language: string;
|
|
6951
6951
|
};
|
|
6952
6952
|
} & {
|
|
@@ -7038,7 +7038,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7038
7038
|
active?: boolean | undefined;
|
|
7039
7039
|
} | undefined;
|
|
7040
7040
|
signup?: {
|
|
7041
|
-
status?: "optional" | "
|
|
7041
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7042
7042
|
verification?: {
|
|
7043
7043
|
active?: boolean | undefined;
|
|
7044
7044
|
} | undefined;
|
|
@@ -7055,7 +7055,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7055
7055
|
active?: boolean | undefined;
|
|
7056
7056
|
} | undefined;
|
|
7057
7057
|
signup?: {
|
|
7058
|
-
status?: "optional" | "
|
|
7058
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7059
7059
|
} | undefined;
|
|
7060
7060
|
validation?: {
|
|
7061
7061
|
max_length?: number | undefined;
|
|
@@ -7072,7 +7072,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7072
7072
|
active?: boolean | undefined;
|
|
7073
7073
|
} | undefined;
|
|
7074
7074
|
signup?: {
|
|
7075
|
-
status?: "optional" | "
|
|
7075
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7076
7076
|
} | undefined;
|
|
7077
7077
|
} | undefined;
|
|
7078
7078
|
} | undefined;
|
|
@@ -7172,7 +7172,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7172
7172
|
active?: boolean | undefined;
|
|
7173
7173
|
} | undefined;
|
|
7174
7174
|
signup?: {
|
|
7175
|
-
status?: "optional" | "
|
|
7175
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7176
7176
|
verification?: {
|
|
7177
7177
|
active?: boolean | undefined;
|
|
7178
7178
|
} | undefined;
|
|
@@ -7189,7 +7189,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7189
7189
|
active?: boolean | undefined;
|
|
7190
7190
|
} | undefined;
|
|
7191
7191
|
signup?: {
|
|
7192
|
-
status?: "optional" | "
|
|
7192
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7193
7193
|
} | undefined;
|
|
7194
7194
|
validation?: {
|
|
7195
7195
|
max_length?: number | undefined;
|
|
@@ -7206,7 +7206,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7206
7206
|
active?: boolean | undefined;
|
|
7207
7207
|
} | undefined;
|
|
7208
7208
|
signup?: {
|
|
7209
|
-
status?: "optional" | "
|
|
7209
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7210
7210
|
} | undefined;
|
|
7211
7211
|
} | undefined;
|
|
7212
7212
|
} | undefined;
|
|
@@ -7321,7 +7321,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7321
7321
|
active?: boolean | undefined;
|
|
7322
7322
|
} | undefined;
|
|
7323
7323
|
signup?: {
|
|
7324
|
-
status?: "optional" | "
|
|
7324
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7325
7325
|
verification?: {
|
|
7326
7326
|
active?: boolean | undefined;
|
|
7327
7327
|
} | undefined;
|
|
@@ -7338,7 +7338,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7338
7338
|
active?: boolean | undefined;
|
|
7339
7339
|
} | undefined;
|
|
7340
7340
|
signup?: {
|
|
7341
|
-
status?: "optional" | "
|
|
7341
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7342
7342
|
} | undefined;
|
|
7343
7343
|
validation?: {
|
|
7344
7344
|
max_length?: number | undefined;
|
|
@@ -7355,7 +7355,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7355
7355
|
active?: boolean | undefined;
|
|
7356
7356
|
} | undefined;
|
|
7357
7357
|
signup?: {
|
|
7358
|
-
status?: "optional" | "
|
|
7358
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7359
7359
|
} | undefined;
|
|
7360
7360
|
} | undefined;
|
|
7361
7361
|
} | undefined;
|
|
@@ -7500,7 +7500,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7500
7500
|
active?: boolean | undefined;
|
|
7501
7501
|
} | undefined;
|
|
7502
7502
|
signup?: {
|
|
7503
|
-
status?: "optional" | "
|
|
7503
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7504
7504
|
verification?: {
|
|
7505
7505
|
active?: boolean | undefined;
|
|
7506
7506
|
} | undefined;
|
|
@@ -7517,7 +7517,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7517
7517
|
active?: boolean | undefined;
|
|
7518
7518
|
} | undefined;
|
|
7519
7519
|
signup?: {
|
|
7520
|
-
status?: "optional" | "
|
|
7520
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7521
7521
|
} | undefined;
|
|
7522
7522
|
validation?: {
|
|
7523
7523
|
max_length?: number | undefined;
|
|
@@ -7534,7 +7534,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7534
7534
|
active?: boolean | undefined;
|
|
7535
7535
|
} | undefined;
|
|
7536
7536
|
signup?: {
|
|
7537
|
-
status?: "optional" | "
|
|
7537
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7538
7538
|
} | undefined;
|
|
7539
7539
|
} | undefined;
|
|
7540
7540
|
} | undefined;
|
|
@@ -7658,7 +7658,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7658
7658
|
active?: boolean | undefined;
|
|
7659
7659
|
} | undefined;
|
|
7660
7660
|
signup?: {
|
|
7661
|
-
status?: "optional" | "
|
|
7661
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7662
7662
|
verification?: {
|
|
7663
7663
|
active?: boolean | undefined;
|
|
7664
7664
|
} | undefined;
|
|
@@ -7675,7 +7675,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7675
7675
|
active?: boolean | undefined;
|
|
7676
7676
|
} | undefined;
|
|
7677
7677
|
signup?: {
|
|
7678
|
-
status?: "optional" | "
|
|
7678
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7679
7679
|
} | undefined;
|
|
7680
7680
|
validation?: {
|
|
7681
7681
|
max_length?: number | undefined;
|
|
@@ -7692,7 +7692,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7692
7692
|
active?: boolean | undefined;
|
|
7693
7693
|
} | undefined;
|
|
7694
7694
|
signup?: {
|
|
7695
|
-
status?: "optional" | "
|
|
7695
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7696
7696
|
} | undefined;
|
|
7697
7697
|
} | undefined;
|
|
7698
7698
|
} | undefined;
|
|
@@ -8447,7 +8447,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8447
8447
|
log_type: string;
|
|
8448
8448
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8449
8449
|
actor: {
|
|
8450
|
-
type: "
|
|
8450
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8451
8451
|
id?: string | undefined;
|
|
8452
8452
|
email?: string | undefined;
|
|
8453
8453
|
org_id?: string | undefined;
|
|
@@ -8755,7 +8755,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8755
8755
|
created_at: string;
|
|
8756
8756
|
updated_at: string;
|
|
8757
8757
|
name: string;
|
|
8758
|
-
provider: "auth0" | "
|
|
8758
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8759
8759
|
connection: string;
|
|
8760
8760
|
enabled: boolean;
|
|
8761
8761
|
credentials: {
|
|
@@ -8787,7 +8787,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8787
8787
|
created_at: string;
|
|
8788
8788
|
updated_at: string;
|
|
8789
8789
|
name: string;
|
|
8790
|
-
provider: "auth0" | "
|
|
8790
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8791
8791
|
connection: string;
|
|
8792
8792
|
enabled: boolean;
|
|
8793
8793
|
credentials: {
|
|
@@ -8813,7 +8813,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8813
8813
|
} & {
|
|
8814
8814
|
json: {
|
|
8815
8815
|
name: string;
|
|
8816
|
-
provider: "auth0" | "
|
|
8816
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8817
8817
|
connection: string;
|
|
8818
8818
|
credentials: {
|
|
8819
8819
|
domain: string;
|
|
@@ -8830,7 +8830,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8830
8830
|
created_at: string;
|
|
8831
8831
|
updated_at: string;
|
|
8832
8832
|
name: string;
|
|
8833
|
-
provider: "auth0" | "
|
|
8833
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8834
8834
|
connection: string;
|
|
8835
8835
|
enabled: boolean;
|
|
8836
8836
|
credentials: {
|
|
@@ -8861,7 +8861,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8861
8861
|
json: {
|
|
8862
8862
|
id?: string | undefined;
|
|
8863
8863
|
name?: string | undefined;
|
|
8864
|
-
provider?: "auth0" | "
|
|
8864
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
8865
8865
|
connection?: string | undefined;
|
|
8866
8866
|
enabled?: boolean | undefined;
|
|
8867
8867
|
credentials?: {
|
|
@@ -8877,7 +8877,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8877
8877
|
created_at: string;
|
|
8878
8878
|
updated_at: string;
|
|
8879
8879
|
name: string;
|
|
8880
|
-
provider: "auth0" | "
|
|
8880
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8881
8881
|
connection: string;
|
|
8882
8882
|
enabled: boolean;
|
|
8883
8883
|
credentials: {
|
|
@@ -8925,7 +8925,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8925
8925
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8926
8926
|
};
|
|
8927
8927
|
id: string;
|
|
8928
|
-
status: "
|
|
8928
|
+
status: "active" | "suspended" | "paused";
|
|
8929
8929
|
filters?: {
|
|
8930
8930
|
type: string;
|
|
8931
8931
|
name: string;
|
|
@@ -8957,7 +8957,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8957
8957
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8958
8958
|
};
|
|
8959
8959
|
id: string;
|
|
8960
|
-
status: "
|
|
8960
|
+
status: "active" | "suspended" | "paused";
|
|
8961
8961
|
filters?: {
|
|
8962
8962
|
type: string;
|
|
8963
8963
|
name: string;
|
|
@@ -8982,7 +8982,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8982
8982
|
name: string;
|
|
8983
8983
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
8984
8984
|
sink: Record<string, unknown>;
|
|
8985
|
-
status?: "
|
|
8985
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
8986
8986
|
filters?: {
|
|
8987
8987
|
type: string;
|
|
8988
8988
|
name: string;
|
|
@@ -8997,7 +8997,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8997
8997
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8998
8998
|
};
|
|
8999
8999
|
id: string;
|
|
9000
|
-
status: "
|
|
9000
|
+
status: "active" | "suspended" | "paused";
|
|
9001
9001
|
filters?: {
|
|
9002
9002
|
type: string;
|
|
9003
9003
|
name: string;
|
|
@@ -9032,7 +9032,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9032
9032
|
}[] | undefined;
|
|
9033
9033
|
isPriority?: boolean | undefined;
|
|
9034
9034
|
id?: string | undefined;
|
|
9035
|
-
status?: "
|
|
9035
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
9036
9036
|
created_at?: string | undefined;
|
|
9037
9037
|
updated_at?: string | undefined;
|
|
9038
9038
|
};
|
|
@@ -9044,7 +9044,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9044
9044
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9045
9045
|
};
|
|
9046
9046
|
id: string;
|
|
9047
|
-
status: "
|
|
9047
|
+
status: "active" | "suspended" | "paused";
|
|
9048
9048
|
filters?: {
|
|
9049
9049
|
type: string;
|
|
9050
9050
|
name: string;
|
|
@@ -9095,7 +9095,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9095
9095
|
};
|
|
9096
9096
|
};
|
|
9097
9097
|
output: {
|
|
9098
|
-
type: "fn" | "
|
|
9098
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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";
|
|
9099
9099
|
date: string;
|
|
9100
9100
|
isMobile: boolean;
|
|
9101
9101
|
log_id: string;
|
|
@@ -9134,7 +9134,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9134
9134
|
limit: number;
|
|
9135
9135
|
length: number;
|
|
9136
9136
|
logs: {
|
|
9137
|
-
type: "fn" | "
|
|
9137
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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";
|
|
9138
9138
|
date: string;
|
|
9139
9139
|
isMobile: boolean;
|
|
9140
9140
|
log_id: string;
|
|
@@ -9188,7 +9188,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9188
9188
|
};
|
|
9189
9189
|
};
|
|
9190
9190
|
output: {
|
|
9191
|
-
type: "fn" | "
|
|
9191
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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";
|
|
9192
9192
|
date: string;
|
|
9193
9193
|
isMobile: boolean;
|
|
9194
9194
|
log_id: string;
|
|
@@ -10264,7 +10264,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10264
10264
|
active?: boolean | undefined;
|
|
10265
10265
|
} | undefined;
|
|
10266
10266
|
signup?: {
|
|
10267
|
-
status?: "optional" | "
|
|
10267
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10268
10268
|
verification?: {
|
|
10269
10269
|
active?: boolean | undefined;
|
|
10270
10270
|
} | undefined;
|
|
@@ -10281,7 +10281,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10281
10281
|
active?: boolean | undefined;
|
|
10282
10282
|
} | undefined;
|
|
10283
10283
|
signup?: {
|
|
10284
|
-
status?: "optional" | "
|
|
10284
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10285
10285
|
} | undefined;
|
|
10286
10286
|
validation?: {
|
|
10287
10287
|
max_length?: number | undefined;
|
|
@@ -10298,7 +10298,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10298
10298
|
active?: boolean | undefined;
|
|
10299
10299
|
} | undefined;
|
|
10300
10300
|
signup?: {
|
|
10301
|
-
status?: "optional" | "
|
|
10301
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10302
10302
|
} | undefined;
|
|
10303
10303
|
} | undefined;
|
|
10304
10304
|
} | undefined;
|
|
@@ -10418,7 +10418,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10418
10418
|
active?: boolean | undefined;
|
|
10419
10419
|
} | undefined;
|
|
10420
10420
|
signup?: {
|
|
10421
|
-
status?: "optional" | "
|
|
10421
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10422
10422
|
verification?: {
|
|
10423
10423
|
active?: boolean | undefined;
|
|
10424
10424
|
} | undefined;
|
|
@@ -10435,7 +10435,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10435
10435
|
active?: boolean | undefined;
|
|
10436
10436
|
} | undefined;
|
|
10437
10437
|
signup?: {
|
|
10438
|
-
status?: "optional" | "
|
|
10438
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10439
10439
|
} | undefined;
|
|
10440
10440
|
validation?: {
|
|
10441
10441
|
max_length?: number | undefined;
|
|
@@ -10452,7 +10452,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10452
10452
|
active?: boolean | undefined;
|
|
10453
10453
|
} | undefined;
|
|
10454
10454
|
signup?: {
|
|
10455
|
-
status?: "optional" | "
|
|
10455
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10456
10456
|
} | undefined;
|
|
10457
10457
|
} | undefined;
|
|
10458
10458
|
} | undefined;
|
|
@@ -11406,7 +11406,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11406
11406
|
};
|
|
11407
11407
|
};
|
|
11408
11408
|
output: {
|
|
11409
|
-
type: "fn" | "
|
|
11409
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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";
|
|
11410
11410
|
date: string;
|
|
11411
11411
|
isMobile: boolean;
|
|
11412
11412
|
log_id: string;
|
|
@@ -11445,7 +11445,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11445
11445
|
limit: number;
|
|
11446
11446
|
length: number;
|
|
11447
11447
|
logs: {
|
|
11448
|
-
type: "fn" | "
|
|
11448
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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";
|
|
11449
11449
|
date: string;
|
|
11450
11450
|
isMobile: boolean;
|
|
11451
11451
|
log_id: string;
|
|
@@ -11760,7 +11760,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11760
11760
|
};
|
|
11761
11761
|
} & {
|
|
11762
11762
|
json: {
|
|
11763
|
-
template: "
|
|
11763
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11764
11764
|
body: string;
|
|
11765
11765
|
from: string;
|
|
11766
11766
|
subject: string;
|
|
@@ -11781,7 +11781,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11781
11781
|
};
|
|
11782
11782
|
} & {
|
|
11783
11783
|
json: {
|
|
11784
|
-
template: "
|
|
11784
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11785
11785
|
body: string;
|
|
11786
11786
|
from: string;
|
|
11787
11787
|
subject: string;
|
|
@@ -11793,7 +11793,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11793
11793
|
};
|
|
11794
11794
|
};
|
|
11795
11795
|
output: {
|
|
11796
|
-
template: "
|
|
11796
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11797
11797
|
body: string;
|
|
11798
11798
|
from: string;
|
|
11799
11799
|
subject: string;
|
|
@@ -11816,7 +11816,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11816
11816
|
};
|
|
11817
11817
|
};
|
|
11818
11818
|
output: {
|
|
11819
|
-
name: "
|
|
11819
|
+
name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11820
11820
|
body: string;
|
|
11821
11821
|
subject: string;
|
|
11822
11822
|
}[];
|
|
@@ -11829,7 +11829,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11829
11829
|
$get: {
|
|
11830
11830
|
input: {
|
|
11831
11831
|
param: {
|
|
11832
|
-
templateName: "
|
|
11832
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11833
11833
|
};
|
|
11834
11834
|
} & {
|
|
11835
11835
|
header: {
|
|
@@ -11842,7 +11842,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11842
11842
|
} | {
|
|
11843
11843
|
input: {
|
|
11844
11844
|
param: {
|
|
11845
|
-
templateName: "
|
|
11845
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11846
11846
|
};
|
|
11847
11847
|
} & {
|
|
11848
11848
|
header: {
|
|
@@ -11850,7 +11850,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11850
11850
|
};
|
|
11851
11851
|
};
|
|
11852
11852
|
output: {
|
|
11853
|
-
template: "
|
|
11853
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11854
11854
|
body: string;
|
|
11855
11855
|
from: string;
|
|
11856
11856
|
subject: string;
|
|
@@ -11869,7 +11869,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11869
11869
|
$put: {
|
|
11870
11870
|
input: {
|
|
11871
11871
|
param: {
|
|
11872
|
-
templateName: "
|
|
11872
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11873
11873
|
};
|
|
11874
11874
|
} & {
|
|
11875
11875
|
header: {
|
|
@@ -11877,7 +11877,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11877
11877
|
};
|
|
11878
11878
|
} & {
|
|
11879
11879
|
json: {
|
|
11880
|
-
template: "
|
|
11880
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11881
11881
|
body: string;
|
|
11882
11882
|
subject: string;
|
|
11883
11883
|
syntax?: "liquid" | undefined;
|
|
@@ -11889,7 +11889,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11889
11889
|
};
|
|
11890
11890
|
};
|
|
11891
11891
|
output: {
|
|
11892
|
-
template: "
|
|
11892
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11893
11893
|
body: string;
|
|
11894
11894
|
from: string;
|
|
11895
11895
|
subject: string;
|
|
@@ -11908,7 +11908,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11908
11908
|
$patch: {
|
|
11909
11909
|
input: {
|
|
11910
11910
|
param: {
|
|
11911
|
-
templateName: "
|
|
11911
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11912
11912
|
};
|
|
11913
11913
|
} & {
|
|
11914
11914
|
header: {
|
|
@@ -11916,7 +11916,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11916
11916
|
};
|
|
11917
11917
|
} & {
|
|
11918
11918
|
json: {
|
|
11919
|
-
template?: "
|
|
11919
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11920
11920
|
body?: string | undefined;
|
|
11921
11921
|
from?: string | undefined;
|
|
11922
11922
|
subject?: string | undefined;
|
|
@@ -11933,7 +11933,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11933
11933
|
} | {
|
|
11934
11934
|
input: {
|
|
11935
11935
|
param: {
|
|
11936
|
-
templateName: "
|
|
11936
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11937
11937
|
};
|
|
11938
11938
|
} & {
|
|
11939
11939
|
header: {
|
|
@@ -11941,7 +11941,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11941
11941
|
};
|
|
11942
11942
|
} & {
|
|
11943
11943
|
json: {
|
|
11944
|
-
template?: "
|
|
11944
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11945
11945
|
body?: string | undefined;
|
|
11946
11946
|
from?: string | undefined;
|
|
11947
11947
|
subject?: string | undefined;
|
|
@@ -11953,7 +11953,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11953
11953
|
};
|
|
11954
11954
|
};
|
|
11955
11955
|
output: {
|
|
11956
|
-
template: "
|
|
11956
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11957
11957
|
body: string;
|
|
11958
11958
|
from: string;
|
|
11959
11959
|
subject: string;
|
|
@@ -11972,7 +11972,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11972
11972
|
$delete: {
|
|
11973
11973
|
input: {
|
|
11974
11974
|
param: {
|
|
11975
|
-
templateName: "
|
|
11975
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11976
11976
|
};
|
|
11977
11977
|
} & {
|
|
11978
11978
|
header: {
|
|
@@ -11985,7 +11985,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11985
11985
|
} | {
|
|
11986
11986
|
input: {
|
|
11987
11987
|
param: {
|
|
11988
|
-
templateName: "
|
|
11988
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11989
11989
|
};
|
|
11990
11990
|
} & {
|
|
11991
11991
|
header: {
|
|
@@ -12002,7 +12002,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12002
12002
|
$post: {
|
|
12003
12003
|
input: {
|
|
12004
12004
|
param: {
|
|
12005
|
-
templateName: "
|
|
12005
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12006
12006
|
};
|
|
12007
12007
|
} & {
|
|
12008
12008
|
header: {
|
|
@@ -12285,7 +12285,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12285
12285
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12286
12286
|
custom_domain_id: string;
|
|
12287
12287
|
primary: boolean;
|
|
12288
|
-
status: "
|
|
12288
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12289
12289
|
verification_method?: "txt" | undefined;
|
|
12290
12290
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12291
12291
|
domain_metadata?: {
|
|
@@ -12326,7 +12326,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12326
12326
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12327
12327
|
custom_domain_id: string;
|
|
12328
12328
|
primary: boolean;
|
|
12329
|
-
status: "
|
|
12329
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12330
12330
|
verification_method?: "txt" | undefined;
|
|
12331
12331
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12332
12332
|
domain_metadata?: {
|
|
@@ -12390,7 +12390,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12390
12390
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12391
12391
|
custom_domain_id: string;
|
|
12392
12392
|
primary: boolean;
|
|
12393
|
-
status: "
|
|
12393
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12394
12394
|
verification_method?: "txt" | undefined;
|
|
12395
12395
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12396
12396
|
domain_metadata?: {
|
|
@@ -12437,7 +12437,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12437
12437
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12438
12438
|
custom_domain_id: string;
|
|
12439
12439
|
primary: boolean;
|
|
12440
|
-
status: "
|
|
12440
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12441
12441
|
verification_method?: "txt" | undefined;
|
|
12442
12442
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12443
12443
|
domain_metadata?: {
|
|
@@ -12483,7 +12483,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12483
12483
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12484
12484
|
custom_domain_id: string;
|
|
12485
12485
|
primary: boolean;
|
|
12486
|
-
status: "
|
|
12486
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12487
12487
|
verification_method?: "txt" | undefined;
|
|
12488
12488
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12489
12489
|
domain_metadata?: {
|
|
@@ -12524,7 +12524,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12524
12524
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12525
12525
|
custom_domain_id: string;
|
|
12526
12526
|
primary: boolean;
|
|
12527
|
-
status: "
|
|
12527
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12528
12528
|
verification_method?: "txt" | undefined;
|
|
12529
12529
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12530
12530
|
domain_metadata?: {
|
|
@@ -12623,7 +12623,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12623
12623
|
background_color: string;
|
|
12624
12624
|
background_image_url: string;
|
|
12625
12625
|
page_layout: "center" | "left" | "right";
|
|
12626
|
-
logo_placement?: "
|
|
12626
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12627
12627
|
};
|
|
12628
12628
|
widget: {
|
|
12629
12629
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12713,7 +12713,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12713
12713
|
background_color: string;
|
|
12714
12714
|
background_image_url: string;
|
|
12715
12715
|
page_layout: "center" | "left" | "right";
|
|
12716
|
-
logo_placement?: "
|
|
12716
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12717
12717
|
};
|
|
12718
12718
|
widget: {
|
|
12719
12719
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12792,7 +12792,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12792
12792
|
background_color: string;
|
|
12793
12793
|
background_image_url: string;
|
|
12794
12794
|
page_layout: "center" | "left" | "right";
|
|
12795
|
-
logo_placement?: "
|
|
12795
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12796
12796
|
};
|
|
12797
12797
|
widget: {
|
|
12798
12798
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12954,7 +12954,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12954
12954
|
} & {
|
|
12955
12955
|
json: {
|
|
12956
12956
|
body?: string | undefined;
|
|
12957
|
-
screen?: "password" | "
|
|
12957
|
+
screen?: "password" | "identifier" | "signup" | "login" | undefined;
|
|
12958
12958
|
branding?: {
|
|
12959
12959
|
colors?: {
|
|
12960
12960
|
primary: string;
|
|
@@ -13040,7 +13040,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13040
13040
|
background_color: string;
|
|
13041
13041
|
background_image_url: string;
|
|
13042
13042
|
page_layout: "center" | "left" | "right";
|
|
13043
|
-
logo_placement?: "
|
|
13043
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
13044
13044
|
} | undefined;
|
|
13045
13045
|
widget?: {
|
|
13046
13046
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -13123,7 +13123,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13123
13123
|
json: {
|
|
13124
13124
|
bindings: {
|
|
13125
13125
|
ref: {
|
|
13126
|
-
type?: "
|
|
13126
|
+
type?: "action_name" | "action_id" | undefined;
|
|
13127
13127
|
value?: string | undefined;
|
|
13128
13128
|
id?: string | undefined;
|
|
13129
13129
|
name?: string | undefined;
|
|
@@ -13198,7 +13198,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13198
13198
|
output: {
|
|
13199
13199
|
id: string;
|
|
13200
13200
|
trigger_id: string;
|
|
13201
|
-
status: "pending" | "
|
|
13201
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
13202
13202
|
results: {
|
|
13203
13203
|
action_name: string;
|
|
13204
13204
|
error: {
|
|
@@ -13245,7 +13245,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13245
13245
|
logs: {
|
|
13246
13246
|
action_name: string;
|
|
13247
13247
|
lines: {
|
|
13248
|
-
level: "error" | "
|
|
13248
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13249
13249
|
message: string;
|
|
13250
13250
|
}[];
|
|
13251
13251
|
}[];
|
|
@@ -13912,7 +13912,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13912
13912
|
args: import("hono/utils/types").JSONValue[];
|
|
13913
13913
|
}[];
|
|
13914
13914
|
logs: {
|
|
13915
|
-
level: "error" | "
|
|
13915
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13916
13916
|
message: string;
|
|
13917
13917
|
}[];
|
|
13918
13918
|
error?: string | undefined;
|
|
@@ -13926,6 +13926,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13926
13926
|
Bindings: Bindings;
|
|
13927
13927
|
Variables: Variables;
|
|
13928
13928
|
}, import("hono/types").MergeSchemaPath<{
|
|
13929
|
+
"/:initials": {
|
|
13930
|
+
$get: {
|
|
13931
|
+
input: {
|
|
13932
|
+
param: {
|
|
13933
|
+
initials: string;
|
|
13934
|
+
};
|
|
13935
|
+
};
|
|
13936
|
+
output: string;
|
|
13937
|
+
outputFormat: "body";
|
|
13938
|
+
status: 200;
|
|
13939
|
+
};
|
|
13940
|
+
};
|
|
13941
|
+
}, "/avatars"> & import("hono/types").MergeSchemaPath<{
|
|
13929
13942
|
"/": {
|
|
13930
13943
|
$get: {
|
|
13931
13944
|
input: {
|
|
@@ -14356,7 +14369,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14356
14369
|
client_id: string;
|
|
14357
14370
|
redirect_url?: string | undefined;
|
|
14358
14371
|
login_hint?: string | undefined;
|
|
14359
|
-
screen_hint?: "
|
|
14372
|
+
screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
|
|
14360
14373
|
};
|
|
14361
14374
|
};
|
|
14362
14375
|
output: {};
|
|
@@ -14368,7 +14381,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14368
14381
|
client_id: string;
|
|
14369
14382
|
redirect_url?: string | undefined;
|
|
14370
14383
|
login_hint?: string | undefined;
|
|
14371
|
-
screen_hint?: "
|
|
14384
|
+
screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
|
|
14372
14385
|
};
|
|
14373
14386
|
};
|
|
14374
14387
|
output: {
|
|
@@ -14645,19 +14658,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14645
14658
|
email: string;
|
|
14646
14659
|
send: "code" | "link";
|
|
14647
14660
|
authParams: {
|
|
14661
|
+
username?: string | undefined;
|
|
14648
14662
|
audience?: string | undefined;
|
|
14649
|
-
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14650
|
-
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14651
14663
|
scope?: string | undefined;
|
|
14652
|
-
username?: string | undefined;
|
|
14653
|
-
prompt?: string | undefined;
|
|
14654
14664
|
state?: string | undefined;
|
|
14655
|
-
|
|
14656
|
-
|
|
14665
|
+
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14666
|
+
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14667
|
+
code_challenge?: string | undefined;
|
|
14668
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14657
14669
|
redirect_uri?: string | undefined;
|
|
14670
|
+
nonce?: string | undefined;
|
|
14658
14671
|
act_as?: string | undefined;
|
|
14659
|
-
|
|
14660
|
-
|
|
14672
|
+
organization?: string | undefined;
|
|
14673
|
+
prompt?: string | undefined;
|
|
14661
14674
|
ui_locales?: string | undefined;
|
|
14662
14675
|
max_age?: number | undefined;
|
|
14663
14676
|
acr_values?: string | undefined;
|
|
@@ -14681,19 +14694,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14681
14694
|
phone_number: string;
|
|
14682
14695
|
send: "code" | "link";
|
|
14683
14696
|
authParams: {
|
|
14697
|
+
username?: string | undefined;
|
|
14684
14698
|
audience?: string | undefined;
|
|
14685
|
-
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14686
|
-
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14687
14699
|
scope?: string | undefined;
|
|
14688
|
-
username?: string | undefined;
|
|
14689
|
-
prompt?: string | undefined;
|
|
14690
14700
|
state?: string | undefined;
|
|
14691
|
-
|
|
14692
|
-
|
|
14701
|
+
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14702
|
+
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14703
|
+
code_challenge?: string | undefined;
|
|
14704
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14693
14705
|
redirect_uri?: string | undefined;
|
|
14706
|
+
nonce?: string | undefined;
|
|
14694
14707
|
act_as?: string | undefined;
|
|
14695
|
-
|
|
14696
|
-
|
|
14708
|
+
organization?: string | undefined;
|
|
14709
|
+
prompt?: string | undefined;
|
|
14697
14710
|
ui_locales?: string | undefined;
|
|
14698
14711
|
max_age?: number | undefined;
|
|
14699
14712
|
acr_values?: string | undefined;
|
|
@@ -14825,14 +14838,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14825
14838
|
input: {
|
|
14826
14839
|
form: {
|
|
14827
14840
|
token: string;
|
|
14828
|
-
token_type_hint?: "
|
|
14841
|
+
token_type_hint?: "access_token" | "refresh_token" | undefined;
|
|
14829
14842
|
client_id?: string | undefined;
|
|
14830
14843
|
client_secret?: string | undefined;
|
|
14831
14844
|
};
|
|
14832
14845
|
} & {
|
|
14833
14846
|
json: {
|
|
14834
14847
|
token: string;
|
|
14835
|
-
token_type_hint?: "
|
|
14848
|
+
token_type_hint?: "access_token" | "refresh_token" | undefined;
|
|
14836
14849
|
client_id?: string | undefined;
|
|
14837
14850
|
client_secret?: string | undefined;
|
|
14838
14851
|
};
|
|
@@ -14844,14 +14857,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14844
14857
|
input: {
|
|
14845
14858
|
form: {
|
|
14846
14859
|
token: string;
|
|
14847
|
-
token_type_hint?: "
|
|
14860
|
+
token_type_hint?: "access_token" | "refresh_token" | undefined;
|
|
14848
14861
|
client_id?: string | undefined;
|
|
14849
14862
|
client_secret?: string | undefined;
|
|
14850
14863
|
};
|
|
14851
14864
|
} & {
|
|
14852
14865
|
json: {
|
|
14853
14866
|
token: string;
|
|
14854
|
-
token_type_hint?: "
|
|
14867
|
+
token_type_hint?: "access_token" | "refresh_token" | undefined;
|
|
14855
14868
|
client_id?: string | undefined;
|
|
14856
14869
|
client_secret?: string | undefined;
|
|
14857
14870
|
};
|
|
@@ -14866,14 +14879,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14866
14879
|
input: {
|
|
14867
14880
|
form: {
|
|
14868
14881
|
token: string;
|
|
14869
|
-
token_type_hint?: "
|
|
14882
|
+
token_type_hint?: "access_token" | "refresh_token" | undefined;
|
|
14870
14883
|
client_id?: string | undefined;
|
|
14871
14884
|
client_secret?: string | undefined;
|
|
14872
14885
|
};
|
|
14873
14886
|
} & {
|
|
14874
14887
|
json: {
|
|
14875
14888
|
token: string;
|
|
14876
|
-
token_type_hint?: "
|
|
14889
|
+
token_type_hint?: "access_token" | "refresh_token" | undefined;
|
|
14877
14890
|
client_id?: string | undefined;
|
|
14878
14891
|
client_secret?: string | undefined;
|
|
14879
14892
|
};
|
|
@@ -14923,7 +14936,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14923
14936
|
client_id: string;
|
|
14924
14937
|
username: string;
|
|
14925
14938
|
otp: string;
|
|
14926
|
-
realm: "
|
|
14939
|
+
realm: "email" | "sms";
|
|
14927
14940
|
} | {
|
|
14928
14941
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14929
14942
|
subject_token: string;
|
|
@@ -14970,7 +14983,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14970
14983
|
client_id: string;
|
|
14971
14984
|
username: string;
|
|
14972
14985
|
otp: string;
|
|
14973
|
-
realm: "
|
|
14986
|
+
realm: "email" | "sms";
|
|
14974
14987
|
} | {
|
|
14975
14988
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14976
14989
|
subject_token: string;
|
|
@@ -15022,7 +15035,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15022
15035
|
client_id: string;
|
|
15023
15036
|
username: string;
|
|
15024
15037
|
otp: string;
|
|
15025
|
-
realm: "
|
|
15038
|
+
realm: "email" | "sms";
|
|
15026
15039
|
} | {
|
|
15027
15040
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15028
15041
|
subject_token: string;
|
|
@@ -15069,7 +15082,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15069
15082
|
client_id: string;
|
|
15070
15083
|
username: string;
|
|
15071
15084
|
otp: string;
|
|
15072
|
-
realm: "
|
|
15085
|
+
realm: "email" | "sms";
|
|
15073
15086
|
} | {
|
|
15074
15087
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15075
15088
|
subject_token: string;
|
|
@@ -15129,7 +15142,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15129
15142
|
client_id: string;
|
|
15130
15143
|
username: string;
|
|
15131
15144
|
otp: string;
|
|
15132
|
-
realm: "
|
|
15145
|
+
realm: "email" | "sms";
|
|
15133
15146
|
} | {
|
|
15134
15147
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15135
15148
|
subject_token: string;
|
|
@@ -15176,7 +15189,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15176
15189
|
client_id: string;
|
|
15177
15190
|
username: string;
|
|
15178
15191
|
otp: string;
|
|
15179
|
-
realm: "
|
|
15192
|
+
realm: "email" | "sms";
|
|
15180
15193
|
} | {
|
|
15181
15194
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15182
15195
|
subject_token: string;
|
|
@@ -15231,7 +15244,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15231
15244
|
client_id: string;
|
|
15232
15245
|
username: string;
|
|
15233
15246
|
otp: string;
|
|
15234
|
-
realm: "
|
|
15247
|
+
realm: "email" | "sms";
|
|
15235
15248
|
} | {
|
|
15236
15249
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15237
15250
|
subject_token: string;
|
|
@@ -15278,7 +15291,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15278
15291
|
client_id: string;
|
|
15279
15292
|
username: string;
|
|
15280
15293
|
otp: string;
|
|
15281
|
-
realm: "
|
|
15294
|
+
realm: "email" | "sms";
|
|
15282
15295
|
} | {
|
|
15283
15296
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15284
15297
|
subject_token: string;
|
|
@@ -15333,7 +15346,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15333
15346
|
client_id: string;
|
|
15334
15347
|
username: string;
|
|
15335
15348
|
otp: string;
|
|
15336
|
-
realm: "
|
|
15349
|
+
realm: "email" | "sms";
|
|
15337
15350
|
} | {
|
|
15338
15351
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15339
15352
|
subject_token: string;
|
|
@@ -15380,7 +15393,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15380
15393
|
client_id: string;
|
|
15381
15394
|
username: string;
|
|
15382
15395
|
otp: string;
|
|
15383
|
-
realm: "
|
|
15396
|
+
realm: "email" | "sms";
|
|
15384
15397
|
} | {
|
|
15385
15398
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15386
15399
|
subject_token: string;
|
|
@@ -16600,7 +16613,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16600
16613
|
$get: {
|
|
16601
16614
|
input: {
|
|
16602
16615
|
param: {
|
|
16603
|
-
screen: "signup" | "login" | "
|
|
16616
|
+
screen: "signup" | "login" | "account" | "reset-password" | "consent" | "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";
|
|
16604
16617
|
};
|
|
16605
16618
|
} & {
|
|
16606
16619
|
query: {
|
|
@@ -16616,7 +16629,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16616
16629
|
} | {
|
|
16617
16630
|
input: {
|
|
16618
16631
|
param: {
|
|
16619
|
-
screen: "signup" | "login" | "
|
|
16632
|
+
screen: "signup" | "login" | "account" | "reset-password" | "consent" | "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";
|
|
16620
16633
|
};
|
|
16621
16634
|
} & {
|
|
16622
16635
|
query: {
|
|
@@ -16632,7 +16645,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16632
16645
|
} | {
|
|
16633
16646
|
input: {
|
|
16634
16647
|
param: {
|
|
16635
|
-
screen: "signup" | "login" | "
|
|
16648
|
+
screen: "signup" | "login" | "account" | "reset-password" | "consent" | "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";
|
|
16636
16649
|
};
|
|
16637
16650
|
} & {
|
|
16638
16651
|
query: {
|