authhero 8.15.0 → 8.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +109 -109
- package/dist/authhero.d.ts +76 -73
- package/dist/authhero.mjs +7985 -7913
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +5 -5
- package/dist/types/constants.d.ts +1 -1
- package/dist/types/helpers/logging.d.ts +11 -0
- package/dist/types/index.d.ts +66 -64
- package/dist/types/routes/auth-api/index.d.ts +4 -4
- package/dist/types/routes/auth-api/passwordless.d.ts +4 -4
- package/dist/types/routes/management-api/action-executions.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 +5 -5
- package/dist/types/routes/management-api/clients.d.ts +6 -6
- package/dist/types/routes/management-api/connections.d.ts +15 -15
- package/dist/types/routes/management-api/failed-events.d.ts +3 -1
- package/dist/types/routes/management-api/index.d.ts +55 -53
- 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 +6 -6
- package/dist/types/routes/management-api/themes.d.ts +3 -3
- 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/flow-api.d.ts +4 -4
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/dist/types/types/AuthHeroConfig.d.ts +9 -8
- package/dist/types/utils/username-password-provider.d.ts +11 -6
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|
|
@@ -1221,10 +1221,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1221
1221
|
email?: string | undefined;
|
|
1222
1222
|
};
|
|
1223
1223
|
id?: string | undefined;
|
|
1224
|
+
roles?: string[] | undefined;
|
|
1225
|
+
connection_id?: string | undefined;
|
|
1224
1226
|
app_metadata?: Record<string, any> | undefined;
|
|
1225
1227
|
user_metadata?: Record<string, any> | undefined;
|
|
1226
|
-
connection_id?: string | undefined;
|
|
1227
|
-
roles?: string[] | undefined;
|
|
1228
1228
|
ttl_sec?: number | undefined;
|
|
1229
1229
|
send_invitation_email?: boolean | undefined;
|
|
1230
1230
|
};
|
|
@@ -1408,8 +1408,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1408
1408
|
};
|
|
1409
1409
|
} & {
|
|
1410
1410
|
json: {
|
|
1411
|
-
show_as_button?: boolean | undefined;
|
|
1412
1411
|
assign_membership_on_login?: boolean | undefined;
|
|
1412
|
+
show_as_button?: 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: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
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: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
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: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
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: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
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?: "optional" | "
|
|
7058
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7075
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7092
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7192
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7209
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7226
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7341
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7358
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7375
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7520
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7537
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7554
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7678
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7695
|
+
status?: "optional" | "disabled" | "required" | 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?: "optional" | "
|
|
7712
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7713
7713
|
} | undefined;
|
|
7714
7714
|
} | undefined;
|
|
7715
7715
|
} | 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: "
|
|
8467
|
+
type: "client_credentials" | "user" | "system" | "admin" | "api_key";
|
|
8468
8468
|
id?: string | undefined;
|
|
8469
8469
|
email?: string | undefined;
|
|
8470
8470
|
org_id?: string | undefined;
|
|
@@ -8513,6 +8513,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8513
8513
|
body?: import("hono/utils/types").JSONValue | undefined;
|
|
8514
8514
|
} | undefined;
|
|
8515
8515
|
connection?: string | undefined;
|
|
8516
|
+
connection_id?: string | undefined;
|
|
8517
|
+
client_name?: string | undefined;
|
|
8516
8518
|
strategy?: string | undefined;
|
|
8517
8519
|
strategy_type?: string | undefined;
|
|
8518
8520
|
audience?: string | undefined;
|
|
@@ -8772,7 +8774,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8772
8774
|
created_at: string;
|
|
8773
8775
|
updated_at: string;
|
|
8774
8776
|
name: string;
|
|
8775
|
-
provider: "auth0" | "
|
|
8777
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8776
8778
|
connection: string;
|
|
8777
8779
|
enabled: boolean;
|
|
8778
8780
|
credentials: {
|
|
@@ -8804,7 +8806,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8804
8806
|
created_at: string;
|
|
8805
8807
|
updated_at: string;
|
|
8806
8808
|
name: string;
|
|
8807
|
-
provider: "auth0" | "
|
|
8809
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8808
8810
|
connection: string;
|
|
8809
8811
|
enabled: boolean;
|
|
8810
8812
|
credentials: {
|
|
@@ -8830,7 +8832,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8830
8832
|
} & {
|
|
8831
8833
|
json: {
|
|
8832
8834
|
name: string;
|
|
8833
|
-
provider: "auth0" | "
|
|
8835
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8834
8836
|
connection: string;
|
|
8835
8837
|
credentials: {
|
|
8836
8838
|
domain: string;
|
|
@@ -8847,7 +8849,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8847
8849
|
created_at: string;
|
|
8848
8850
|
updated_at: string;
|
|
8849
8851
|
name: string;
|
|
8850
|
-
provider: "auth0" | "
|
|
8852
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8851
8853
|
connection: string;
|
|
8852
8854
|
enabled: boolean;
|
|
8853
8855
|
credentials: {
|
|
@@ -8878,7 +8880,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8878
8880
|
json: {
|
|
8879
8881
|
id?: string | undefined;
|
|
8880
8882
|
name?: string | undefined;
|
|
8881
|
-
provider?: "auth0" | "
|
|
8883
|
+
provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
|
|
8882
8884
|
connection?: string | undefined;
|
|
8883
8885
|
enabled?: boolean | undefined;
|
|
8884
8886
|
credentials?: {
|
|
@@ -8894,7 +8896,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8894
8896
|
created_at: string;
|
|
8895
8897
|
updated_at: string;
|
|
8896
8898
|
name: string;
|
|
8897
|
-
provider: "auth0" | "
|
|
8899
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8898
8900
|
connection: string;
|
|
8899
8901
|
enabled: boolean;
|
|
8900
8902
|
credentials: {
|
|
@@ -8942,7 +8944,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8942
8944
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8943
8945
|
};
|
|
8944
8946
|
id: string;
|
|
8945
|
-
status: "
|
|
8947
|
+
status: "suspended" | "active" | "paused";
|
|
8946
8948
|
filters?: {
|
|
8947
8949
|
type: string;
|
|
8948
8950
|
name: string;
|
|
@@ -8974,7 +8976,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8974
8976
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8975
8977
|
};
|
|
8976
8978
|
id: string;
|
|
8977
|
-
status: "
|
|
8979
|
+
status: "suspended" | "active" | "paused";
|
|
8978
8980
|
filters?: {
|
|
8979
8981
|
type: string;
|
|
8980
8982
|
name: string;
|
|
@@ -8999,7 +9001,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8999
9001
|
name: string;
|
|
9000
9002
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
9001
9003
|
sink: Record<string, unknown>;
|
|
9002
|
-
status?: "
|
|
9004
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
9003
9005
|
filters?: {
|
|
9004
9006
|
type: string;
|
|
9005
9007
|
name: string;
|
|
@@ -9014,7 +9016,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9014
9016
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9015
9017
|
};
|
|
9016
9018
|
id: string;
|
|
9017
|
-
status: "
|
|
9019
|
+
status: "suspended" | "active" | "paused";
|
|
9018
9020
|
filters?: {
|
|
9019
9021
|
type: string;
|
|
9020
9022
|
name: string;
|
|
@@ -9049,7 +9051,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9049
9051
|
}[] | undefined;
|
|
9050
9052
|
isPriority?: boolean | undefined;
|
|
9051
9053
|
id?: string | undefined;
|
|
9052
|
-
status?: "
|
|
9054
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
9053
9055
|
created_at?: string | undefined;
|
|
9054
9056
|
updated_at?: string | undefined;
|
|
9055
9057
|
};
|
|
@@ -9061,7 +9063,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9061
9063
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9062
9064
|
};
|
|
9063
9065
|
id: string;
|
|
9064
|
-
status: "
|
|
9066
|
+
status: "suspended" | "active" | "paused";
|
|
9065
9067
|
filters?: {
|
|
9066
9068
|
type: string;
|
|
9067
9069
|
name: string;
|
|
@@ -9112,7 +9114,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9112
9114
|
};
|
|
9113
9115
|
};
|
|
9114
9116
|
output: {
|
|
9115
|
-
type: "
|
|
9117
|
+
type: "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "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
9118
|
date: string;
|
|
9117
9119
|
isMobile: boolean;
|
|
9118
9120
|
log_id: string;
|
|
@@ -9151,7 +9153,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9151
9153
|
limit: number;
|
|
9152
9154
|
length: number;
|
|
9153
9155
|
logs: {
|
|
9154
|
-
type: "
|
|
9156
|
+
type: "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "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
9157
|
date: string;
|
|
9156
9158
|
isMobile: boolean;
|
|
9157
9159
|
log_id: string;
|
|
@@ -9205,7 +9207,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9205
9207
|
};
|
|
9206
9208
|
};
|
|
9207
9209
|
output: {
|
|
9208
|
-
type: "
|
|
9210
|
+
type: "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "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
9211
|
date: string;
|
|
9210
9212
|
isMobile: boolean;
|
|
9211
9213
|
log_id: string;
|
|
@@ -10281,7 +10283,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10281
10283
|
active?: boolean | undefined;
|
|
10282
10284
|
} | undefined;
|
|
10283
10285
|
signup?: {
|
|
10284
|
-
status?: "optional" | "
|
|
10286
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10285
10287
|
verification?: {
|
|
10286
10288
|
active?: boolean | undefined;
|
|
10287
10289
|
} | undefined;
|
|
@@ -10298,7 +10300,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10298
10300
|
active?: boolean | undefined;
|
|
10299
10301
|
} | undefined;
|
|
10300
10302
|
signup?: {
|
|
10301
|
-
status?: "optional" | "
|
|
10303
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10302
10304
|
} | undefined;
|
|
10303
10305
|
validation?: {
|
|
10304
10306
|
max_length?: number | undefined;
|
|
@@ -10315,7 +10317,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10315
10317
|
active?: boolean | undefined;
|
|
10316
10318
|
} | undefined;
|
|
10317
10319
|
signup?: {
|
|
10318
|
-
status?: "optional" | "
|
|
10320
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10319
10321
|
} | undefined;
|
|
10320
10322
|
} | undefined;
|
|
10321
10323
|
} | undefined;
|
|
@@ -10435,7 +10437,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10435
10437
|
active?: boolean | undefined;
|
|
10436
10438
|
} | undefined;
|
|
10437
10439
|
signup?: {
|
|
10438
|
-
status?: "optional" | "
|
|
10440
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10439
10441
|
verification?: {
|
|
10440
10442
|
active?: boolean | undefined;
|
|
10441
10443
|
} | undefined;
|
|
@@ -10452,7 +10454,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10452
10454
|
active?: boolean | undefined;
|
|
10453
10455
|
} | undefined;
|
|
10454
10456
|
signup?: {
|
|
10455
|
-
status?: "optional" | "
|
|
10457
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10456
10458
|
} | undefined;
|
|
10457
10459
|
validation?: {
|
|
10458
10460
|
max_length?: number | undefined;
|
|
@@ -10469,7 +10471,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10469
10471
|
active?: boolean | undefined;
|
|
10470
10472
|
} | undefined;
|
|
10471
10473
|
signup?: {
|
|
10472
|
-
status?: "optional" | "
|
|
10474
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10473
10475
|
} | undefined;
|
|
10474
10476
|
} | undefined;
|
|
10475
10477
|
} | undefined;
|
|
@@ -11423,7 +11425,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11423
11425
|
};
|
|
11424
11426
|
};
|
|
11425
11427
|
output: {
|
|
11426
|
-
type: "
|
|
11428
|
+
type: "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "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
11429
|
date: string;
|
|
11428
11430
|
isMobile: boolean;
|
|
11429
11431
|
log_id: string;
|
|
@@ -11462,7 +11464,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11462
11464
|
limit: number;
|
|
11463
11465
|
length: number;
|
|
11464
11466
|
logs: {
|
|
11465
|
-
type: "
|
|
11467
|
+
type: "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "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
11468
|
date: string;
|
|
11467
11469
|
isMobile: boolean;
|
|
11468
11470
|
log_id: string;
|
|
@@ -12640,7 +12642,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12640
12642
|
background_color: string;
|
|
12641
12643
|
background_image_url: string;
|
|
12642
12644
|
page_layout: "center" | "left" | "right";
|
|
12643
|
-
logo_placement?: "
|
|
12645
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
12644
12646
|
};
|
|
12645
12647
|
widget: {
|
|
12646
12648
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12730,7 +12732,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12730
12732
|
background_color: string;
|
|
12731
12733
|
background_image_url: string;
|
|
12732
12734
|
page_layout: "center" | "left" | "right";
|
|
12733
|
-
logo_placement?: "
|
|
12735
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
12734
12736
|
};
|
|
12735
12737
|
widget: {
|
|
12736
12738
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12809,7 +12811,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12809
12811
|
background_color: string;
|
|
12810
12812
|
background_image_url: string;
|
|
12811
12813
|
page_layout: "center" | "left" | "right";
|
|
12812
|
-
logo_placement?: "
|
|
12814
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
12813
12815
|
};
|
|
12814
12816
|
widget: {
|
|
12815
12817
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12971,7 +12973,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12971
12973
|
} & {
|
|
12972
12974
|
json: {
|
|
12973
12975
|
body?: string | undefined;
|
|
12974
|
-
screen?: "
|
|
12976
|
+
screen?: "password" | "signup" | "login" | "identifier" | undefined;
|
|
12975
12977
|
branding?: {
|
|
12976
12978
|
colors?: {
|
|
12977
12979
|
primary: string;
|
|
@@ -13057,7 +13059,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13057
13059
|
background_color: string;
|
|
13058
13060
|
background_image_url: string;
|
|
13059
13061
|
page_layout: "center" | "left" | "right";
|
|
13060
|
-
logo_placement?: "
|
|
13062
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
13061
13063
|
} | undefined;
|
|
13062
13064
|
widget?: {
|
|
13063
13065
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -13215,7 +13217,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13215
13217
|
output: {
|
|
13216
13218
|
id: string;
|
|
13217
13219
|
trigger_id: string;
|
|
13218
|
-
status: "pending" | "
|
|
13220
|
+
status: "pending" | "suspended" | "unspecified" | "final" | "partial" | "canceled";
|
|
13219
13221
|
results: {
|
|
13220
13222
|
action_name: string;
|
|
13221
13223
|
error: {
|
|
@@ -14675,16 +14677,16 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14675
14677
|
email: string;
|
|
14676
14678
|
send: "code" | "link";
|
|
14677
14679
|
authParams: {
|
|
14680
|
+
audience?: string | undefined;
|
|
14678
14681
|
username?: string | undefined;
|
|
14679
14682
|
state?: string | undefined;
|
|
14680
|
-
audience?: string | undefined;
|
|
14681
14683
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14682
14684
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14683
14685
|
scope?: string | undefined;
|
|
14684
14686
|
organization?: string | undefined;
|
|
14685
14687
|
nonce?: string | undefined;
|
|
14686
|
-
redirect_uri?: string | undefined;
|
|
14687
14688
|
act_as?: string | undefined;
|
|
14689
|
+
redirect_uri?: string | undefined;
|
|
14688
14690
|
prompt?: string | undefined;
|
|
14689
14691
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14690
14692
|
code_challenge?: string | undefined;
|
|
@@ -14711,16 +14713,16 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14711
14713
|
phone_number: string;
|
|
14712
14714
|
send: "code" | "link";
|
|
14713
14715
|
authParams: {
|
|
14716
|
+
audience?: string | undefined;
|
|
14714
14717
|
username?: string | undefined;
|
|
14715
14718
|
state?: string | undefined;
|
|
14716
|
-
audience?: string | undefined;
|
|
14717
14719
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14718
14720
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14719
14721
|
scope?: string | undefined;
|
|
14720
14722
|
organization?: string | undefined;
|
|
14721
14723
|
nonce?: string | undefined;
|
|
14722
|
-
redirect_uri?: string | undefined;
|
|
14723
14724
|
act_as?: string | undefined;
|
|
14725
|
+
redirect_uri?: string | undefined;
|
|
14724
14726
|
prompt?: string | undefined;
|
|
14725
14727
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14726
14728
|
code_challenge?: string | undefined;
|
|
@@ -16251,7 +16253,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16251
16253
|
} & {
|
|
16252
16254
|
form: {
|
|
16253
16255
|
username: string;
|
|
16254
|
-
login_selection?: "
|
|
16256
|
+
login_selection?: "password" | "code" | undefined;
|
|
16255
16257
|
};
|
|
16256
16258
|
};
|
|
16257
16259
|
output: {};
|
|
@@ -16265,7 +16267,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16265
16267
|
} & {
|
|
16266
16268
|
form: {
|
|
16267
16269
|
username: string;
|
|
16268
|
-
login_selection?: "
|
|
16270
|
+
login_selection?: "password" | "code" | undefined;
|
|
16269
16271
|
};
|
|
16270
16272
|
};
|
|
16271
16273
|
output: {};
|
|
@@ -16630,7 +16632,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16630
16632
|
$get: {
|
|
16631
16633
|
input: {
|
|
16632
16634
|
param: {
|
|
16633
|
-
screen: "signup" | "
|
|
16635
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16634
16636
|
};
|
|
16635
16637
|
} & {
|
|
16636
16638
|
query: {
|
|
@@ -16646,7 +16648,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16646
16648
|
} | {
|
|
16647
16649
|
input: {
|
|
16648
16650
|
param: {
|
|
16649
|
-
screen: "signup" | "
|
|
16651
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16650
16652
|
};
|
|
16651
16653
|
} & {
|
|
16652
16654
|
query: {
|
|
@@ -16662,7 +16664,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16662
16664
|
} | {
|
|
16663
16665
|
input: {
|
|
16664
16666
|
param: {
|
|
16665
|
-
screen: "signup" | "
|
|
16667
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16666
16668
|
};
|
|
16667
16669
|
} & {
|
|
16668
16670
|
query: {
|
|
@@ -16682,7 +16684,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16682
16684
|
$post: {
|
|
16683
16685
|
input: {
|
|
16684
16686
|
param: {
|
|
16685
|
-
screen: "signup" | "
|
|
16687
|
+
screen: "signup" | "login" | "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
16688
|
};
|
|
16687
16689
|
} & {
|
|
16688
16690
|
query: {
|
|
@@ -16700,7 +16702,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16700
16702
|
} | {
|
|
16701
16703
|
input: {
|
|
16702
16704
|
param: {
|
|
16703
|
-
screen: "signup" | "
|
|
16705
|
+
screen: "signup" | "login" | "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
16706
|
};
|
|
16705
16707
|
} & {
|
|
16706
16708
|
query: {
|