authhero 8.10.0 → 8.11.1
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 +138 -138
- package/dist/authhero.mjs +9277 -9216
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +5 -5
- package/dist/types/helpers/dcr/connect-state.d.ts +13 -0
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +138 -138
- package/dist/types/routes/auth-api/index.d.ts +30 -30
- package/dist/types/routes/auth-api/passwordless.d.ts +20 -20
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +9 -9
- package/dist/types/routes/management-api/clients.d.ts +13 -13
- package/dist/types/routes/management-api/connections.d.ts +16 -16
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/forms.d.ts +126 -126
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hook-code.d.ts +2 -2
- package/dist/types/routes/management-api/index.d.ts +90 -90
- package/dist/types/routes/management-api/log-streams.d.ts +6 -6
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
- package/dist/types/routes/management-api/organizations.d.ts +3 -3
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/tenants.d.ts +5 -5
- package/dist/types/routes/management-api/themes.d.ts +6 -6
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +10 -10
- package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/dist/types/strategies/microsoft-entra.d.ts +14 -0
- package/dist/types/strategies/waad.d.ts +14 -0
- package/dist/types/types/IdToken.d.ts +3 -3
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -59,8 +59,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
59
59
|
$get: {
|
|
60
60
|
input: {
|
|
61
61
|
query: {
|
|
62
|
-
include_password_hashes?: "
|
|
63
|
-
gzip?: "
|
|
62
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
63
|
+
gzip?: "false" | "true" | undefined;
|
|
64
64
|
};
|
|
65
65
|
} & {
|
|
66
66
|
header: {
|
|
@@ -73,8 +73,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
73
73
|
} | {
|
|
74
74
|
input: {
|
|
75
75
|
query: {
|
|
76
|
-
include_password_hashes?: "
|
|
77
|
-
gzip?: "
|
|
76
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
77
|
+
gzip?: "false" | "true" | undefined;
|
|
78
78
|
};
|
|
79
79
|
} & {
|
|
80
80
|
header: {
|
|
@@ -93,7 +93,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
93
93
|
$post: {
|
|
94
94
|
input: {
|
|
95
95
|
query: {
|
|
96
|
-
include_password_hashes?: "
|
|
96
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
97
97
|
};
|
|
98
98
|
} & {
|
|
99
99
|
header: {
|
|
@@ -147,7 +147,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
147
147
|
};
|
|
148
148
|
} & {
|
|
149
149
|
json: {
|
|
150
|
-
type: "
|
|
150
|
+
type: "email" | "push" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
151
151
|
phone_number?: string | undefined;
|
|
152
152
|
totp_secret?: string | undefined;
|
|
153
153
|
credential_id?: string | undefined;
|
|
@@ -287,7 +287,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
287
287
|
};
|
|
288
288
|
};
|
|
289
289
|
output: {
|
|
290
|
-
name: "
|
|
290
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
291
291
|
enabled: boolean;
|
|
292
292
|
trial_expired?: boolean | undefined;
|
|
293
293
|
}[];
|
|
@@ -442,7 +442,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
442
442
|
$get: {
|
|
443
443
|
input: {
|
|
444
444
|
param: {
|
|
445
|
-
factor_name: "
|
|
445
|
+
factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
446
446
|
};
|
|
447
447
|
} & {
|
|
448
448
|
header: {
|
|
@@ -450,7 +450,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
450
450
|
};
|
|
451
451
|
};
|
|
452
452
|
output: {
|
|
453
|
-
name: "
|
|
453
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
454
454
|
enabled: boolean;
|
|
455
455
|
trial_expired?: boolean | undefined;
|
|
456
456
|
};
|
|
@@ -463,7 +463,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
463
463
|
$put: {
|
|
464
464
|
input: {
|
|
465
465
|
param: {
|
|
466
|
-
factor_name: "
|
|
466
|
+
factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
467
467
|
};
|
|
468
468
|
} & {
|
|
469
469
|
header: {
|
|
@@ -475,7 +475,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
475
475
|
};
|
|
476
476
|
};
|
|
477
477
|
output: {
|
|
478
|
-
name: "
|
|
478
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
479
479
|
enabled: boolean;
|
|
480
480
|
trial_expired?: boolean | undefined;
|
|
481
481
|
};
|
|
@@ -1220,12 +1220,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1220
1220
|
invitee: {
|
|
1221
1221
|
email?: string | undefined;
|
|
1222
1222
|
};
|
|
1223
|
+
connection_id?: string | undefined;
|
|
1223
1224
|
id?: string | undefined;
|
|
1224
1225
|
app_metadata?: Record<string, any> | undefined;
|
|
1225
1226
|
user_metadata?: Record<string, any> | undefined;
|
|
1226
|
-
connection_id?: string | undefined;
|
|
1227
|
-
roles?: string[] | undefined;
|
|
1228
1227
|
ttl_sec?: number | undefined;
|
|
1228
|
+
roles?: string[] | undefined;
|
|
1229
1229
|
send_invitation_email?: boolean | undefined;
|
|
1230
1230
|
};
|
|
1231
1231
|
};
|
|
@@ -1408,8 +1408,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1408
1408
|
};
|
|
1409
1409
|
} & {
|
|
1410
1410
|
json: {
|
|
1411
|
-
assign_membership_on_login?: boolean | undefined;
|
|
1412
1411
|
show_as_button?: boolean | undefined;
|
|
1412
|
+
assign_membership_on_login?: boolean | undefined;
|
|
1413
1413
|
is_signup_enabled?: boolean | undefined;
|
|
1414
1414
|
};
|
|
1415
1415
|
};
|
|
@@ -6879,7 +6879,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6879
6879
|
};
|
|
6880
6880
|
};
|
|
6881
6881
|
output: {
|
|
6882
|
-
prompt: "
|
|
6882
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
|
|
6883
6883
|
language: string;
|
|
6884
6884
|
}[];
|
|
6885
6885
|
outputFormat: "json";
|
|
@@ -6917,7 +6917,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6917
6917
|
$get: {
|
|
6918
6918
|
input: {
|
|
6919
6919
|
param: {
|
|
6920
|
-
prompt: "
|
|
6920
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
|
|
6921
6921
|
language: string;
|
|
6922
6922
|
};
|
|
6923
6923
|
} & {
|
|
@@ -6939,7 +6939,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6939
6939
|
$put: {
|
|
6940
6940
|
input: {
|
|
6941
6941
|
param: {
|
|
6942
|
-
prompt: "
|
|
6942
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
|
|
6943
6943
|
language: string;
|
|
6944
6944
|
};
|
|
6945
6945
|
} & {
|
|
@@ -6963,7 +6963,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6963
6963
|
$delete: {
|
|
6964
6964
|
input: {
|
|
6965
6965
|
param: {
|
|
6966
|
-
prompt: "
|
|
6966
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
|
|
6967
6967
|
language: string;
|
|
6968
6968
|
};
|
|
6969
6969
|
} & {
|
|
@@ -7055,7 +7055,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7055
7055
|
active?: boolean | undefined;
|
|
7056
7056
|
} | undefined;
|
|
7057
7057
|
signup?: {
|
|
7058
|
-
status?: "
|
|
7058
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7059
7059
|
verification?: {
|
|
7060
7060
|
active?: boolean | undefined;
|
|
7061
7061
|
} | undefined;
|
|
@@ -7072,7 +7072,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7072
7072
|
active?: boolean | undefined;
|
|
7073
7073
|
} | undefined;
|
|
7074
7074
|
signup?: {
|
|
7075
|
-
status?: "
|
|
7075
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7076
7076
|
} | undefined;
|
|
7077
7077
|
validation?: {
|
|
7078
7078
|
max_length?: number | undefined;
|
|
@@ -7089,7 +7089,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7089
7089
|
active?: boolean | undefined;
|
|
7090
7090
|
} | undefined;
|
|
7091
7091
|
signup?: {
|
|
7092
|
-
status?: "
|
|
7092
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7093
7093
|
} | undefined;
|
|
7094
7094
|
} | undefined;
|
|
7095
7095
|
} | undefined;
|
|
@@ -7189,7 +7189,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7189
7189
|
active?: boolean | undefined;
|
|
7190
7190
|
} | undefined;
|
|
7191
7191
|
signup?: {
|
|
7192
|
-
status?: "
|
|
7192
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7193
7193
|
verification?: {
|
|
7194
7194
|
active?: boolean | undefined;
|
|
7195
7195
|
} | undefined;
|
|
@@ -7206,7 +7206,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7206
7206
|
active?: boolean | undefined;
|
|
7207
7207
|
} | undefined;
|
|
7208
7208
|
signup?: {
|
|
7209
|
-
status?: "
|
|
7209
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7210
7210
|
} | undefined;
|
|
7211
7211
|
validation?: {
|
|
7212
7212
|
max_length?: number | undefined;
|
|
@@ -7223,7 +7223,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7223
7223
|
active?: boolean | undefined;
|
|
7224
7224
|
} | undefined;
|
|
7225
7225
|
signup?: {
|
|
7226
|
-
status?: "
|
|
7226
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7227
7227
|
} | undefined;
|
|
7228
7228
|
} | undefined;
|
|
7229
7229
|
} | undefined;
|
|
@@ -7338,7 +7338,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7338
7338
|
active?: boolean | undefined;
|
|
7339
7339
|
} | undefined;
|
|
7340
7340
|
signup?: {
|
|
7341
|
-
status?: "
|
|
7341
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7342
7342
|
verification?: {
|
|
7343
7343
|
active?: boolean | undefined;
|
|
7344
7344
|
} | undefined;
|
|
@@ -7355,7 +7355,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7355
7355
|
active?: boolean | undefined;
|
|
7356
7356
|
} | undefined;
|
|
7357
7357
|
signup?: {
|
|
7358
|
-
status?: "
|
|
7358
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7359
7359
|
} | undefined;
|
|
7360
7360
|
validation?: {
|
|
7361
7361
|
max_length?: number | undefined;
|
|
@@ -7372,7 +7372,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7372
7372
|
active?: boolean | undefined;
|
|
7373
7373
|
} | undefined;
|
|
7374
7374
|
signup?: {
|
|
7375
|
-
status?: "
|
|
7375
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7376
7376
|
} | undefined;
|
|
7377
7377
|
} | undefined;
|
|
7378
7378
|
} | undefined;
|
|
@@ -7517,7 +7517,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7517
7517
|
active?: boolean | undefined;
|
|
7518
7518
|
} | undefined;
|
|
7519
7519
|
signup?: {
|
|
7520
|
-
status?: "
|
|
7520
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7521
7521
|
verification?: {
|
|
7522
7522
|
active?: boolean | undefined;
|
|
7523
7523
|
} | undefined;
|
|
@@ -7534,7 +7534,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7534
7534
|
active?: boolean | undefined;
|
|
7535
7535
|
} | undefined;
|
|
7536
7536
|
signup?: {
|
|
7537
|
-
status?: "
|
|
7537
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7538
7538
|
} | undefined;
|
|
7539
7539
|
validation?: {
|
|
7540
7540
|
max_length?: number | undefined;
|
|
@@ -7551,7 +7551,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7551
7551
|
active?: boolean | undefined;
|
|
7552
7552
|
} | undefined;
|
|
7553
7553
|
signup?: {
|
|
7554
|
-
status?: "
|
|
7554
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7555
7555
|
} | undefined;
|
|
7556
7556
|
} | undefined;
|
|
7557
7557
|
} | undefined;
|
|
@@ -7675,7 +7675,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7675
7675
|
active?: boolean | undefined;
|
|
7676
7676
|
} | undefined;
|
|
7677
7677
|
signup?: {
|
|
7678
|
-
status?: "
|
|
7678
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7679
7679
|
verification?: {
|
|
7680
7680
|
active?: boolean | undefined;
|
|
7681
7681
|
} | undefined;
|
|
@@ -7692,7 +7692,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7692
7692
|
active?: boolean | undefined;
|
|
7693
7693
|
} | undefined;
|
|
7694
7694
|
signup?: {
|
|
7695
|
-
status?: "
|
|
7695
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7696
7696
|
} | undefined;
|
|
7697
7697
|
validation?: {
|
|
7698
7698
|
max_length?: number | undefined;
|
|
@@ -7709,7 +7709,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7709
7709
|
active?: boolean | undefined;
|
|
7710
7710
|
} | undefined;
|
|
7711
7711
|
signup?: {
|
|
7712
|
-
status?: "
|
|
7712
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7713
7713
|
} | undefined;
|
|
7714
7714
|
} | undefined;
|
|
7715
7715
|
} | undefined;
|
|
@@ -7861,7 +7861,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7861
7861
|
tenant_id: string;
|
|
7862
7862
|
created_at: string;
|
|
7863
7863
|
updated_at: string;
|
|
7864
|
-
deploymentStatus: "
|
|
7864
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
7865
7865
|
secrets?: {
|
|
7866
7866
|
[x: string]: string;
|
|
7867
7867
|
} | undefined;
|
|
@@ -7951,7 +7951,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7951
7951
|
tenant_id: string;
|
|
7952
7952
|
created_at: string;
|
|
7953
7953
|
updated_at: string;
|
|
7954
|
-
deploymentStatus: "
|
|
7954
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
7955
7955
|
secrets?: {
|
|
7956
7956
|
[x: string]: string;
|
|
7957
7957
|
} | undefined;
|
|
@@ -8464,7 +8464,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8464
8464
|
log_type: string;
|
|
8465
8465
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8466
8466
|
actor: {
|
|
8467
|
-
type: "user" | "
|
|
8467
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8468
8468
|
id?: string | undefined;
|
|
8469
8469
|
email?: string | undefined;
|
|
8470
8470
|
org_id?: string | undefined;
|
|
@@ -8772,7 +8772,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8772
8772
|
created_at: string;
|
|
8773
8773
|
updated_at: string;
|
|
8774
8774
|
name: string;
|
|
8775
|
-
provider: "auth0" | "
|
|
8775
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8776
8776
|
connection: string;
|
|
8777
8777
|
enabled: boolean;
|
|
8778
8778
|
credentials: {
|
|
@@ -8804,7 +8804,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8804
8804
|
created_at: string;
|
|
8805
8805
|
updated_at: string;
|
|
8806
8806
|
name: string;
|
|
8807
|
-
provider: "auth0" | "
|
|
8807
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8808
8808
|
connection: string;
|
|
8809
8809
|
enabled: boolean;
|
|
8810
8810
|
credentials: {
|
|
@@ -8830,7 +8830,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8830
8830
|
} & {
|
|
8831
8831
|
json: {
|
|
8832
8832
|
name: string;
|
|
8833
|
-
provider: "auth0" | "
|
|
8833
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8834
8834
|
connection: string;
|
|
8835
8835
|
credentials: {
|
|
8836
8836
|
domain: string;
|
|
@@ -8847,7 +8847,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8847
8847
|
created_at: string;
|
|
8848
8848
|
updated_at: string;
|
|
8849
8849
|
name: string;
|
|
8850
|
-
provider: "auth0" | "
|
|
8850
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8851
8851
|
connection: string;
|
|
8852
8852
|
enabled: boolean;
|
|
8853
8853
|
credentials: {
|
|
@@ -8878,7 +8878,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8878
8878
|
json: {
|
|
8879
8879
|
id?: string | undefined;
|
|
8880
8880
|
name?: string | undefined;
|
|
8881
|
-
provider?: "auth0" | "
|
|
8881
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
8882
8882
|
connection?: string | undefined;
|
|
8883
8883
|
enabled?: boolean | undefined;
|
|
8884
8884
|
credentials?: {
|
|
@@ -8894,7 +8894,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8894
8894
|
created_at: string;
|
|
8895
8895
|
updated_at: string;
|
|
8896
8896
|
name: string;
|
|
8897
|
-
provider: "auth0" | "
|
|
8897
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8898
8898
|
connection: string;
|
|
8899
8899
|
enabled: boolean;
|
|
8900
8900
|
credentials: {
|
|
@@ -8942,7 +8942,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8942
8942
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8943
8943
|
};
|
|
8944
8944
|
id: string;
|
|
8945
|
-
status: "
|
|
8945
|
+
status: "active" | "suspended" | "paused";
|
|
8946
8946
|
filters?: {
|
|
8947
8947
|
type: string;
|
|
8948
8948
|
name: string;
|
|
@@ -8974,7 +8974,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8974
8974
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8975
8975
|
};
|
|
8976
8976
|
id: string;
|
|
8977
|
-
status: "
|
|
8977
|
+
status: "active" | "suspended" | "paused";
|
|
8978
8978
|
filters?: {
|
|
8979
8979
|
type: string;
|
|
8980
8980
|
name: string;
|
|
@@ -8999,7 +8999,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8999
8999
|
name: string;
|
|
9000
9000
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
9001
9001
|
sink: Record<string, unknown>;
|
|
9002
|
-
status?: "
|
|
9002
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
9003
9003
|
filters?: {
|
|
9004
9004
|
type: string;
|
|
9005
9005
|
name: string;
|
|
@@ -9014,7 +9014,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9014
9014
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9015
9015
|
};
|
|
9016
9016
|
id: string;
|
|
9017
|
-
status: "
|
|
9017
|
+
status: "active" | "suspended" | "paused";
|
|
9018
9018
|
filters?: {
|
|
9019
9019
|
type: string;
|
|
9020
9020
|
name: string;
|
|
@@ -9049,7 +9049,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9049
9049
|
}[] | undefined;
|
|
9050
9050
|
isPriority?: boolean | undefined;
|
|
9051
9051
|
id?: string | undefined;
|
|
9052
|
-
status?: "
|
|
9052
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
9053
9053
|
created_at?: string | undefined;
|
|
9054
9054
|
updated_at?: string | undefined;
|
|
9055
9055
|
};
|
|
@@ -9061,7 +9061,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9061
9061
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9062
9062
|
};
|
|
9063
9063
|
id: string;
|
|
9064
|
-
status: "
|
|
9064
|
+
status: "active" | "suspended" | "paused";
|
|
9065
9065
|
filters?: {
|
|
9066
9066
|
type: string;
|
|
9067
9067
|
name: string;
|
|
@@ -9112,7 +9112,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9112
9112
|
};
|
|
9113
9113
|
};
|
|
9114
9114
|
output: {
|
|
9115
|
-
type: "
|
|
9115
|
+
type: "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" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9116
9116
|
date: string;
|
|
9117
9117
|
isMobile: boolean;
|
|
9118
9118
|
log_id: string;
|
|
@@ -9151,7 +9151,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9151
9151
|
limit: number;
|
|
9152
9152
|
length: number;
|
|
9153
9153
|
logs: {
|
|
9154
|
-
type: "
|
|
9154
|
+
type: "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" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9155
9155
|
date: string;
|
|
9156
9156
|
isMobile: boolean;
|
|
9157
9157
|
log_id: string;
|
|
@@ -9205,7 +9205,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9205
9205
|
};
|
|
9206
9206
|
};
|
|
9207
9207
|
output: {
|
|
9208
|
-
type: "
|
|
9208
|
+
type: "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" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9209
9209
|
date: string;
|
|
9210
9210
|
isMobile: boolean;
|
|
9211
9211
|
log_id: string;
|
|
@@ -10281,7 +10281,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10281
10281
|
active?: boolean | undefined;
|
|
10282
10282
|
} | undefined;
|
|
10283
10283
|
signup?: {
|
|
10284
|
-
status?: "
|
|
10284
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10285
10285
|
verification?: {
|
|
10286
10286
|
active?: boolean | undefined;
|
|
10287
10287
|
} | undefined;
|
|
@@ -10298,7 +10298,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10298
10298
|
active?: boolean | undefined;
|
|
10299
10299
|
} | undefined;
|
|
10300
10300
|
signup?: {
|
|
10301
|
-
status?: "
|
|
10301
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10302
10302
|
} | undefined;
|
|
10303
10303
|
validation?: {
|
|
10304
10304
|
max_length?: number | undefined;
|
|
@@ -10315,7 +10315,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10315
10315
|
active?: boolean | undefined;
|
|
10316
10316
|
} | undefined;
|
|
10317
10317
|
signup?: {
|
|
10318
|
-
status?: "
|
|
10318
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10319
10319
|
} | undefined;
|
|
10320
10320
|
} | undefined;
|
|
10321
10321
|
} | undefined;
|
|
@@ -10435,7 +10435,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10435
10435
|
active?: boolean | undefined;
|
|
10436
10436
|
} | undefined;
|
|
10437
10437
|
signup?: {
|
|
10438
|
-
status?: "
|
|
10438
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10439
10439
|
verification?: {
|
|
10440
10440
|
active?: boolean | undefined;
|
|
10441
10441
|
} | undefined;
|
|
@@ -10452,7 +10452,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10452
10452
|
active?: boolean | undefined;
|
|
10453
10453
|
} | undefined;
|
|
10454
10454
|
signup?: {
|
|
10455
|
-
status?: "
|
|
10455
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10456
10456
|
} | undefined;
|
|
10457
10457
|
validation?: {
|
|
10458
10458
|
max_length?: number | undefined;
|
|
@@ -10469,7 +10469,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10469
10469
|
active?: boolean | undefined;
|
|
10470
10470
|
} | undefined;
|
|
10471
10471
|
signup?: {
|
|
10472
|
-
status?: "
|
|
10472
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10473
10473
|
} | undefined;
|
|
10474
10474
|
} | undefined;
|
|
10475
10475
|
} | undefined;
|
|
@@ -11423,7 +11423,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11423
11423
|
};
|
|
11424
11424
|
};
|
|
11425
11425
|
output: {
|
|
11426
|
-
type: "
|
|
11426
|
+
type: "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" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11427
11427
|
date: string;
|
|
11428
11428
|
isMobile: boolean;
|
|
11429
11429
|
log_id: string;
|
|
@@ -11462,7 +11462,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11462
11462
|
limit: number;
|
|
11463
11463
|
length: number;
|
|
11464
11464
|
logs: {
|
|
11465
|
-
type: "
|
|
11465
|
+
type: "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" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11466
11466
|
date: string;
|
|
11467
11467
|
isMobile: boolean;
|
|
11468
11468
|
log_id: string;
|
|
@@ -11777,7 +11777,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11777
11777
|
};
|
|
11778
11778
|
} & {
|
|
11779
11779
|
json: {
|
|
11780
|
-
template: "
|
|
11780
|
+
template: "password_reset" | "verify_email" | "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";
|
|
11781
11781
|
body: string;
|
|
11782
11782
|
from: string;
|
|
11783
11783
|
subject: string;
|
|
@@ -11798,7 +11798,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11798
11798
|
};
|
|
11799
11799
|
} & {
|
|
11800
11800
|
json: {
|
|
11801
|
-
template: "
|
|
11801
|
+
template: "password_reset" | "verify_email" | "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";
|
|
11802
11802
|
body: string;
|
|
11803
11803
|
from: string;
|
|
11804
11804
|
subject: string;
|
|
@@ -11810,7 +11810,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11810
11810
|
};
|
|
11811
11811
|
};
|
|
11812
11812
|
output: {
|
|
11813
|
-
template: "
|
|
11813
|
+
template: "password_reset" | "verify_email" | "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";
|
|
11814
11814
|
body: string;
|
|
11815
11815
|
from: string;
|
|
11816
11816
|
subject: string;
|
|
@@ -11833,7 +11833,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11833
11833
|
};
|
|
11834
11834
|
};
|
|
11835
11835
|
output: {
|
|
11836
|
-
name: "
|
|
11836
|
+
name: "password_reset" | "verify_email" | "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";
|
|
11837
11837
|
body: string;
|
|
11838
11838
|
subject: string;
|
|
11839
11839
|
}[];
|
|
@@ -11846,7 +11846,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11846
11846
|
$get: {
|
|
11847
11847
|
input: {
|
|
11848
11848
|
param: {
|
|
11849
|
-
templateName: "
|
|
11849
|
+
templateName: "password_reset" | "verify_email" | "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";
|
|
11850
11850
|
};
|
|
11851
11851
|
} & {
|
|
11852
11852
|
header: {
|
|
@@ -11859,7 +11859,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11859
11859
|
} | {
|
|
11860
11860
|
input: {
|
|
11861
11861
|
param: {
|
|
11862
|
-
templateName: "
|
|
11862
|
+
templateName: "password_reset" | "verify_email" | "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";
|
|
11863
11863
|
};
|
|
11864
11864
|
} & {
|
|
11865
11865
|
header: {
|
|
@@ -11867,7 +11867,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11867
11867
|
};
|
|
11868
11868
|
};
|
|
11869
11869
|
output: {
|
|
11870
|
-
template: "
|
|
11870
|
+
template: "password_reset" | "verify_email" | "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";
|
|
11871
11871
|
body: string;
|
|
11872
11872
|
from: string;
|
|
11873
11873
|
subject: string;
|
|
@@ -11886,7 +11886,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11886
11886
|
$put: {
|
|
11887
11887
|
input: {
|
|
11888
11888
|
param: {
|
|
11889
|
-
templateName: "
|
|
11889
|
+
templateName: "password_reset" | "verify_email" | "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";
|
|
11890
11890
|
};
|
|
11891
11891
|
} & {
|
|
11892
11892
|
header: {
|
|
@@ -11894,7 +11894,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11894
11894
|
};
|
|
11895
11895
|
} & {
|
|
11896
11896
|
json: {
|
|
11897
|
-
template: "
|
|
11897
|
+
template: "password_reset" | "verify_email" | "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";
|
|
11898
11898
|
body: string;
|
|
11899
11899
|
subject: string;
|
|
11900
11900
|
syntax?: "liquid" | undefined;
|
|
@@ -11906,7 +11906,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11906
11906
|
};
|
|
11907
11907
|
};
|
|
11908
11908
|
output: {
|
|
11909
|
-
template: "
|
|
11909
|
+
template: "password_reset" | "verify_email" | "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";
|
|
11910
11910
|
body: string;
|
|
11911
11911
|
from: string;
|
|
11912
11912
|
subject: string;
|
|
@@ -11925,7 +11925,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11925
11925
|
$patch: {
|
|
11926
11926
|
input: {
|
|
11927
11927
|
param: {
|
|
11928
|
-
templateName: "
|
|
11928
|
+
templateName: "password_reset" | "verify_email" | "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";
|
|
11929
11929
|
};
|
|
11930
11930
|
} & {
|
|
11931
11931
|
header: {
|
|
@@ -11933,7 +11933,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11933
11933
|
};
|
|
11934
11934
|
} & {
|
|
11935
11935
|
json: {
|
|
11936
|
-
template?: "
|
|
11936
|
+
template?: "password_reset" | "verify_email" | "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;
|
|
11937
11937
|
body?: string | undefined;
|
|
11938
11938
|
from?: string | undefined;
|
|
11939
11939
|
subject?: string | undefined;
|
|
@@ -11950,7 +11950,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11950
11950
|
} | {
|
|
11951
11951
|
input: {
|
|
11952
11952
|
param: {
|
|
11953
|
-
templateName: "
|
|
11953
|
+
templateName: "password_reset" | "verify_email" | "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";
|
|
11954
11954
|
};
|
|
11955
11955
|
} & {
|
|
11956
11956
|
header: {
|
|
@@ -11958,7 +11958,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11958
11958
|
};
|
|
11959
11959
|
} & {
|
|
11960
11960
|
json: {
|
|
11961
|
-
template?: "
|
|
11961
|
+
template?: "password_reset" | "verify_email" | "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;
|
|
11962
11962
|
body?: string | undefined;
|
|
11963
11963
|
from?: string | undefined;
|
|
11964
11964
|
subject?: string | undefined;
|
|
@@ -11970,7 +11970,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11970
11970
|
};
|
|
11971
11971
|
};
|
|
11972
11972
|
output: {
|
|
11973
|
-
template: "
|
|
11973
|
+
template: "password_reset" | "verify_email" | "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";
|
|
11974
11974
|
body: string;
|
|
11975
11975
|
from: string;
|
|
11976
11976
|
subject: string;
|
|
@@ -11989,7 +11989,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11989
11989
|
$delete: {
|
|
11990
11990
|
input: {
|
|
11991
11991
|
param: {
|
|
11992
|
-
templateName: "
|
|
11992
|
+
templateName: "password_reset" | "verify_email" | "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";
|
|
11993
11993
|
};
|
|
11994
11994
|
} & {
|
|
11995
11995
|
header: {
|
|
@@ -12002,7 +12002,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12002
12002
|
} | {
|
|
12003
12003
|
input: {
|
|
12004
12004
|
param: {
|
|
12005
|
-
templateName: "
|
|
12005
|
+
templateName: "password_reset" | "verify_email" | "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: {
|
|
@@ -12019,7 +12019,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12019
12019
|
$post: {
|
|
12020
12020
|
input: {
|
|
12021
12021
|
param: {
|
|
12022
|
-
templateName: "
|
|
12022
|
+
templateName: "password_reset" | "verify_email" | "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";
|
|
12023
12023
|
};
|
|
12024
12024
|
} & {
|
|
12025
12025
|
header: {
|
|
@@ -12640,12 +12640,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12640
12640
|
background_color: string;
|
|
12641
12641
|
background_image_url: string;
|
|
12642
12642
|
page_layout: "center" | "left" | "right";
|
|
12643
|
-
logo_placement?: "
|
|
12643
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12644
12644
|
};
|
|
12645
12645
|
widget: {
|
|
12646
12646
|
header_text_alignment: "center" | "left" | "right";
|
|
12647
12647
|
logo_height: number;
|
|
12648
|
-
logo_position: "
|
|
12648
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
12649
12649
|
logo_url: string;
|
|
12650
12650
|
social_buttons_layout: "bottom" | "top";
|
|
12651
12651
|
};
|
|
@@ -12730,12 +12730,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12730
12730
|
background_color: string;
|
|
12731
12731
|
background_image_url: string;
|
|
12732
12732
|
page_layout: "center" | "left" | "right";
|
|
12733
|
-
logo_placement?: "
|
|
12733
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12734
12734
|
};
|
|
12735
12735
|
widget: {
|
|
12736
12736
|
header_text_alignment: "center" | "left" | "right";
|
|
12737
12737
|
logo_height: number;
|
|
12738
|
-
logo_position: "
|
|
12738
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
12739
12739
|
logo_url: string;
|
|
12740
12740
|
social_buttons_layout: "bottom" | "top";
|
|
12741
12741
|
};
|
|
@@ -12809,12 +12809,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12809
12809
|
background_color: string;
|
|
12810
12810
|
background_image_url: string;
|
|
12811
12811
|
page_layout: "center" | "left" | "right";
|
|
12812
|
-
logo_placement?: "
|
|
12812
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12813
12813
|
};
|
|
12814
12814
|
widget: {
|
|
12815
12815
|
header_text_alignment: "center" | "left" | "right";
|
|
12816
12816
|
logo_height: number;
|
|
12817
|
-
logo_position: "
|
|
12817
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
12818
12818
|
logo_url: string;
|
|
12819
12819
|
social_buttons_layout: "bottom" | "top";
|
|
12820
12820
|
};
|
|
@@ -12971,7 +12971,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12971
12971
|
} & {
|
|
12972
12972
|
json: {
|
|
12973
12973
|
body?: string | undefined;
|
|
12974
|
-
screen?: "
|
|
12974
|
+
screen?: "login" | "identifier" | "signup" | "password" | undefined;
|
|
12975
12975
|
branding?: {
|
|
12976
12976
|
colors?: {
|
|
12977
12977
|
primary: string;
|
|
@@ -13057,12 +13057,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13057
13057
|
background_color: string;
|
|
13058
13058
|
background_image_url: string;
|
|
13059
13059
|
page_layout: "center" | "left" | "right";
|
|
13060
|
-
logo_placement?: "
|
|
13060
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
13061
13061
|
} | undefined;
|
|
13062
13062
|
widget?: {
|
|
13063
13063
|
header_text_alignment: "center" | "left" | "right";
|
|
13064
13064
|
logo_height: number;
|
|
13065
|
-
logo_position: "
|
|
13065
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
13066
13066
|
logo_url: string;
|
|
13067
13067
|
social_buttons_layout: "bottom" | "top";
|
|
13068
13068
|
} | undefined;
|
|
@@ -13140,7 +13140,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13140
13140
|
json: {
|
|
13141
13141
|
bindings: {
|
|
13142
13142
|
ref: {
|
|
13143
|
-
type?: "
|
|
13143
|
+
type?: "action_name" | "action_id" | undefined;
|
|
13144
13144
|
value?: string | undefined;
|
|
13145
13145
|
id?: string | undefined;
|
|
13146
13146
|
name?: string | undefined;
|
|
@@ -13215,7 +13215,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13215
13215
|
output: {
|
|
13216
13216
|
id: string;
|
|
13217
13217
|
trigger_id: string;
|
|
13218
|
-
status: "
|
|
13218
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
13219
13219
|
results: {
|
|
13220
13220
|
action_name: string;
|
|
13221
13221
|
error: {
|
|
@@ -13262,7 +13262,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13262
13262
|
logs: {
|
|
13263
13263
|
action_name: string;
|
|
13264
13264
|
lines: {
|
|
13265
|
-
level: "
|
|
13265
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13266
13266
|
message: string;
|
|
13267
13267
|
}[];
|
|
13268
13268
|
}[];
|
|
@@ -13929,7 +13929,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13929
13929
|
args: import("hono/utils/types").JSONValue[];
|
|
13930
13930
|
}[];
|
|
13931
13931
|
logs: {
|
|
13932
|
-
level: "
|
|
13932
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13933
13933
|
message: string;
|
|
13934
13934
|
}[];
|
|
13935
13935
|
error?: string | undefined;
|
|
@@ -13990,7 +13990,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13990
13990
|
message: string;
|
|
13991
13991
|
};
|
|
13992
13992
|
outputFormat: "json";
|
|
13993
|
-
status:
|
|
13993
|
+
status: 400;
|
|
13994
13994
|
} | {
|
|
13995
13995
|
input: {
|
|
13996
13996
|
query: {
|
|
@@ -14008,7 +14008,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14008
14008
|
message: string;
|
|
14009
14009
|
};
|
|
14010
14010
|
outputFormat: "json";
|
|
14011
|
-
status:
|
|
14011
|
+
status: 500;
|
|
14012
14012
|
};
|
|
14013
14013
|
};
|
|
14014
14014
|
} & {
|
|
@@ -14046,7 +14046,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14046
14046
|
message: string;
|
|
14047
14047
|
};
|
|
14048
14048
|
outputFormat: "json";
|
|
14049
|
-
status:
|
|
14049
|
+
status: 400;
|
|
14050
14050
|
} | {
|
|
14051
14051
|
input: {
|
|
14052
14052
|
form: {
|
|
@@ -14064,7 +14064,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14064
14064
|
message: string;
|
|
14065
14065
|
};
|
|
14066
14066
|
outputFormat: "json";
|
|
14067
|
-
status:
|
|
14067
|
+
status: 500;
|
|
14068
14068
|
};
|
|
14069
14069
|
};
|
|
14070
14070
|
}, "/login/callback"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -14102,7 +14102,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14102
14102
|
message: string;
|
|
14103
14103
|
};
|
|
14104
14104
|
outputFormat: "json";
|
|
14105
|
-
status:
|
|
14105
|
+
status: 400;
|
|
14106
14106
|
} | {
|
|
14107
14107
|
input: {
|
|
14108
14108
|
query: {
|
|
@@ -14120,7 +14120,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14120
14120
|
message: string;
|
|
14121
14121
|
};
|
|
14122
14122
|
outputFormat: "json";
|
|
14123
|
-
status:
|
|
14123
|
+
status: 500;
|
|
14124
14124
|
};
|
|
14125
14125
|
};
|
|
14126
14126
|
} & {
|
|
@@ -14158,7 +14158,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14158
14158
|
message: string;
|
|
14159
14159
|
};
|
|
14160
14160
|
outputFormat: "json";
|
|
14161
|
-
status:
|
|
14161
|
+
status: 400;
|
|
14162
14162
|
} | {
|
|
14163
14163
|
input: {
|
|
14164
14164
|
form: {
|
|
@@ -14176,7 +14176,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14176
14176
|
message: string;
|
|
14177
14177
|
};
|
|
14178
14178
|
outputFormat: "json";
|
|
14179
|
-
status:
|
|
14179
|
+
status: 500;
|
|
14180
14180
|
};
|
|
14181
14181
|
};
|
|
14182
14182
|
}, "/callback"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -14675,19 +14675,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14675
14675
|
email: string;
|
|
14676
14676
|
send: "code" | "link";
|
|
14677
14677
|
authParams: {
|
|
14678
|
-
|
|
14679
|
-
|
|
14678
|
+
code_challenge?: string | undefined;
|
|
14679
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14680
|
+
redirect_uri?: string | undefined;
|
|
14681
|
+
nonce?: string | undefined;
|
|
14680
14682
|
state?: string | undefined;
|
|
14681
|
-
|
|
14683
|
+
act_as?: string | undefined;
|
|
14682
14684
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14683
14685
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14684
|
-
|
|
14685
|
-
act_as?: string | undefined;
|
|
14686
|
-
redirect_uri?: string | undefined;
|
|
14686
|
+
audience?: string | undefined;
|
|
14687
14687
|
organization?: string | undefined;
|
|
14688
|
-
|
|
14689
|
-
|
|
14690
|
-
|
|
14688
|
+
scope?: string | undefined;
|
|
14689
|
+
prompt?: string | undefined;
|
|
14690
|
+
username?: string | undefined;
|
|
14691
14691
|
ui_locales?: string | undefined;
|
|
14692
14692
|
max_age?: number | undefined;
|
|
14693
14693
|
acr_values?: string | undefined;
|
|
@@ -14711,19 +14711,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14711
14711
|
phone_number: string;
|
|
14712
14712
|
send: "code" | "link";
|
|
14713
14713
|
authParams: {
|
|
14714
|
-
|
|
14715
|
-
|
|
14714
|
+
code_challenge?: string | undefined;
|
|
14715
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14716
|
+
redirect_uri?: string | undefined;
|
|
14717
|
+
nonce?: string | undefined;
|
|
14716
14718
|
state?: string | undefined;
|
|
14717
|
-
|
|
14719
|
+
act_as?: string | undefined;
|
|
14718
14720
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14719
14721
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14720
|
-
|
|
14721
|
-
act_as?: string | undefined;
|
|
14722
|
-
redirect_uri?: string | undefined;
|
|
14722
|
+
audience?: string | undefined;
|
|
14723
14723
|
organization?: string | undefined;
|
|
14724
|
-
|
|
14725
|
-
|
|
14726
|
-
|
|
14724
|
+
scope?: string | undefined;
|
|
14725
|
+
prompt?: string | undefined;
|
|
14726
|
+
username?: string | undefined;
|
|
14727
14727
|
ui_locales?: string | undefined;
|
|
14728
14728
|
max_age?: number | undefined;
|
|
14729
14729
|
acr_values?: string | undefined;
|
|
@@ -14788,7 +14788,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14788
14788
|
error_description?: string | undefined;
|
|
14789
14789
|
};
|
|
14790
14790
|
outputFormat: "json";
|
|
14791
|
-
status:
|
|
14791
|
+
status: 400;
|
|
14792
14792
|
} | {
|
|
14793
14793
|
input: {
|
|
14794
14794
|
query: {
|
|
@@ -14809,7 +14809,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14809
14809
|
error_description?: string | undefined;
|
|
14810
14810
|
};
|
|
14811
14811
|
outputFormat: "json";
|
|
14812
|
-
status:
|
|
14812
|
+
status: 500;
|
|
14813
14813
|
};
|
|
14814
14814
|
};
|
|
14815
14815
|
}, "/passwordless"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -14953,7 +14953,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14953
14953
|
client_id: string;
|
|
14954
14954
|
username: string;
|
|
14955
14955
|
otp: string;
|
|
14956
|
-
realm: "
|
|
14956
|
+
realm: "email" | "sms";
|
|
14957
14957
|
} | {
|
|
14958
14958
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14959
14959
|
subject_token: string;
|
|
@@ -15000,7 +15000,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15000
15000
|
client_id: string;
|
|
15001
15001
|
username: string;
|
|
15002
15002
|
otp: string;
|
|
15003
|
-
realm: "
|
|
15003
|
+
realm: "email" | "sms";
|
|
15004
15004
|
} | {
|
|
15005
15005
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15006
15006
|
subject_token: string;
|
|
@@ -15052,7 +15052,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15052
15052
|
client_id: string;
|
|
15053
15053
|
username: string;
|
|
15054
15054
|
otp: string;
|
|
15055
|
-
realm: "
|
|
15055
|
+
realm: "email" | "sms";
|
|
15056
15056
|
} | {
|
|
15057
15057
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15058
15058
|
subject_token: string;
|
|
@@ -15099,7 +15099,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15099
15099
|
client_id: string;
|
|
15100
15100
|
username: string;
|
|
15101
15101
|
otp: string;
|
|
15102
|
-
realm: "
|
|
15102
|
+
realm: "email" | "sms";
|
|
15103
15103
|
} | {
|
|
15104
15104
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15105
15105
|
subject_token: string;
|
|
@@ -15159,7 +15159,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15159
15159
|
client_id: string;
|
|
15160
15160
|
username: string;
|
|
15161
15161
|
otp: string;
|
|
15162
|
-
realm: "
|
|
15162
|
+
realm: "email" | "sms";
|
|
15163
15163
|
} | {
|
|
15164
15164
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15165
15165
|
subject_token: string;
|
|
@@ -15206,7 +15206,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15206
15206
|
client_id: string;
|
|
15207
15207
|
username: string;
|
|
15208
15208
|
otp: string;
|
|
15209
|
-
realm: "
|
|
15209
|
+
realm: "email" | "sms";
|
|
15210
15210
|
} | {
|
|
15211
15211
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15212
15212
|
subject_token: string;
|
|
@@ -15261,7 +15261,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15261
15261
|
client_id: string;
|
|
15262
15262
|
username: string;
|
|
15263
15263
|
otp: string;
|
|
15264
|
-
realm: "
|
|
15264
|
+
realm: "email" | "sms";
|
|
15265
15265
|
} | {
|
|
15266
15266
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15267
15267
|
subject_token: string;
|
|
@@ -15308,7 +15308,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15308
15308
|
client_id: string;
|
|
15309
15309
|
username: string;
|
|
15310
15310
|
otp: string;
|
|
15311
|
-
realm: "
|
|
15311
|
+
realm: "email" | "sms";
|
|
15312
15312
|
} | {
|
|
15313
15313
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15314
15314
|
subject_token: string;
|
|
@@ -15363,7 +15363,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15363
15363
|
client_id: string;
|
|
15364
15364
|
username: string;
|
|
15365
15365
|
otp: string;
|
|
15366
|
-
realm: "
|
|
15366
|
+
realm: "email" | "sms";
|
|
15367
15367
|
} | {
|
|
15368
15368
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15369
15369
|
subject_token: string;
|
|
@@ -15410,7 +15410,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15410
15410
|
client_id: string;
|
|
15411
15411
|
username: string;
|
|
15412
15412
|
otp: string;
|
|
15413
|
-
realm: "
|
|
15413
|
+
realm: "email" | "sms";
|
|
15414
15414
|
} | {
|
|
15415
15415
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15416
15416
|
subject_token: string;
|
|
@@ -15763,7 +15763,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15763
15763
|
};
|
|
15764
15764
|
output: {};
|
|
15765
15765
|
outputFormat: string;
|
|
15766
|
-
status:
|
|
15766
|
+
status: 302;
|
|
15767
15767
|
} | {
|
|
15768
15768
|
input: {
|
|
15769
15769
|
query: {
|
|
@@ -15772,7 +15772,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15772
15772
|
};
|
|
15773
15773
|
output: {};
|
|
15774
15774
|
outputFormat: string;
|
|
15775
|
-
status:
|
|
15775
|
+
status: 400;
|
|
15776
15776
|
} | {
|
|
15777
15777
|
input: {
|
|
15778
15778
|
query: {
|
|
@@ -15781,7 +15781,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15781
15781
|
};
|
|
15782
15782
|
output: {};
|
|
15783
15783
|
outputFormat: string;
|
|
15784
|
-
status:
|
|
15784
|
+
status: 500;
|
|
15785
15785
|
};
|
|
15786
15786
|
};
|
|
15787
15787
|
}, "/continue"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -16251,7 +16251,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16251
16251
|
} & {
|
|
16252
16252
|
form: {
|
|
16253
16253
|
username: string;
|
|
16254
|
-
login_selection?: "
|
|
16254
|
+
login_selection?: "code" | "password" | undefined;
|
|
16255
16255
|
};
|
|
16256
16256
|
};
|
|
16257
16257
|
output: {};
|
|
@@ -16265,7 +16265,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16265
16265
|
} & {
|
|
16266
16266
|
form: {
|
|
16267
16267
|
username: string;
|
|
16268
|
-
login_selection?: "
|
|
16268
|
+
login_selection?: "code" | "password" | undefined;
|
|
16269
16269
|
};
|
|
16270
16270
|
};
|
|
16271
16271
|
output: {};
|
|
@@ -16630,7 +16630,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16630
16630
|
$get: {
|
|
16631
16631
|
input: {
|
|
16632
16632
|
param: {
|
|
16633
|
-
screen: "login" | "signup" | "
|
|
16633
|
+
screen: "login" | "signup" | "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";
|
|
16634
16634
|
};
|
|
16635
16635
|
} & {
|
|
16636
16636
|
query: {
|
|
@@ -16646,7 +16646,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16646
16646
|
} | {
|
|
16647
16647
|
input: {
|
|
16648
16648
|
param: {
|
|
16649
|
-
screen: "login" | "signup" | "
|
|
16649
|
+
screen: "login" | "signup" | "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";
|
|
16650
16650
|
};
|
|
16651
16651
|
} & {
|
|
16652
16652
|
query: {
|
|
@@ -16662,7 +16662,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16662
16662
|
} | {
|
|
16663
16663
|
input: {
|
|
16664
16664
|
param: {
|
|
16665
|
-
screen: "login" | "signup" | "
|
|
16665
|
+
screen: "login" | "signup" | "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";
|
|
16666
16666
|
};
|
|
16667
16667
|
} & {
|
|
16668
16668
|
query: {
|
|
@@ -16682,7 +16682,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16682
16682
|
$post: {
|
|
16683
16683
|
input: {
|
|
16684
16684
|
param: {
|
|
16685
|
-
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
16685
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16686
16686
|
};
|
|
16687
16687
|
} & {
|
|
16688
16688
|
query: {
|
|
@@ -16700,7 +16700,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16700
16700
|
} | {
|
|
16701
16701
|
input: {
|
|
16702
16702
|
param: {
|
|
16703
|
-
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "
|
|
16703
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16704
16704
|
};
|
|
16705
16705
|
} & {
|
|
16706
16706
|
query: {
|