authhero 8.17.0 → 8.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +95 -95
- package/dist/authhero.d.ts +64 -64
- package/dist/authhero.mjs +9124 -9125
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +5 -5
- package/dist/types/index.d.ts +64 -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 +1 -1
- package/dist/types/routes/management-api/index.d.ts +53 -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/package.json +3 -3
package/dist/authhero.d.ts
CHANGED
|
@@ -3130,7 +3130,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3130
3130
|
};
|
|
3131
3131
|
} & {
|
|
3132
3132
|
json: {
|
|
3133
|
-
type: "
|
|
3133
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
3134
3134
|
phone_number?: string | undefined;
|
|
3135
3135
|
totp_secret?: string | undefined;
|
|
3136
3136
|
credential_id?: string | undefined;
|
|
@@ -4204,10 +4204,10 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4204
4204
|
email?: string | undefined;
|
|
4205
4205
|
};
|
|
4206
4206
|
id?: string | undefined;
|
|
4207
|
-
roles?: string[] | undefined;
|
|
4208
|
-
connection_id?: string | undefined;
|
|
4209
4207
|
app_metadata?: Record<string, any> | undefined;
|
|
4210
4208
|
user_metadata?: Record<string, any> | undefined;
|
|
4209
|
+
connection_id?: string | undefined;
|
|
4210
|
+
roles?: string[] | undefined;
|
|
4211
4211
|
ttl_sec?: number | undefined;
|
|
4212
4212
|
send_invitation_email?: boolean | undefined;
|
|
4213
4213
|
};
|
|
@@ -4391,8 +4391,8 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4391
4391
|
};
|
|
4392
4392
|
} & {
|
|
4393
4393
|
json: {
|
|
4394
|
-
assign_membership_on_login?: boolean | undefined;
|
|
4395
4394
|
show_as_button?: boolean | undefined;
|
|
4395
|
+
assign_membership_on_login?: boolean | undefined;
|
|
4396
4396
|
is_signup_enabled?: boolean | undefined;
|
|
4397
4397
|
};
|
|
4398
4398
|
};
|
|
@@ -9862,7 +9862,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9862
9862
|
};
|
|
9863
9863
|
};
|
|
9864
9864
|
output: {
|
|
9865
|
-
prompt: "
|
|
9865
|
+
prompt: "status" | "mfa" | "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";
|
|
9866
9866
|
language: string;
|
|
9867
9867
|
}[];
|
|
9868
9868
|
outputFormat: "json";
|
|
@@ -9900,7 +9900,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9900
9900
|
$get: {
|
|
9901
9901
|
input: {
|
|
9902
9902
|
param: {
|
|
9903
|
-
prompt: "
|
|
9903
|
+
prompt: "status" | "mfa" | "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";
|
|
9904
9904
|
language: string;
|
|
9905
9905
|
};
|
|
9906
9906
|
} & {
|
|
@@ -9922,7 +9922,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9922
9922
|
$put: {
|
|
9923
9923
|
input: {
|
|
9924
9924
|
param: {
|
|
9925
|
-
prompt: "
|
|
9925
|
+
prompt: "status" | "mfa" | "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";
|
|
9926
9926
|
language: string;
|
|
9927
9927
|
};
|
|
9928
9928
|
} & {
|
|
@@ -9946,7 +9946,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9946
9946
|
$delete: {
|
|
9947
9947
|
input: {
|
|
9948
9948
|
param: {
|
|
9949
|
-
prompt: "
|
|
9949
|
+
prompt: "status" | "mfa" | "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";
|
|
9950
9950
|
language: string;
|
|
9951
9951
|
};
|
|
9952
9952
|
} & {
|
|
@@ -10038,7 +10038,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10038
10038
|
active?: boolean | undefined;
|
|
10039
10039
|
} | undefined;
|
|
10040
10040
|
signup?: {
|
|
10041
|
-
status?: "optional" | "
|
|
10041
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10042
10042
|
verification?: {
|
|
10043
10043
|
active?: boolean | undefined;
|
|
10044
10044
|
} | undefined;
|
|
@@ -10055,7 +10055,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10055
10055
|
active?: boolean | undefined;
|
|
10056
10056
|
} | undefined;
|
|
10057
10057
|
signup?: {
|
|
10058
|
-
status?: "optional" | "
|
|
10058
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10059
10059
|
} | undefined;
|
|
10060
10060
|
validation?: {
|
|
10061
10061
|
max_length?: number | undefined;
|
|
@@ -10072,7 +10072,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10072
10072
|
active?: boolean | undefined;
|
|
10073
10073
|
} | undefined;
|
|
10074
10074
|
signup?: {
|
|
10075
|
-
status?: "optional" | "
|
|
10075
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10076
10076
|
} | undefined;
|
|
10077
10077
|
} | undefined;
|
|
10078
10078
|
} | undefined;
|
|
@@ -10172,7 +10172,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10172
10172
|
active?: boolean | undefined;
|
|
10173
10173
|
} | undefined;
|
|
10174
10174
|
signup?: {
|
|
10175
|
-
status?: "optional" | "
|
|
10175
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10176
10176
|
verification?: {
|
|
10177
10177
|
active?: boolean | undefined;
|
|
10178
10178
|
} | undefined;
|
|
@@ -10189,7 +10189,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10189
10189
|
active?: boolean | undefined;
|
|
10190
10190
|
} | undefined;
|
|
10191
10191
|
signup?: {
|
|
10192
|
-
status?: "optional" | "
|
|
10192
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10193
10193
|
} | undefined;
|
|
10194
10194
|
validation?: {
|
|
10195
10195
|
max_length?: number | undefined;
|
|
@@ -10206,7 +10206,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10206
10206
|
active?: boolean | undefined;
|
|
10207
10207
|
} | undefined;
|
|
10208
10208
|
signup?: {
|
|
10209
|
-
status?: "optional" | "
|
|
10209
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10210
10210
|
} | undefined;
|
|
10211
10211
|
} | undefined;
|
|
10212
10212
|
} | undefined;
|
|
@@ -10321,7 +10321,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10321
10321
|
active?: boolean | undefined;
|
|
10322
10322
|
} | undefined;
|
|
10323
10323
|
signup?: {
|
|
10324
|
-
status?: "optional" | "
|
|
10324
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10325
10325
|
verification?: {
|
|
10326
10326
|
active?: boolean | undefined;
|
|
10327
10327
|
} | undefined;
|
|
@@ -10338,7 +10338,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10338
10338
|
active?: boolean | undefined;
|
|
10339
10339
|
} | undefined;
|
|
10340
10340
|
signup?: {
|
|
10341
|
-
status?: "optional" | "
|
|
10341
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10342
10342
|
} | undefined;
|
|
10343
10343
|
validation?: {
|
|
10344
10344
|
max_length?: number | undefined;
|
|
@@ -10355,7 +10355,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10355
10355
|
active?: boolean | undefined;
|
|
10356
10356
|
} | undefined;
|
|
10357
10357
|
signup?: {
|
|
10358
|
-
status?: "optional" | "
|
|
10358
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10359
10359
|
} | undefined;
|
|
10360
10360
|
} | undefined;
|
|
10361
10361
|
} | undefined;
|
|
@@ -10500,7 +10500,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10500
10500
|
active?: boolean | undefined;
|
|
10501
10501
|
} | undefined;
|
|
10502
10502
|
signup?: {
|
|
10503
|
-
status?: "optional" | "
|
|
10503
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10504
10504
|
verification?: {
|
|
10505
10505
|
active?: boolean | undefined;
|
|
10506
10506
|
} | undefined;
|
|
@@ -10517,7 +10517,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10517
10517
|
active?: boolean | undefined;
|
|
10518
10518
|
} | undefined;
|
|
10519
10519
|
signup?: {
|
|
10520
|
-
status?: "optional" | "
|
|
10520
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10521
10521
|
} | undefined;
|
|
10522
10522
|
validation?: {
|
|
10523
10523
|
max_length?: number | undefined;
|
|
@@ -10534,7 +10534,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10534
10534
|
active?: boolean | undefined;
|
|
10535
10535
|
} | undefined;
|
|
10536
10536
|
signup?: {
|
|
10537
|
-
status?: "optional" | "
|
|
10537
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10538
10538
|
} | undefined;
|
|
10539
10539
|
} | undefined;
|
|
10540
10540
|
} | undefined;
|
|
@@ -10658,7 +10658,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10658
10658
|
active?: boolean | undefined;
|
|
10659
10659
|
} | undefined;
|
|
10660
10660
|
signup?: {
|
|
10661
|
-
status?: "optional" | "
|
|
10661
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10662
10662
|
verification?: {
|
|
10663
10663
|
active?: boolean | undefined;
|
|
10664
10664
|
} | undefined;
|
|
@@ -10675,7 +10675,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10675
10675
|
active?: boolean | undefined;
|
|
10676
10676
|
} | undefined;
|
|
10677
10677
|
signup?: {
|
|
10678
|
-
status?: "optional" | "
|
|
10678
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10679
10679
|
} | undefined;
|
|
10680
10680
|
validation?: {
|
|
10681
10681
|
max_length?: number | undefined;
|
|
@@ -10692,7 +10692,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10692
10692
|
active?: boolean | undefined;
|
|
10693
10693
|
} | undefined;
|
|
10694
10694
|
signup?: {
|
|
10695
|
-
status?: "optional" | "
|
|
10695
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10696
10696
|
} | undefined;
|
|
10697
10697
|
} | undefined;
|
|
10698
10698
|
} | undefined;
|
|
@@ -11447,7 +11447,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11447
11447
|
log_type: string;
|
|
11448
11448
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
11449
11449
|
actor: {
|
|
11450
|
-
type: "
|
|
11450
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
11451
11451
|
id?: string | undefined;
|
|
11452
11452
|
email?: string | undefined;
|
|
11453
11453
|
org_id?: string | undefined;
|
|
@@ -11757,7 +11757,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11757
11757
|
created_at: string;
|
|
11758
11758
|
updated_at: string;
|
|
11759
11759
|
name: string;
|
|
11760
|
-
provider: "auth0" | "
|
|
11760
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11761
11761
|
connection: string;
|
|
11762
11762
|
enabled: boolean;
|
|
11763
11763
|
credentials: {
|
|
@@ -11789,7 +11789,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11789
11789
|
created_at: string;
|
|
11790
11790
|
updated_at: string;
|
|
11791
11791
|
name: string;
|
|
11792
|
-
provider: "auth0" | "
|
|
11792
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11793
11793
|
connection: string;
|
|
11794
11794
|
enabled: boolean;
|
|
11795
11795
|
credentials: {
|
|
@@ -11815,7 +11815,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11815
11815
|
} & {
|
|
11816
11816
|
json: {
|
|
11817
11817
|
name: string;
|
|
11818
|
-
provider: "auth0" | "
|
|
11818
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11819
11819
|
connection: string;
|
|
11820
11820
|
credentials: {
|
|
11821
11821
|
domain: string;
|
|
@@ -11832,7 +11832,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11832
11832
|
created_at: string;
|
|
11833
11833
|
updated_at: string;
|
|
11834
11834
|
name: string;
|
|
11835
|
-
provider: "auth0" | "
|
|
11835
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11836
11836
|
connection: string;
|
|
11837
11837
|
enabled: boolean;
|
|
11838
11838
|
credentials: {
|
|
@@ -11863,7 +11863,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11863
11863
|
json: {
|
|
11864
11864
|
id?: string | undefined;
|
|
11865
11865
|
name?: string | undefined;
|
|
11866
|
-
provider?: "auth0" | "
|
|
11866
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
11867
11867
|
connection?: string | undefined;
|
|
11868
11868
|
enabled?: boolean | undefined;
|
|
11869
11869
|
credentials?: {
|
|
@@ -11879,7 +11879,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11879
11879
|
created_at: string;
|
|
11880
11880
|
updated_at: string;
|
|
11881
11881
|
name: string;
|
|
11882
|
-
provider: "auth0" | "
|
|
11882
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11883
11883
|
connection: string;
|
|
11884
11884
|
enabled: boolean;
|
|
11885
11885
|
credentials: {
|
|
@@ -11927,7 +11927,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11927
11927
|
[x: string]: hono_utils_types.JSONValue;
|
|
11928
11928
|
};
|
|
11929
11929
|
id: string;
|
|
11930
|
-
status: "
|
|
11930
|
+
status: "active" | "suspended" | "paused";
|
|
11931
11931
|
filters?: {
|
|
11932
11932
|
type: string;
|
|
11933
11933
|
name: string;
|
|
@@ -11959,7 +11959,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11959
11959
|
[x: string]: hono_utils_types.JSONValue;
|
|
11960
11960
|
};
|
|
11961
11961
|
id: string;
|
|
11962
|
-
status: "
|
|
11962
|
+
status: "active" | "suspended" | "paused";
|
|
11963
11963
|
filters?: {
|
|
11964
11964
|
type: string;
|
|
11965
11965
|
name: string;
|
|
@@ -11984,7 +11984,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11984
11984
|
name: string;
|
|
11985
11985
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
11986
11986
|
sink: Record<string, unknown>;
|
|
11987
|
-
status?: "
|
|
11987
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
11988
11988
|
filters?: {
|
|
11989
11989
|
type: string;
|
|
11990
11990
|
name: string;
|
|
@@ -11999,7 +11999,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11999
11999
|
[x: string]: hono_utils_types.JSONValue;
|
|
12000
12000
|
};
|
|
12001
12001
|
id: string;
|
|
12002
|
-
status: "
|
|
12002
|
+
status: "active" | "suspended" | "paused";
|
|
12003
12003
|
filters?: {
|
|
12004
12004
|
type: string;
|
|
12005
12005
|
name: string;
|
|
@@ -12034,7 +12034,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12034
12034
|
}[] | undefined;
|
|
12035
12035
|
isPriority?: boolean | undefined;
|
|
12036
12036
|
id?: string | undefined;
|
|
12037
|
-
status?: "
|
|
12037
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
12038
12038
|
created_at?: string | undefined;
|
|
12039
12039
|
updated_at?: string | undefined;
|
|
12040
12040
|
};
|
|
@@ -12046,7 +12046,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12046
12046
|
[x: string]: hono_utils_types.JSONValue;
|
|
12047
12047
|
};
|
|
12048
12048
|
id: string;
|
|
12049
|
-
status: "
|
|
12049
|
+
status: "active" | "suspended" | "paused";
|
|
12050
12050
|
filters?: {
|
|
12051
12051
|
type: string;
|
|
12052
12052
|
name: string;
|
|
@@ -12097,7 +12097,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12097
12097
|
};
|
|
12098
12098
|
};
|
|
12099
12099
|
output: {
|
|
12100
|
-
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" | "
|
|
12100
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
|
|
12101
12101
|
date: string;
|
|
12102
12102
|
isMobile: boolean;
|
|
12103
12103
|
log_id: string;
|
|
@@ -12136,7 +12136,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12136
12136
|
limit: number;
|
|
12137
12137
|
length: number;
|
|
12138
12138
|
logs: {
|
|
12139
|
-
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" | "
|
|
12139
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
|
|
12140
12140
|
date: string;
|
|
12141
12141
|
isMobile: boolean;
|
|
12142
12142
|
log_id: string;
|
|
@@ -12190,7 +12190,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12190
12190
|
};
|
|
12191
12191
|
};
|
|
12192
12192
|
output: {
|
|
12193
|
-
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" | "
|
|
12193
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
|
|
12194
12194
|
date: string;
|
|
12195
12195
|
isMobile: boolean;
|
|
12196
12196
|
log_id: string;
|
|
@@ -13266,7 +13266,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13266
13266
|
active?: boolean | undefined;
|
|
13267
13267
|
} | undefined;
|
|
13268
13268
|
signup?: {
|
|
13269
|
-
status?: "optional" | "
|
|
13269
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13270
13270
|
verification?: {
|
|
13271
13271
|
active?: boolean | undefined;
|
|
13272
13272
|
} | undefined;
|
|
@@ -13283,7 +13283,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13283
13283
|
active?: boolean | undefined;
|
|
13284
13284
|
} | undefined;
|
|
13285
13285
|
signup?: {
|
|
13286
|
-
status?: "optional" | "
|
|
13286
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13287
13287
|
} | undefined;
|
|
13288
13288
|
validation?: {
|
|
13289
13289
|
max_length?: number | undefined;
|
|
@@ -13300,7 +13300,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13300
13300
|
active?: boolean | undefined;
|
|
13301
13301
|
} | undefined;
|
|
13302
13302
|
signup?: {
|
|
13303
|
-
status?: "optional" | "
|
|
13303
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13304
13304
|
} | undefined;
|
|
13305
13305
|
} | undefined;
|
|
13306
13306
|
} | undefined;
|
|
@@ -13420,7 +13420,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13420
13420
|
active?: boolean | undefined;
|
|
13421
13421
|
} | undefined;
|
|
13422
13422
|
signup?: {
|
|
13423
|
-
status?: "optional" | "
|
|
13423
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13424
13424
|
verification?: {
|
|
13425
13425
|
active?: boolean | undefined;
|
|
13426
13426
|
} | undefined;
|
|
@@ -13437,7 +13437,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13437
13437
|
active?: boolean | undefined;
|
|
13438
13438
|
} | undefined;
|
|
13439
13439
|
signup?: {
|
|
13440
|
-
status?: "optional" | "
|
|
13440
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13441
13441
|
} | undefined;
|
|
13442
13442
|
validation?: {
|
|
13443
13443
|
max_length?: number | undefined;
|
|
@@ -13454,7 +13454,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13454
13454
|
active?: boolean | undefined;
|
|
13455
13455
|
} | undefined;
|
|
13456
13456
|
signup?: {
|
|
13457
|
-
status?: "optional" | "
|
|
13457
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13458
13458
|
} | undefined;
|
|
13459
13459
|
} | undefined;
|
|
13460
13460
|
} | undefined;
|
|
@@ -14408,7 +14408,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14408
14408
|
};
|
|
14409
14409
|
};
|
|
14410
14410
|
output: {
|
|
14411
|
-
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" | "
|
|
14411
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
|
|
14412
14412
|
date: string;
|
|
14413
14413
|
isMobile: boolean;
|
|
14414
14414
|
log_id: string;
|
|
@@ -14447,7 +14447,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14447
14447
|
limit: number;
|
|
14448
14448
|
length: number;
|
|
14449
14449
|
logs: {
|
|
14450
|
-
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" | "
|
|
14450
|
+
type: "fc" | "fd" | "fn" | "i" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
|
|
14451
14451
|
date: string;
|
|
14452
14452
|
isMobile: boolean;
|
|
14453
14453
|
log_id: string;
|
|
@@ -15625,7 +15625,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15625
15625
|
background_color: string;
|
|
15626
15626
|
background_image_url: string;
|
|
15627
15627
|
page_layout: "center" | "left" | "right";
|
|
15628
|
-
logo_placement?: "
|
|
15628
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
15629
15629
|
};
|
|
15630
15630
|
widget: {
|
|
15631
15631
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -15715,7 +15715,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15715
15715
|
background_color: string;
|
|
15716
15716
|
background_image_url: string;
|
|
15717
15717
|
page_layout: "center" | "left" | "right";
|
|
15718
|
-
logo_placement?: "
|
|
15718
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
15719
15719
|
};
|
|
15720
15720
|
widget: {
|
|
15721
15721
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -15794,7 +15794,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15794
15794
|
background_color: string;
|
|
15795
15795
|
background_image_url: string;
|
|
15796
15796
|
page_layout: "center" | "left" | "right";
|
|
15797
|
-
logo_placement?: "
|
|
15797
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
15798
15798
|
};
|
|
15799
15799
|
widget: {
|
|
15800
15800
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -15956,7 +15956,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15956
15956
|
} & {
|
|
15957
15957
|
json: {
|
|
15958
15958
|
body?: string | undefined;
|
|
15959
|
-
screen?: "
|
|
15959
|
+
screen?: "identifier" | "signup" | "password" | "login" | undefined;
|
|
15960
15960
|
branding?: {
|
|
15961
15961
|
colors?: {
|
|
15962
15962
|
primary: string;
|
|
@@ -16042,7 +16042,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16042
16042
|
background_color: string;
|
|
16043
16043
|
background_image_url: string;
|
|
16044
16044
|
page_layout: "center" | "left" | "right";
|
|
16045
|
-
logo_placement?: "
|
|
16045
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
16046
16046
|
} | undefined;
|
|
16047
16047
|
widget?: {
|
|
16048
16048
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -16200,7 +16200,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16200
16200
|
output: {
|
|
16201
16201
|
id: string;
|
|
16202
16202
|
trigger_id: string;
|
|
16203
|
-
status: "pending" | "
|
|
16203
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
16204
16204
|
results: {
|
|
16205
16205
|
action_name: string;
|
|
16206
16206
|
error: {
|
|
@@ -17660,16 +17660,16 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17660
17660
|
email: string;
|
|
17661
17661
|
send: "code" | "link";
|
|
17662
17662
|
authParams: {
|
|
17663
|
-
audience?: string | undefined;
|
|
17664
17663
|
username?: string | undefined;
|
|
17665
17664
|
state?: string | undefined;
|
|
17665
|
+
audience?: string | undefined;
|
|
17666
17666
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
17667
17667
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
17668
17668
|
scope?: string | undefined;
|
|
17669
17669
|
organization?: string | undefined;
|
|
17670
17670
|
nonce?: string | undefined;
|
|
17671
|
-
act_as?: string | undefined;
|
|
17672
17671
|
redirect_uri?: string | undefined;
|
|
17672
|
+
act_as?: string | undefined;
|
|
17673
17673
|
prompt?: string | undefined;
|
|
17674
17674
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
17675
17675
|
code_challenge?: string | undefined;
|
|
@@ -17696,16 +17696,16 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17696
17696
|
phone_number: string;
|
|
17697
17697
|
send: "code" | "link";
|
|
17698
17698
|
authParams: {
|
|
17699
|
-
audience?: string | undefined;
|
|
17700
17699
|
username?: string | undefined;
|
|
17701
17700
|
state?: string | undefined;
|
|
17701
|
+
audience?: string | undefined;
|
|
17702
17702
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
17703
17703
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
17704
17704
|
scope?: string | undefined;
|
|
17705
17705
|
organization?: string | undefined;
|
|
17706
17706
|
nonce?: string | undefined;
|
|
17707
|
-
act_as?: string | undefined;
|
|
17708
17707
|
redirect_uri?: string | undefined;
|
|
17708
|
+
act_as?: string | undefined;
|
|
17709
17709
|
prompt?: string | undefined;
|
|
17710
17710
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
17711
17711
|
code_challenge?: string | undefined;
|
|
@@ -19236,7 +19236,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19236
19236
|
} & {
|
|
19237
19237
|
form: {
|
|
19238
19238
|
username: string;
|
|
19239
|
-
login_selection?: "
|
|
19239
|
+
login_selection?: "code" | "password" | undefined;
|
|
19240
19240
|
};
|
|
19241
19241
|
};
|
|
19242
19242
|
output: {};
|
|
@@ -19250,7 +19250,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19250
19250
|
} & {
|
|
19251
19251
|
form: {
|
|
19252
19252
|
username: string;
|
|
19253
|
-
login_selection?: "
|
|
19253
|
+
login_selection?: "code" | "password" | undefined;
|
|
19254
19254
|
};
|
|
19255
19255
|
};
|
|
19256
19256
|
output: {};
|
|
@@ -19615,7 +19615,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19615
19615
|
$get: {
|
|
19616
19616
|
input: {
|
|
19617
19617
|
param: {
|
|
19618
|
-
screen: "signup" | "
|
|
19618
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "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";
|
|
19619
19619
|
};
|
|
19620
19620
|
} & {
|
|
19621
19621
|
query: {
|
|
@@ -19631,7 +19631,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19631
19631
|
} | {
|
|
19632
19632
|
input: {
|
|
19633
19633
|
param: {
|
|
19634
|
-
screen: "signup" | "
|
|
19634
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "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";
|
|
19635
19635
|
};
|
|
19636
19636
|
} & {
|
|
19637
19637
|
query: {
|
|
@@ -19647,7 +19647,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19647
19647
|
} | {
|
|
19648
19648
|
input: {
|
|
19649
19649
|
param: {
|
|
19650
|
-
screen: "signup" | "
|
|
19650
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "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";
|
|
19651
19651
|
};
|
|
19652
19652
|
} & {
|
|
19653
19653
|
query: {
|
|
@@ -19667,7 +19667,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19667
19667
|
$post: {
|
|
19668
19668
|
input: {
|
|
19669
19669
|
param: {
|
|
19670
|
-
screen: "signup" | "
|
|
19670
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "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";
|
|
19671
19671
|
};
|
|
19672
19672
|
} & {
|
|
19673
19673
|
query: {
|
|
@@ -19685,7 +19685,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19685
19685
|
} | {
|
|
19686
19686
|
input: {
|
|
19687
19687
|
param: {
|
|
19688
|
-
screen: "signup" | "
|
|
19688
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "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";
|
|
19689
19689
|
};
|
|
19690
19690
|
} & {
|
|
19691
19691
|
query: {
|