authhero 9.5.0 → 9.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +138 -138
- package/dist/authhero.d.ts +133 -133
- package/dist/authhero.mjs +12511 -12403
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +6 -6
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +133 -133
- package/dist/types/routes/auth-api/index.d.ts +26 -26
- package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
- package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- 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/branding.d.ts +3 -3
- package/dist/types/routes/management-api/clients.d.ts +16 -16
- package/dist/types/routes/management-api/connections.d.ts +15 -15
- package/dist/types/routes/management-api/email-templates.d.ts +2 -2
- 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/helpers.d.ts +1 -1
- package/dist/types/routes/management-api/index.d.ts +86 -86
- package/dist/types/routes/management-api/logs.d.ts +4 -4
- package/dist/types/routes/management-api/organizations.d.ts +6 -6
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/roles.d.ts +1 -1
- package/dist/types/routes/management-api/tenants.d.ts +28 -28
- 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/continue.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
- package/dist/types/routes/universal-login/identifier.d.ts +4 -4
- package/dist/types/routes/universal-login/impersonate.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +12 -12
- package/dist/types/routes/universal-login/u2-form-node.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +9 -9
- package/dist/types/routes/universal-login/u2-routes.d.ts +7 -7
- package/package.json +6 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -80,8 +80,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
80
80
|
$get: {
|
|
81
81
|
input: {
|
|
82
82
|
query: {
|
|
83
|
-
include_password_hashes?: "
|
|
84
|
-
gzip?: "
|
|
83
|
+
include_password_hashes?: "true" | "false" | undefined;
|
|
84
|
+
gzip?: "true" | "false" | undefined;
|
|
85
85
|
};
|
|
86
86
|
} & {
|
|
87
87
|
header: {
|
|
@@ -94,8 +94,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
94
94
|
} | {
|
|
95
95
|
input: {
|
|
96
96
|
query: {
|
|
97
|
-
include_password_hashes?: "
|
|
98
|
-
gzip?: "
|
|
97
|
+
include_password_hashes?: "true" | "false" | undefined;
|
|
98
|
+
gzip?: "true" | "false" | undefined;
|
|
99
99
|
};
|
|
100
100
|
} & {
|
|
101
101
|
header: {
|
|
@@ -114,7 +114,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
114
114
|
$post: {
|
|
115
115
|
input: {
|
|
116
116
|
query: {
|
|
117
|
-
include_password_hashes?: "
|
|
117
|
+
include_password_hashes?: "true" | "false" | undefined;
|
|
118
118
|
};
|
|
119
119
|
} & {
|
|
120
120
|
header: {
|
|
@@ -168,7 +168,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
168
168
|
};
|
|
169
169
|
} & {
|
|
170
170
|
json: {
|
|
171
|
-
type: "push" | "email" | "passkey" | "phone" | "
|
|
171
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
172
172
|
phone_number?: string | undefined;
|
|
173
173
|
totp_secret?: string | undefined;
|
|
174
174
|
credential_id?: string | undefined;
|
|
@@ -308,7 +308,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
308
308
|
};
|
|
309
309
|
};
|
|
310
310
|
output: {
|
|
311
|
-
name: "
|
|
311
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
312
312
|
enabled: boolean;
|
|
313
313
|
trial_expired?: boolean | undefined;
|
|
314
314
|
}[];
|
|
@@ -463,7 +463,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
463
463
|
$get: {
|
|
464
464
|
input: {
|
|
465
465
|
param: {
|
|
466
|
-
factor_name: "
|
|
466
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
467
467
|
};
|
|
468
468
|
} & {
|
|
469
469
|
header: {
|
|
@@ -471,7 +471,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
471
471
|
};
|
|
472
472
|
};
|
|
473
473
|
output: {
|
|
474
|
-
name: "
|
|
474
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
475
475
|
enabled: boolean;
|
|
476
476
|
trial_expired?: boolean | undefined;
|
|
477
477
|
};
|
|
@@ -484,7 +484,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
484
484
|
$put: {
|
|
485
485
|
input: {
|
|
486
486
|
param: {
|
|
487
|
-
factor_name: "
|
|
487
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
488
488
|
};
|
|
489
489
|
} & {
|
|
490
490
|
header: {
|
|
@@ -496,7 +496,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
496
496
|
};
|
|
497
497
|
};
|
|
498
498
|
output: {
|
|
499
|
-
name: "
|
|
499
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
500
500
|
enabled: boolean;
|
|
501
501
|
trial_expired?: boolean | undefined;
|
|
502
502
|
};
|
|
@@ -1268,19 +1268,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1268
1268
|
} & {
|
|
1269
1269
|
json: {
|
|
1270
1270
|
client_id: string;
|
|
1271
|
-
inviter: {
|
|
1272
|
-
name?: string | undefined;
|
|
1273
|
-
};
|
|
1274
1271
|
invitee: {
|
|
1275
1272
|
email?: string | undefined;
|
|
1276
1273
|
};
|
|
1274
|
+
inviter: {
|
|
1275
|
+
name?: string | undefined;
|
|
1276
|
+
};
|
|
1277
1277
|
id?: string | undefined;
|
|
1278
1278
|
app_metadata?: Record<string, any> | undefined;
|
|
1279
1279
|
user_metadata?: Record<string, any> | undefined;
|
|
1280
1280
|
connection_id?: string | undefined;
|
|
1281
|
-
ttl_sec?: number | undefined;
|
|
1282
1281
|
roles?: string[] | undefined;
|
|
1283
1282
|
send_invitation_email?: boolean | undefined;
|
|
1283
|
+
ttl_sec?: number | undefined;
|
|
1284
1284
|
};
|
|
1285
1285
|
};
|
|
1286
1286
|
output: {
|
|
@@ -1327,7 +1327,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1327
1327
|
};
|
|
1328
1328
|
output: {};
|
|
1329
1329
|
outputFormat: string;
|
|
1330
|
-
status:
|
|
1330
|
+
status: 204;
|
|
1331
1331
|
} | {
|
|
1332
1332
|
input: {
|
|
1333
1333
|
param: {
|
|
@@ -1341,7 +1341,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1341
1341
|
};
|
|
1342
1342
|
output: {};
|
|
1343
1343
|
outputFormat: string;
|
|
1344
|
-
status:
|
|
1344
|
+
status: 404;
|
|
1345
1345
|
};
|
|
1346
1346
|
};
|
|
1347
1347
|
} & {
|
|
@@ -7033,7 +7033,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7033
7033
|
};
|
|
7034
7034
|
};
|
|
7035
7035
|
output: {
|
|
7036
|
-
prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa
|
|
7036
|
+
prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
7037
7037
|
language: string;
|
|
7038
7038
|
}[];
|
|
7039
7039
|
outputFormat: "json";
|
|
@@ -7071,7 +7071,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7071
7071
|
$get: {
|
|
7072
7072
|
input: {
|
|
7073
7073
|
param: {
|
|
7074
|
-
prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa
|
|
7074
|
+
prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
7075
7075
|
language: string;
|
|
7076
7076
|
};
|
|
7077
7077
|
} & {
|
|
@@ -7093,7 +7093,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7093
7093
|
$put: {
|
|
7094
7094
|
input: {
|
|
7095
7095
|
param: {
|
|
7096
|
-
prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa
|
|
7096
|
+
prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
7097
7097
|
language: string;
|
|
7098
7098
|
};
|
|
7099
7099
|
} & {
|
|
@@ -7117,7 +7117,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7117
7117
|
$delete: {
|
|
7118
7118
|
input: {
|
|
7119
7119
|
param: {
|
|
7120
|
-
prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa
|
|
7120
|
+
prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
7121
7121
|
language: string;
|
|
7122
7122
|
};
|
|
7123
7123
|
} & {
|
|
@@ -7213,7 +7213,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7213
7213
|
active?: boolean | undefined;
|
|
7214
7214
|
} | undefined;
|
|
7215
7215
|
signup?: {
|
|
7216
|
-
status?: "
|
|
7216
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7217
7217
|
verification?: {
|
|
7218
7218
|
active?: boolean | undefined;
|
|
7219
7219
|
} | undefined;
|
|
@@ -7230,7 +7230,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7230
7230
|
active?: boolean | undefined;
|
|
7231
7231
|
} | undefined;
|
|
7232
7232
|
signup?: {
|
|
7233
|
-
status?: "
|
|
7233
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7234
7234
|
} | undefined;
|
|
7235
7235
|
validation?: {
|
|
7236
7236
|
max_length?: number | undefined;
|
|
@@ -7247,7 +7247,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7247
7247
|
active?: boolean | undefined;
|
|
7248
7248
|
} | undefined;
|
|
7249
7249
|
signup?: {
|
|
7250
|
-
status?: "
|
|
7250
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7251
7251
|
} | undefined;
|
|
7252
7252
|
} | undefined;
|
|
7253
7253
|
} | undefined;
|
|
@@ -7351,7 +7351,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7351
7351
|
active?: boolean | undefined;
|
|
7352
7352
|
} | undefined;
|
|
7353
7353
|
signup?: {
|
|
7354
|
-
status?: "
|
|
7354
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7355
7355
|
verification?: {
|
|
7356
7356
|
active?: boolean | undefined;
|
|
7357
7357
|
} | undefined;
|
|
@@ -7368,7 +7368,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7368
7368
|
active?: boolean | undefined;
|
|
7369
7369
|
} | undefined;
|
|
7370
7370
|
signup?: {
|
|
7371
|
-
status?: "
|
|
7371
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7372
7372
|
} | undefined;
|
|
7373
7373
|
validation?: {
|
|
7374
7374
|
max_length?: number | undefined;
|
|
@@ -7385,7 +7385,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7385
7385
|
active?: boolean | undefined;
|
|
7386
7386
|
} | undefined;
|
|
7387
7387
|
signup?: {
|
|
7388
|
-
status?: "
|
|
7388
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7389
7389
|
} | undefined;
|
|
7390
7390
|
} | undefined;
|
|
7391
7391
|
} | undefined;
|
|
@@ -7505,7 +7505,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7505
7505
|
active?: boolean | undefined;
|
|
7506
7506
|
} | undefined;
|
|
7507
7507
|
signup?: {
|
|
7508
|
-
status?: "
|
|
7508
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7509
7509
|
verification?: {
|
|
7510
7510
|
active?: boolean | undefined;
|
|
7511
7511
|
} | undefined;
|
|
@@ -7522,7 +7522,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7522
7522
|
active?: boolean | undefined;
|
|
7523
7523
|
} | undefined;
|
|
7524
7524
|
signup?: {
|
|
7525
|
-
status?: "
|
|
7525
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7526
7526
|
} | undefined;
|
|
7527
7527
|
validation?: {
|
|
7528
7528
|
max_length?: number | undefined;
|
|
@@ -7539,7 +7539,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7539
7539
|
active?: boolean | undefined;
|
|
7540
7540
|
} | undefined;
|
|
7541
7541
|
signup?: {
|
|
7542
|
-
status?: "
|
|
7542
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7543
7543
|
} | undefined;
|
|
7544
7544
|
} | undefined;
|
|
7545
7545
|
} | undefined;
|
|
@@ -7688,7 +7688,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7688
7688
|
active?: boolean | undefined;
|
|
7689
7689
|
} | undefined;
|
|
7690
7690
|
signup?: {
|
|
7691
|
-
status?: "
|
|
7691
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7692
7692
|
verification?: {
|
|
7693
7693
|
active?: boolean | undefined;
|
|
7694
7694
|
} | undefined;
|
|
@@ -7705,7 +7705,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7705
7705
|
active?: boolean | undefined;
|
|
7706
7706
|
} | undefined;
|
|
7707
7707
|
signup?: {
|
|
7708
|
-
status?: "
|
|
7708
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7709
7709
|
} | undefined;
|
|
7710
7710
|
validation?: {
|
|
7711
7711
|
max_length?: number | undefined;
|
|
@@ -7722,7 +7722,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7722
7722
|
active?: boolean | undefined;
|
|
7723
7723
|
} | undefined;
|
|
7724
7724
|
signup?: {
|
|
7725
|
-
status?: "
|
|
7725
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7726
7726
|
} | undefined;
|
|
7727
7727
|
} | undefined;
|
|
7728
7728
|
} | undefined;
|
|
@@ -7850,7 +7850,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7850
7850
|
active?: boolean | undefined;
|
|
7851
7851
|
} | undefined;
|
|
7852
7852
|
signup?: {
|
|
7853
|
-
status?: "
|
|
7853
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7854
7854
|
verification?: {
|
|
7855
7855
|
active?: boolean | undefined;
|
|
7856
7856
|
} | undefined;
|
|
@@ -7867,7 +7867,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7867
7867
|
active?: boolean | undefined;
|
|
7868
7868
|
} | undefined;
|
|
7869
7869
|
signup?: {
|
|
7870
|
-
status?: "
|
|
7870
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7871
7871
|
} | undefined;
|
|
7872
7872
|
validation?: {
|
|
7873
7873
|
max_length?: number | undefined;
|
|
@@ -7884,7 +7884,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7884
7884
|
active?: boolean | undefined;
|
|
7885
7885
|
} | undefined;
|
|
7886
7886
|
signup?: {
|
|
7887
|
-
status?: "
|
|
7887
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7888
7888
|
} | undefined;
|
|
7889
7889
|
} | undefined;
|
|
7890
7890
|
} | undefined;
|
|
@@ -8440,7 +8440,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8440
8440
|
};
|
|
8441
8441
|
output: {};
|
|
8442
8442
|
outputFormat: string;
|
|
8443
|
-
status:
|
|
8443
|
+
status: 400;
|
|
8444
8444
|
} | {
|
|
8445
8445
|
input: {
|
|
8446
8446
|
param: {
|
|
@@ -8455,7 +8455,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8455
8455
|
};
|
|
8456
8456
|
output: {};
|
|
8457
8457
|
outputFormat: string;
|
|
8458
|
-
status:
|
|
8458
|
+
status: 404;
|
|
8459
8459
|
} | {
|
|
8460
8460
|
input: {
|
|
8461
8461
|
param: {
|
|
@@ -8660,7 +8660,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8660
8660
|
};
|
|
8661
8661
|
output: {};
|
|
8662
8662
|
outputFormat: string;
|
|
8663
|
-
status:
|
|
8663
|
+
status: 400;
|
|
8664
8664
|
} | {
|
|
8665
8665
|
input: {
|
|
8666
8666
|
param: {
|
|
@@ -8677,7 +8677,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8677
8677
|
};
|
|
8678
8678
|
output: {};
|
|
8679
8679
|
outputFormat: string;
|
|
8680
|
-
status:
|
|
8680
|
+
status: 404;
|
|
8681
8681
|
} | {
|
|
8682
8682
|
input: {
|
|
8683
8683
|
param: {
|
|
@@ -8729,7 +8729,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8729
8729
|
log_type: string;
|
|
8730
8730
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8731
8731
|
actor: {
|
|
8732
|
-
type: "user" | "client_credentials" | "
|
|
8732
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8733
8733
|
id?: string | undefined;
|
|
8734
8734
|
email?: string | undefined;
|
|
8735
8735
|
org_id?: string | undefined;
|
|
@@ -9040,7 +9040,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9040
9040
|
created_at: string;
|
|
9041
9041
|
updated_at: string;
|
|
9042
9042
|
name: string;
|
|
9043
|
-
provider: "auth0" | "
|
|
9043
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
9044
9044
|
connection: string;
|
|
9045
9045
|
enabled: boolean;
|
|
9046
9046
|
credentials: {
|
|
@@ -9072,7 +9072,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9072
9072
|
created_at: string;
|
|
9073
9073
|
updated_at: string;
|
|
9074
9074
|
name: string;
|
|
9075
|
-
provider: "auth0" | "
|
|
9075
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
9076
9076
|
connection: string;
|
|
9077
9077
|
enabled: boolean;
|
|
9078
9078
|
credentials: {
|
|
@@ -9098,7 +9098,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9098
9098
|
} & {
|
|
9099
9099
|
json: {
|
|
9100
9100
|
name: string;
|
|
9101
|
-
provider: "auth0" | "
|
|
9101
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
9102
9102
|
connection: string;
|
|
9103
9103
|
credentials: {
|
|
9104
9104
|
domain: string;
|
|
@@ -9115,7 +9115,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9115
9115
|
created_at: string;
|
|
9116
9116
|
updated_at: string;
|
|
9117
9117
|
name: string;
|
|
9118
|
-
provider: "auth0" | "
|
|
9118
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
9119
9119
|
connection: string;
|
|
9120
9120
|
enabled: boolean;
|
|
9121
9121
|
credentials: {
|
|
@@ -9146,7 +9146,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9146
9146
|
json: {
|
|
9147
9147
|
id?: string | undefined;
|
|
9148
9148
|
name?: string | undefined;
|
|
9149
|
-
provider?: "auth0" | "
|
|
9149
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
9150
9150
|
connection?: string | undefined;
|
|
9151
9151
|
enabled?: boolean | undefined;
|
|
9152
9152
|
credentials?: {
|
|
@@ -9162,7 +9162,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9162
9162
|
created_at: string;
|
|
9163
9163
|
updated_at: string;
|
|
9164
9164
|
name: string;
|
|
9165
|
-
provider: "auth0" | "
|
|
9165
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
9166
9166
|
connection: string;
|
|
9167
9167
|
enabled: boolean;
|
|
9168
9168
|
credentials: {
|
|
@@ -9380,7 +9380,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9380
9380
|
};
|
|
9381
9381
|
};
|
|
9382
9382
|
output: {
|
|
9383
|
-
type: "
|
|
9383
|
+
type: "fn" | "sapi" | "i" | "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" | "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" | "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";
|
|
9384
9384
|
date: string;
|
|
9385
9385
|
isMobile: boolean;
|
|
9386
9386
|
log_id: string;
|
|
@@ -9419,7 +9419,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9419
9419
|
limit: number;
|
|
9420
9420
|
length: number;
|
|
9421
9421
|
logs: {
|
|
9422
|
-
type: "
|
|
9422
|
+
type: "fn" | "sapi" | "i" | "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" | "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" | "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";
|
|
9423
9423
|
date: string;
|
|
9424
9424
|
isMobile: boolean;
|
|
9425
9425
|
log_id: string;
|
|
@@ -9458,7 +9458,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9458
9458
|
next?: string | undefined;
|
|
9459
9459
|
} | {
|
|
9460
9460
|
logs: {
|
|
9461
|
-
type: "
|
|
9461
|
+
type: "fn" | "sapi" | "i" | "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" | "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" | "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";
|
|
9462
9462
|
date: string;
|
|
9463
9463
|
isMobile: boolean;
|
|
9464
9464
|
log_id: string;
|
|
@@ -9512,7 +9512,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9512
9512
|
};
|
|
9513
9513
|
};
|
|
9514
9514
|
output: {
|
|
9515
|
-
type: "
|
|
9515
|
+
type: "fn" | "sapi" | "i" | "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" | "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" | "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";
|
|
9516
9516
|
date: string;
|
|
9517
9517
|
isMobile: boolean;
|
|
9518
9518
|
log_id: string;
|
|
@@ -9923,7 +9923,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9923
9923
|
addons?: {
|
|
9924
9924
|
[x: string]: any;
|
|
9925
9925
|
} | undefined;
|
|
9926
|
-
token_endpoint_auth_method?: "none" | "
|
|
9926
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9927
9927
|
client_metadata?: {
|
|
9928
9928
|
[x: string]: string;
|
|
9929
9929
|
} | undefined;
|
|
@@ -10025,7 +10025,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10025
10025
|
addons?: {
|
|
10026
10026
|
[x: string]: any;
|
|
10027
10027
|
} | undefined;
|
|
10028
|
-
token_endpoint_auth_method?: "none" | "
|
|
10028
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10029
10029
|
client_metadata?: {
|
|
10030
10030
|
[x: string]: string;
|
|
10031
10031
|
} | undefined;
|
|
@@ -10127,7 +10127,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10127
10127
|
addons?: {
|
|
10128
10128
|
[x: string]: any;
|
|
10129
10129
|
} | undefined;
|
|
10130
|
-
token_endpoint_auth_method?: "none" | "
|
|
10130
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10131
10131
|
client_metadata?: {
|
|
10132
10132
|
[x: string]: string;
|
|
10133
10133
|
} | undefined;
|
|
@@ -10244,7 +10244,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10244
10244
|
addons?: {
|
|
10245
10245
|
[x: string]: any;
|
|
10246
10246
|
} | undefined;
|
|
10247
|
-
token_endpoint_auth_method?: "none" | "
|
|
10247
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10248
10248
|
client_metadata?: {
|
|
10249
10249
|
[x: string]: string;
|
|
10250
10250
|
} | undefined;
|
|
@@ -10362,7 +10362,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10362
10362
|
custom_login_page_preview?: string | undefined;
|
|
10363
10363
|
form_template?: string | undefined;
|
|
10364
10364
|
addons?: Record<string, any> | undefined;
|
|
10365
|
-
token_endpoint_auth_method?: "none" | "
|
|
10365
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10366
10366
|
client_metadata?: Record<string, string> | undefined;
|
|
10367
10367
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
10368
10368
|
mobile?: Record<string, any> | undefined;
|
|
@@ -10448,7 +10448,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10448
10448
|
addons?: {
|
|
10449
10449
|
[x: string]: any;
|
|
10450
10450
|
} | undefined;
|
|
10451
|
-
token_endpoint_auth_method?: "none" | "
|
|
10451
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10452
10452
|
client_metadata?: {
|
|
10453
10453
|
[x: string]: string;
|
|
10454
10454
|
} | undefined;
|
|
@@ -10545,7 +10545,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10545
10545
|
custom_login_page_preview?: string | undefined;
|
|
10546
10546
|
form_template?: string | undefined;
|
|
10547
10547
|
addons?: Record<string, any> | undefined;
|
|
10548
|
-
token_endpoint_auth_method?: "none" | "
|
|
10548
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10549
10549
|
client_metadata?: Record<string, string> | undefined;
|
|
10550
10550
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
10551
10551
|
mobile?: Record<string, any> | undefined;
|
|
@@ -10631,7 +10631,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10631
10631
|
addons?: {
|
|
10632
10632
|
[x: string]: any;
|
|
10633
10633
|
} | undefined;
|
|
10634
|
-
token_endpoint_auth_method?: "none" | "
|
|
10634
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10635
10635
|
client_metadata?: {
|
|
10636
10636
|
[x: string]: string;
|
|
10637
10637
|
} | undefined;
|
|
@@ -10757,7 +10757,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10757
10757
|
active?: boolean | undefined;
|
|
10758
10758
|
} | undefined;
|
|
10759
10759
|
signup?: {
|
|
10760
|
-
status?: "
|
|
10760
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10761
10761
|
verification?: {
|
|
10762
10762
|
active?: boolean | undefined;
|
|
10763
10763
|
} | undefined;
|
|
@@ -10774,7 +10774,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10774
10774
|
active?: boolean | undefined;
|
|
10775
10775
|
} | undefined;
|
|
10776
10776
|
signup?: {
|
|
10777
|
-
status?: "
|
|
10777
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10778
10778
|
} | undefined;
|
|
10779
10779
|
validation?: {
|
|
10780
10780
|
max_length?: number | undefined;
|
|
@@ -10791,7 +10791,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10791
10791
|
active?: boolean | undefined;
|
|
10792
10792
|
} | undefined;
|
|
10793
10793
|
signup?: {
|
|
10794
|
-
status?: "
|
|
10794
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10795
10795
|
} | undefined;
|
|
10796
10796
|
} | undefined;
|
|
10797
10797
|
} | undefined;
|
|
@@ -10915,7 +10915,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10915
10915
|
active?: boolean | undefined;
|
|
10916
10916
|
} | undefined;
|
|
10917
10917
|
signup?: {
|
|
10918
|
-
status?: "
|
|
10918
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10919
10919
|
verification?: {
|
|
10920
10920
|
active?: boolean | undefined;
|
|
10921
10921
|
} | undefined;
|
|
@@ -10932,7 +10932,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10932
10932
|
active?: boolean | undefined;
|
|
10933
10933
|
} | undefined;
|
|
10934
10934
|
signup?: {
|
|
10935
|
-
status?: "
|
|
10935
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10936
10936
|
} | undefined;
|
|
10937
10937
|
validation?: {
|
|
10938
10938
|
max_length?: number | undefined;
|
|
@@ -10949,7 +10949,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10949
10949
|
active?: boolean | undefined;
|
|
10950
10950
|
} | undefined;
|
|
10951
10951
|
signup?: {
|
|
10952
|
-
status?: "
|
|
10952
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10953
10953
|
} | undefined;
|
|
10954
10954
|
} | undefined;
|
|
10955
10955
|
} | undefined;
|
|
@@ -11984,7 +11984,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11984
11984
|
};
|
|
11985
11985
|
};
|
|
11986
11986
|
output: {
|
|
11987
|
-
type: "
|
|
11987
|
+
type: "fn" | "sapi" | "i" | "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" | "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" | "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";
|
|
11988
11988
|
date: string;
|
|
11989
11989
|
isMobile: boolean;
|
|
11990
11990
|
log_id: string;
|
|
@@ -12023,7 +12023,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12023
12023
|
limit: number;
|
|
12024
12024
|
length: number;
|
|
12025
12025
|
logs: {
|
|
12026
|
-
type: "
|
|
12026
|
+
type: "fn" | "sapi" | "i" | "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" | "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" | "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";
|
|
12027
12027
|
date: string;
|
|
12028
12028
|
isMobile: boolean;
|
|
12029
12029
|
log_id: string;
|
|
@@ -12563,7 +12563,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12563
12563
|
};
|
|
12564
12564
|
output: {};
|
|
12565
12565
|
outputFormat: string;
|
|
12566
|
-
status:
|
|
12566
|
+
status: 204;
|
|
12567
12567
|
} | {
|
|
12568
12568
|
input: {
|
|
12569
12569
|
param: {
|
|
@@ -12576,7 +12576,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12576
12576
|
};
|
|
12577
12577
|
output: {};
|
|
12578
12578
|
outputFormat: string;
|
|
12579
|
-
status:
|
|
12579
|
+
status: 404;
|
|
12580
12580
|
};
|
|
12581
12581
|
};
|
|
12582
12582
|
} & {
|
|
@@ -12712,7 +12712,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12712
12712
|
};
|
|
12713
12713
|
output: {};
|
|
12714
12714
|
outputFormat: string;
|
|
12715
|
-
status:
|
|
12715
|
+
status: 204;
|
|
12716
12716
|
} | {
|
|
12717
12717
|
input: {
|
|
12718
12718
|
header: {
|
|
@@ -12721,7 +12721,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12721
12721
|
};
|
|
12722
12722
|
output: {};
|
|
12723
12723
|
outputFormat: string;
|
|
12724
|
-
status:
|
|
12724
|
+
status: 404;
|
|
12725
12725
|
};
|
|
12726
12726
|
};
|
|
12727
12727
|
}, "/emails/provider"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -12830,7 +12830,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12830
12830
|
};
|
|
12831
12831
|
output: {};
|
|
12832
12832
|
outputFormat: string;
|
|
12833
|
-
status:
|
|
12833
|
+
status: 204;
|
|
12834
12834
|
} | {
|
|
12835
12835
|
input: {
|
|
12836
12836
|
header: {
|
|
@@ -12839,7 +12839,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12839
12839
|
};
|
|
12840
12840
|
output: {};
|
|
12841
12841
|
outputFormat: string;
|
|
12842
|
-
status:
|
|
12842
|
+
status: 404;
|
|
12843
12843
|
};
|
|
12844
12844
|
};
|
|
12845
12845
|
}, "/email/providers"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -12867,7 +12867,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12867
12867
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12868
12868
|
custom_domain_id: string;
|
|
12869
12869
|
primary: boolean;
|
|
12870
|
-
status: "
|
|
12870
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12871
12871
|
verification_method?: "txt" | undefined;
|
|
12872
12872
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12873
12873
|
domain_metadata?: {
|
|
@@ -12908,7 +12908,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12908
12908
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12909
12909
|
custom_domain_id: string;
|
|
12910
12910
|
primary: boolean;
|
|
12911
|
-
status: "
|
|
12911
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12912
12912
|
verification_method?: "txt" | undefined;
|
|
12913
12913
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12914
12914
|
domain_metadata?: {
|
|
@@ -12972,7 +12972,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12972
12972
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12973
12973
|
custom_domain_id: string;
|
|
12974
12974
|
primary: boolean;
|
|
12975
|
-
status: "
|
|
12975
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12976
12976
|
verification_method?: "txt" | undefined;
|
|
12977
12977
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12978
12978
|
domain_metadata?: {
|
|
@@ -13019,7 +13019,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13019
13019
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
13020
13020
|
custom_domain_id: string;
|
|
13021
13021
|
primary: boolean;
|
|
13022
|
-
status: "
|
|
13022
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
13023
13023
|
verification_method?: "txt" | undefined;
|
|
13024
13024
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
13025
13025
|
domain_metadata?: {
|
|
@@ -13065,7 +13065,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13065
13065
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
13066
13066
|
custom_domain_id: string;
|
|
13067
13067
|
primary: boolean;
|
|
13068
|
-
status: "
|
|
13068
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
13069
13069
|
verification_method?: "txt" | undefined;
|
|
13070
13070
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
13071
13071
|
domain_metadata?: {
|
|
@@ -13106,7 +13106,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13106
13106
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
13107
13107
|
custom_domain_id: string;
|
|
13108
13108
|
primary: boolean;
|
|
13109
|
-
status: "
|
|
13109
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
13110
13110
|
verification_method?: "txt" | undefined;
|
|
13111
13111
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
13112
13112
|
domain_metadata?: {
|
|
@@ -13497,7 +13497,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13497
13497
|
};
|
|
13498
13498
|
output: {};
|
|
13499
13499
|
outputFormat: string;
|
|
13500
|
-
status:
|
|
13500
|
+
status: 400;
|
|
13501
13501
|
} | {
|
|
13502
13502
|
input: {
|
|
13503
13503
|
header: {
|
|
@@ -13510,7 +13510,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13510
13510
|
};
|
|
13511
13511
|
output: {};
|
|
13512
13512
|
outputFormat: string;
|
|
13513
|
-
status:
|
|
13513
|
+
status: 204;
|
|
13514
13514
|
};
|
|
13515
13515
|
};
|
|
13516
13516
|
} & {
|
|
@@ -13536,7 +13536,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13536
13536
|
} & {
|
|
13537
13537
|
json: {
|
|
13538
13538
|
body?: string | undefined;
|
|
13539
|
-
screen?: "
|
|
13539
|
+
screen?: "password" | "identifier" | "signup" | "login" | undefined;
|
|
13540
13540
|
branding?: {
|
|
13541
13541
|
colors?: {
|
|
13542
13542
|
primary: string;
|
|
@@ -13827,7 +13827,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13827
13827
|
logs: {
|
|
13828
13828
|
action_name: string;
|
|
13829
13829
|
lines: {
|
|
13830
|
-
level: "
|
|
13830
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13831
13831
|
message: string;
|
|
13832
13832
|
}[];
|
|
13833
13833
|
}[];
|
|
@@ -14135,7 +14135,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14135
14135
|
};
|
|
14136
14136
|
output: {};
|
|
14137
14137
|
outputFormat: string;
|
|
14138
|
-
status:
|
|
14138
|
+
status: 200;
|
|
14139
14139
|
} | {
|
|
14140
14140
|
input: {
|
|
14141
14141
|
param: {
|
|
@@ -14148,7 +14148,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14148
14148
|
};
|
|
14149
14149
|
output: {};
|
|
14150
14150
|
outputFormat: string;
|
|
14151
|
-
status:
|
|
14151
|
+
status: 404;
|
|
14152
14152
|
} | {
|
|
14153
14153
|
input: {
|
|
14154
14154
|
param: {
|
|
@@ -14496,7 +14496,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14496
14496
|
args: import("hono/utils/types").JSONValue[];
|
|
14497
14497
|
}[];
|
|
14498
14498
|
logs: {
|
|
14499
|
-
level: "
|
|
14499
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
14500
14500
|
message: string;
|
|
14501
14501
|
}[];
|
|
14502
14502
|
error?: string | undefined;
|
|
@@ -14807,7 +14807,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14807
14807
|
scope?: string | undefined;
|
|
14808
14808
|
grant_types?: string[] | undefined;
|
|
14809
14809
|
response_types?: string[] | undefined;
|
|
14810
|
-
token_endpoint_auth_method?: "none" | "
|
|
14810
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
14811
14811
|
jwks_uri?: string | undefined;
|
|
14812
14812
|
jwks?: Record<string, unknown> | undefined;
|
|
14813
14813
|
software_id?: string | undefined;
|
|
@@ -14896,7 +14896,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14896
14896
|
scope?: string | undefined;
|
|
14897
14897
|
grant_types?: string[] | undefined;
|
|
14898
14898
|
response_types?: string[] | undefined;
|
|
14899
|
-
token_endpoint_auth_method?: "none" | "
|
|
14899
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
14900
14900
|
jwks_uri?: string | undefined;
|
|
14901
14901
|
jwks?: Record<string, unknown> | undefined;
|
|
14902
14902
|
software_id?: string | undefined;
|
|
@@ -15242,19 +15242,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15242
15242
|
email: string;
|
|
15243
15243
|
send: "code" | "link";
|
|
15244
15244
|
authParams: {
|
|
15245
|
-
prompt?: string | undefined;
|
|
15246
15245
|
username?: string | undefined;
|
|
15246
|
+
state?: string | undefined;
|
|
15247
|
+
audience?: string | undefined;
|
|
15247
15248
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
15248
15249
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
15249
15250
|
scope?: string | undefined;
|
|
15250
|
-
audience?: string | undefined;
|
|
15251
|
-
act_as?: string | undefined;
|
|
15252
|
-
redirect_uri?: string | undefined;
|
|
15253
15251
|
organization?: string | undefined;
|
|
15254
|
-
|
|
15255
|
-
nonce?: string | undefined;
|
|
15252
|
+
redirect_uri?: string | undefined;
|
|
15256
15253
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
15257
15254
|
code_challenge?: string | undefined;
|
|
15255
|
+
nonce?: string | undefined;
|
|
15256
|
+
act_as?: string | undefined;
|
|
15257
|
+
prompt?: string | undefined;
|
|
15258
15258
|
ui_locales?: string | undefined;
|
|
15259
15259
|
max_age?: number | undefined;
|
|
15260
15260
|
acr_values?: string | undefined;
|
|
@@ -15278,19 +15278,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15278
15278
|
phone_number: string;
|
|
15279
15279
|
send: "code" | "link";
|
|
15280
15280
|
authParams: {
|
|
15281
|
-
prompt?: string | undefined;
|
|
15282
15281
|
username?: string | undefined;
|
|
15282
|
+
state?: string | undefined;
|
|
15283
|
+
audience?: string | undefined;
|
|
15283
15284
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
15284
15285
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
15285
15286
|
scope?: string | undefined;
|
|
15286
|
-
audience?: string | undefined;
|
|
15287
|
-
act_as?: string | undefined;
|
|
15288
|
-
redirect_uri?: string | undefined;
|
|
15289
15287
|
organization?: string | undefined;
|
|
15290
|
-
|
|
15291
|
-
nonce?: string | undefined;
|
|
15288
|
+
redirect_uri?: string | undefined;
|
|
15292
15289
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
15293
15290
|
code_challenge?: string | undefined;
|
|
15291
|
+
nonce?: string | undefined;
|
|
15292
|
+
act_as?: string | undefined;
|
|
15293
|
+
prompt?: string | undefined;
|
|
15294
15294
|
ui_locales?: string | undefined;
|
|
15295
15295
|
max_age?: number | undefined;
|
|
15296
15296
|
acr_values?: string | undefined;
|
|
@@ -15520,7 +15520,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15520
15520
|
client_id: string;
|
|
15521
15521
|
username: string;
|
|
15522
15522
|
otp: string;
|
|
15523
|
-
realm: "
|
|
15523
|
+
realm: "sms" | "email";
|
|
15524
15524
|
} | {
|
|
15525
15525
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15526
15526
|
subject_token: string;
|
|
@@ -15567,7 +15567,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15567
15567
|
client_id: string;
|
|
15568
15568
|
username: string;
|
|
15569
15569
|
otp: string;
|
|
15570
|
-
realm: "
|
|
15570
|
+
realm: "sms" | "email";
|
|
15571
15571
|
} | {
|
|
15572
15572
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15573
15573
|
subject_token: string;
|
|
@@ -15619,7 +15619,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15619
15619
|
client_id: string;
|
|
15620
15620
|
username: string;
|
|
15621
15621
|
otp: string;
|
|
15622
|
-
realm: "
|
|
15622
|
+
realm: "sms" | "email";
|
|
15623
15623
|
} | {
|
|
15624
15624
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15625
15625
|
subject_token: string;
|
|
@@ -15666,7 +15666,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15666
15666
|
client_id: string;
|
|
15667
15667
|
username: string;
|
|
15668
15668
|
otp: string;
|
|
15669
|
-
realm: "
|
|
15669
|
+
realm: "sms" | "email";
|
|
15670
15670
|
} | {
|
|
15671
15671
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15672
15672
|
subject_token: string;
|
|
@@ -15726,7 +15726,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15726
15726
|
client_id: string;
|
|
15727
15727
|
username: string;
|
|
15728
15728
|
otp: string;
|
|
15729
|
-
realm: "
|
|
15729
|
+
realm: "sms" | "email";
|
|
15730
15730
|
} | {
|
|
15731
15731
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15732
15732
|
subject_token: string;
|
|
@@ -15773,7 +15773,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15773
15773
|
client_id: string;
|
|
15774
15774
|
username: string;
|
|
15775
15775
|
otp: string;
|
|
15776
|
-
realm: "
|
|
15776
|
+
realm: "sms" | "email";
|
|
15777
15777
|
} | {
|
|
15778
15778
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15779
15779
|
subject_token: string;
|
|
@@ -15828,7 +15828,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15828
15828
|
client_id: string;
|
|
15829
15829
|
username: string;
|
|
15830
15830
|
otp: string;
|
|
15831
|
-
realm: "
|
|
15831
|
+
realm: "sms" | "email";
|
|
15832
15832
|
} | {
|
|
15833
15833
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15834
15834
|
subject_token: string;
|
|
@@ -15875,7 +15875,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15875
15875
|
client_id: string;
|
|
15876
15876
|
username: string;
|
|
15877
15877
|
otp: string;
|
|
15878
|
-
realm: "
|
|
15878
|
+
realm: "sms" | "email";
|
|
15879
15879
|
} | {
|
|
15880
15880
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15881
15881
|
subject_token: string;
|
|
@@ -15930,7 +15930,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15930
15930
|
client_id: string;
|
|
15931
15931
|
username: string;
|
|
15932
15932
|
otp: string;
|
|
15933
|
-
realm: "
|
|
15933
|
+
realm: "sms" | "email";
|
|
15934
15934
|
} | {
|
|
15935
15935
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15936
15936
|
subject_token: string;
|
|
@@ -15977,7 +15977,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15977
15977
|
client_id: string;
|
|
15978
15978
|
username: string;
|
|
15979
15979
|
otp: string;
|
|
15980
|
-
realm: "
|
|
15980
|
+
realm: "sms" | "email";
|
|
15981
15981
|
} | {
|
|
15982
15982
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15983
15983
|
subject_token: string;
|
|
@@ -16213,7 +16213,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16213
16213
|
};
|
|
16214
16214
|
output: {};
|
|
16215
16215
|
outputFormat: string;
|
|
16216
|
-
status:
|
|
16216
|
+
status: 400;
|
|
16217
16217
|
} | {
|
|
16218
16218
|
input: {
|
|
16219
16219
|
query: {
|
|
@@ -16227,7 +16227,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16227
16227
|
};
|
|
16228
16228
|
output: {};
|
|
16229
16229
|
outputFormat: string;
|
|
16230
|
-
status:
|
|
16230
|
+
status: 302;
|
|
16231
16231
|
};
|
|
16232
16232
|
};
|
|
16233
16233
|
}, "/oidc/logout"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -16334,7 +16334,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16334
16334
|
};
|
|
16335
16335
|
output: {};
|
|
16336
16336
|
outputFormat: string;
|
|
16337
|
-
status:
|
|
16337
|
+
status: 400;
|
|
16338
16338
|
} | {
|
|
16339
16339
|
input: {
|
|
16340
16340
|
query: {
|
|
@@ -16343,7 +16343,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16343
16343
|
};
|
|
16344
16344
|
output: {};
|
|
16345
16345
|
outputFormat: string;
|
|
16346
|
-
status:
|
|
16346
|
+
status: 302;
|
|
16347
16347
|
} | {
|
|
16348
16348
|
input: {
|
|
16349
16349
|
query: {
|
|
@@ -16370,7 +16370,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16370
16370
|
};
|
|
16371
16371
|
output: {};
|
|
16372
16372
|
outputFormat: string;
|
|
16373
|
-
status:
|
|
16373
|
+
status: 200;
|
|
16374
16374
|
} | {
|
|
16375
16375
|
input: {
|
|
16376
16376
|
param: {
|
|
@@ -16384,7 +16384,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16384
16384
|
};
|
|
16385
16385
|
output: {};
|
|
16386
16386
|
outputFormat: string;
|
|
16387
|
-
status:
|
|
16387
|
+
status: 404;
|
|
16388
16388
|
};
|
|
16389
16389
|
};
|
|
16390
16390
|
} & {
|
|
@@ -16404,7 +16404,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16404
16404
|
};
|
|
16405
16405
|
output: {};
|
|
16406
16406
|
outputFormat: string;
|
|
16407
|
-
status:
|
|
16407
|
+
status: 200;
|
|
16408
16408
|
} | {
|
|
16409
16409
|
input: {
|
|
16410
16410
|
param: {
|
|
@@ -16420,7 +16420,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16420
16420
|
};
|
|
16421
16421
|
output: {};
|
|
16422
16422
|
outputFormat: string;
|
|
16423
|
-
status:
|
|
16423
|
+
status: 404;
|
|
16424
16424
|
};
|
|
16425
16425
|
};
|
|
16426
16426
|
}, "/forms"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -16472,7 +16472,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16472
16472
|
};
|
|
16473
16473
|
output: {};
|
|
16474
16474
|
outputFormat: string;
|
|
16475
|
-
status:
|
|
16475
|
+
status: 400;
|
|
16476
16476
|
} | {
|
|
16477
16477
|
input: {
|
|
16478
16478
|
query: {
|
|
@@ -16485,7 +16485,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16485
16485
|
};
|
|
16486
16486
|
output: {};
|
|
16487
16487
|
outputFormat: string;
|
|
16488
|
-
status:
|
|
16488
|
+
status: 302;
|
|
16489
16489
|
};
|
|
16490
16490
|
};
|
|
16491
16491
|
}, "/impersonate"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -16822,12 +16822,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16822
16822
|
} & {
|
|
16823
16823
|
form: {
|
|
16824
16824
|
username: string;
|
|
16825
|
-
login_selection?: "
|
|
16825
|
+
login_selection?: "password" | "code" | undefined;
|
|
16826
16826
|
};
|
|
16827
16827
|
};
|
|
16828
16828
|
output: {};
|
|
16829
16829
|
outputFormat: string;
|
|
16830
|
-
status:
|
|
16830
|
+
status: 400;
|
|
16831
16831
|
} | {
|
|
16832
16832
|
input: {
|
|
16833
16833
|
query: {
|
|
@@ -16836,12 +16836,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16836
16836
|
} & {
|
|
16837
16837
|
form: {
|
|
16838
16838
|
username: string;
|
|
16839
|
-
login_selection?: "
|
|
16839
|
+
login_selection?: "password" | "code" | undefined;
|
|
16840
16840
|
};
|
|
16841
16841
|
};
|
|
16842
16842
|
output: {};
|
|
16843
16843
|
outputFormat: string;
|
|
16844
|
-
status:
|
|
16844
|
+
status: 302;
|
|
16845
16845
|
};
|
|
16846
16846
|
};
|
|
16847
16847
|
}, "/login/identifier"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -17201,7 +17201,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17201
17201
|
$get: {
|
|
17202
17202
|
input: {
|
|
17203
17203
|
param: {
|
|
17204
|
-
screen: "consent" | "login" | "reset-password" | "
|
|
17204
|
+
screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
|
|
17205
17205
|
};
|
|
17206
17206
|
} & {
|
|
17207
17207
|
query: {
|
|
@@ -17217,7 +17217,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17217
17217
|
} | {
|
|
17218
17218
|
input: {
|
|
17219
17219
|
param: {
|
|
17220
|
-
screen: "consent" | "login" | "reset-password" | "
|
|
17220
|
+
screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
|
|
17221
17221
|
};
|
|
17222
17222
|
} & {
|
|
17223
17223
|
query: {
|
|
@@ -17229,11 +17229,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17229
17229
|
};
|
|
17230
17230
|
output: {};
|
|
17231
17231
|
outputFormat: string;
|
|
17232
|
-
status:
|
|
17232
|
+
status: 400;
|
|
17233
17233
|
} | {
|
|
17234
17234
|
input: {
|
|
17235
17235
|
param: {
|
|
17236
|
-
screen: "consent" | "login" | "reset-password" | "
|
|
17236
|
+
screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
|
|
17237
17237
|
};
|
|
17238
17238
|
} & {
|
|
17239
17239
|
query: {
|
|
@@ -17245,7 +17245,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17245
17245
|
};
|
|
17246
17246
|
output: {};
|
|
17247
17247
|
outputFormat: string;
|
|
17248
|
-
status:
|
|
17248
|
+
status: 302;
|
|
17249
17249
|
};
|
|
17250
17250
|
};
|
|
17251
17251
|
} & {
|
|
@@ -17253,7 +17253,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17253
17253
|
$post: {
|
|
17254
17254
|
input: {
|
|
17255
17255
|
param: {
|
|
17256
|
-
screen: "
|
|
17256
|
+
screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "enter-password" | "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";
|
|
17257
17257
|
};
|
|
17258
17258
|
} & {
|
|
17259
17259
|
query: {
|
|
@@ -17271,7 +17271,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17271
17271
|
} | {
|
|
17272
17272
|
input: {
|
|
17273
17273
|
param: {
|
|
17274
|
-
screen: "
|
|
17274
|
+
screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "enter-password" | "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";
|
|
17275
17275
|
};
|
|
17276
17276
|
} & {
|
|
17277
17277
|
query: {
|
|
@@ -17303,7 +17303,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17303
17303
|
};
|
|
17304
17304
|
output: {};
|
|
17305
17305
|
outputFormat: string;
|
|
17306
|
-
status:
|
|
17306
|
+
status: 200;
|
|
17307
17307
|
} | {
|
|
17308
17308
|
input: {
|
|
17309
17309
|
param: {
|
|
@@ -17317,7 +17317,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17317
17317
|
};
|
|
17318
17318
|
output: {};
|
|
17319
17319
|
outputFormat: string;
|
|
17320
|
-
status:
|
|
17320
|
+
status: 404;
|
|
17321
17321
|
};
|
|
17322
17322
|
};
|
|
17323
17323
|
} & {
|