authhero 5.2.0 → 5.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +99 -99
- package/dist/authhero.d.ts +80 -17
- package/dist/authhero.mjs +10566 -10454
- package/dist/stats.html +1 -1
- package/package.json +4 -4
package/dist/authhero.d.ts
CHANGED
|
@@ -12452,16 +12452,19 @@ export declare const connectionOptionsSchema: z.ZodObject<{
|
|
|
12452
12452
|
userinfo_endpoint: z.ZodOptional<z.ZodString>;
|
|
12453
12453
|
client_id: z.ZodOptional<z.ZodString>;
|
|
12454
12454
|
client_secret: z.ZodOptional<z.ZodString>;
|
|
12455
|
+
realm: z.ZodOptional<z.ZodString>;
|
|
12455
12456
|
}, "strip", z.ZodTypeAny, {
|
|
12456
12457
|
client_id?: string | undefined;
|
|
12457
12458
|
client_secret?: string | undefined;
|
|
12458
12459
|
token_endpoint?: string | undefined;
|
|
12459
12460
|
userinfo_endpoint?: string | undefined;
|
|
12461
|
+
realm?: string | undefined;
|
|
12460
12462
|
}, {
|
|
12461
12463
|
client_id?: string | undefined;
|
|
12462
12464
|
client_secret?: string | undefined;
|
|
12463
12465
|
token_endpoint?: string | undefined;
|
|
12464
12466
|
userinfo_endpoint?: string | undefined;
|
|
12467
|
+
realm?: string | undefined;
|
|
12465
12468
|
}>>;
|
|
12466
12469
|
attributes: z.ZodOptional<z.ZodObject<{
|
|
12467
12470
|
email: z.ZodOptional<z.ZodObject<{
|
|
@@ -12871,6 +12874,7 @@ export declare const connectionOptionsSchema: z.ZodObject<{
|
|
|
12871
12874
|
client_secret?: string | undefined;
|
|
12872
12875
|
token_endpoint?: string | undefined;
|
|
12873
12876
|
userinfo_endpoint?: string | undefined;
|
|
12877
|
+
realm?: string | undefined;
|
|
12874
12878
|
} | undefined;
|
|
12875
12879
|
attributes?: {
|
|
12876
12880
|
email?: {
|
|
@@ -12983,6 +12987,7 @@ export declare const connectionOptionsSchema: z.ZodObject<{
|
|
|
12983
12987
|
client_secret?: string | undefined;
|
|
12984
12988
|
token_endpoint?: string | undefined;
|
|
12985
12989
|
userinfo_endpoint?: string | undefined;
|
|
12990
|
+
realm?: string | undefined;
|
|
12986
12991
|
} | undefined;
|
|
12987
12992
|
attributes?: {
|
|
12988
12993
|
email?: {
|
|
@@ -13124,16 +13129,19 @@ export declare const connectionInsertSchema: z.ZodObject<{
|
|
|
13124
13129
|
userinfo_endpoint: z.ZodOptional<z.ZodString>;
|
|
13125
13130
|
client_id: z.ZodOptional<z.ZodString>;
|
|
13126
13131
|
client_secret: z.ZodOptional<z.ZodString>;
|
|
13132
|
+
realm: z.ZodOptional<z.ZodString>;
|
|
13127
13133
|
}, "strip", z.ZodTypeAny, {
|
|
13128
13134
|
client_id?: string | undefined;
|
|
13129
13135
|
client_secret?: string | undefined;
|
|
13130
13136
|
token_endpoint?: string | undefined;
|
|
13131
13137
|
userinfo_endpoint?: string | undefined;
|
|
13138
|
+
realm?: string | undefined;
|
|
13132
13139
|
}, {
|
|
13133
13140
|
client_id?: string | undefined;
|
|
13134
13141
|
client_secret?: string | undefined;
|
|
13135
13142
|
token_endpoint?: string | undefined;
|
|
13136
13143
|
userinfo_endpoint?: string | undefined;
|
|
13144
|
+
realm?: string | undefined;
|
|
13137
13145
|
}>>;
|
|
13138
13146
|
attributes: z.ZodOptional<z.ZodObject<{
|
|
13139
13147
|
email: z.ZodOptional<z.ZodObject<{
|
|
@@ -13543,6 +13551,7 @@ export declare const connectionInsertSchema: z.ZodObject<{
|
|
|
13543
13551
|
client_secret?: string | undefined;
|
|
13544
13552
|
token_endpoint?: string | undefined;
|
|
13545
13553
|
userinfo_endpoint?: string | undefined;
|
|
13554
|
+
realm?: string | undefined;
|
|
13546
13555
|
} | undefined;
|
|
13547
13556
|
attributes?: {
|
|
13548
13557
|
email?: {
|
|
@@ -13655,6 +13664,7 @@ export declare const connectionInsertSchema: z.ZodObject<{
|
|
|
13655
13664
|
client_secret?: string | undefined;
|
|
13656
13665
|
token_endpoint?: string | undefined;
|
|
13657
13666
|
userinfo_endpoint?: string | undefined;
|
|
13667
|
+
realm?: string | undefined;
|
|
13658
13668
|
} | undefined;
|
|
13659
13669
|
attributes?: {
|
|
13660
13670
|
email?: {
|
|
@@ -13767,6 +13777,7 @@ export declare const connectionInsertSchema: z.ZodObject<{
|
|
|
13767
13777
|
client_secret?: string | undefined;
|
|
13768
13778
|
token_endpoint?: string | undefined;
|
|
13769
13779
|
userinfo_endpoint?: string | undefined;
|
|
13780
|
+
realm?: string | undefined;
|
|
13770
13781
|
} | undefined;
|
|
13771
13782
|
attributes?: {
|
|
13772
13783
|
email?: {
|
|
@@ -13888,6 +13899,7 @@ export declare const connectionInsertSchema: z.ZodObject<{
|
|
|
13888
13899
|
client_secret?: string | undefined;
|
|
13889
13900
|
token_endpoint?: string | undefined;
|
|
13890
13901
|
userinfo_endpoint?: string | undefined;
|
|
13902
|
+
realm?: string | undefined;
|
|
13891
13903
|
} | undefined;
|
|
13892
13904
|
attributes?: {
|
|
13893
13905
|
email?: {
|
|
@@ -14058,16 +14070,19 @@ export declare const connectionSchema: z.ZodObject<{
|
|
|
14058
14070
|
userinfo_endpoint: z.ZodOptional<z.ZodString>;
|
|
14059
14071
|
client_id: z.ZodOptional<z.ZodString>;
|
|
14060
14072
|
client_secret: z.ZodOptional<z.ZodString>;
|
|
14073
|
+
realm: z.ZodOptional<z.ZodString>;
|
|
14061
14074
|
}, "strip", z.ZodTypeAny, {
|
|
14062
14075
|
client_id?: string | undefined;
|
|
14063
14076
|
client_secret?: string | undefined;
|
|
14064
14077
|
token_endpoint?: string | undefined;
|
|
14065
14078
|
userinfo_endpoint?: string | undefined;
|
|
14079
|
+
realm?: string | undefined;
|
|
14066
14080
|
}, {
|
|
14067
14081
|
client_id?: string | undefined;
|
|
14068
14082
|
client_secret?: string | undefined;
|
|
14069
14083
|
token_endpoint?: string | undefined;
|
|
14070
14084
|
userinfo_endpoint?: string | undefined;
|
|
14085
|
+
realm?: string | undefined;
|
|
14071
14086
|
}>>;
|
|
14072
14087
|
attributes: z.ZodOptional<z.ZodObject<{
|
|
14073
14088
|
email: z.ZodOptional<z.ZodObject<{
|
|
@@ -14477,6 +14492,7 @@ export declare const connectionSchema: z.ZodObject<{
|
|
|
14477
14492
|
client_secret?: string | undefined;
|
|
14478
14493
|
token_endpoint?: string | undefined;
|
|
14479
14494
|
userinfo_endpoint?: string | undefined;
|
|
14495
|
+
realm?: string | undefined;
|
|
14480
14496
|
} | undefined;
|
|
14481
14497
|
attributes?: {
|
|
14482
14498
|
email?: {
|
|
@@ -14589,6 +14605,7 @@ export declare const connectionSchema: z.ZodObject<{
|
|
|
14589
14605
|
client_secret?: string | undefined;
|
|
14590
14606
|
token_endpoint?: string | undefined;
|
|
14591
14607
|
userinfo_endpoint?: string | undefined;
|
|
14608
|
+
realm?: string | undefined;
|
|
14592
14609
|
} | undefined;
|
|
14593
14610
|
attributes?: {
|
|
14594
14611
|
email?: {
|
|
@@ -14701,6 +14718,7 @@ export declare const connectionSchema: z.ZodObject<{
|
|
|
14701
14718
|
client_secret?: string | undefined;
|
|
14702
14719
|
token_endpoint?: string | undefined;
|
|
14703
14720
|
userinfo_endpoint?: string | undefined;
|
|
14721
|
+
realm?: string | undefined;
|
|
14704
14722
|
} | undefined;
|
|
14705
14723
|
attributes?: {
|
|
14706
14724
|
email?: {
|
|
@@ -14824,6 +14842,7 @@ export declare const connectionSchema: z.ZodObject<{
|
|
|
14824
14842
|
client_secret?: string | undefined;
|
|
14825
14843
|
token_endpoint?: string | undefined;
|
|
14826
14844
|
userinfo_endpoint?: string | undefined;
|
|
14845
|
+
realm?: string | undefined;
|
|
14827
14846
|
} | undefined;
|
|
14828
14847
|
attributes?: {
|
|
14829
14848
|
email?: {
|
|
@@ -44984,6 +45003,7 @@ export declare const LogTypes: {
|
|
|
44984
45003
|
readonly BREACHED_PASSWORD_ON_SIGNUP: "signup_pwd_leak";
|
|
44985
45004
|
readonly SUCCESS_LOGOUT: "slo";
|
|
44986
45005
|
readonly SUCCESS_HOOK: "sh";
|
|
45006
|
+
readonly SUCCESS_PASSWORD_MIGRATION: "spm";
|
|
44987
45007
|
readonly SUCCESS_REVOCATION: "srrt";
|
|
44988
45008
|
readonly SUCCESS_SIGNUP: "ss";
|
|
44989
45009
|
readonly FAILED_SS_SSO_OPERATION: "ss_sso_failure";
|
|
@@ -45049,7 +45069,7 @@ export declare const LocationInfo: z.ZodObject<{
|
|
|
45049
45069
|
continent_code: string;
|
|
45050
45070
|
}>;
|
|
45051
45071
|
export declare const logInsertSchema: z.ZodObject<{
|
|
45052
|
-
type: z.ZodEffects<z.ZodString, "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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", string>;
|
|
45072
|
+
type: z.ZodEffects<z.ZodString, "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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", string>;
|
|
45053
45073
|
date: z.ZodString;
|
|
45054
45074
|
description: z.ZodOptional<z.ZodString>;
|
|
45055
45075
|
ip: z.ZodOptional<z.ZodString>;
|
|
@@ -45114,7 +45134,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
45114
45134
|
continent_code: string;
|
|
45115
45135
|
}>>;
|
|
45116
45136
|
}, "strip", z.ZodTypeAny, {
|
|
45117
|
-
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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";
|
|
45137
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
45118
45138
|
date: string;
|
|
45119
45139
|
isMobile: boolean;
|
|
45120
45140
|
description?: string | undefined;
|
|
@@ -45187,7 +45207,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
45187
45207
|
export type LogInsert = z.infer<typeof logInsertSchema>;
|
|
45188
45208
|
export declare const logSchema: z.ZodObject<{
|
|
45189
45209
|
log_id: z.ZodString;
|
|
45190
|
-
type: z.ZodEffects<z.ZodString, "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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", string>;
|
|
45210
|
+
type: z.ZodEffects<z.ZodString, "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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", string>;
|
|
45191
45211
|
date: z.ZodString;
|
|
45192
45212
|
description: z.ZodOptional<z.ZodString>;
|
|
45193
45213
|
ip: z.ZodOptional<z.ZodString>;
|
|
@@ -45251,7 +45271,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
45251
45271
|
continent_code: string;
|
|
45252
45272
|
}>>;
|
|
45253
45273
|
}, "strip", z.ZodTypeAny, {
|
|
45254
|
-
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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";
|
|
45274
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
45255
45275
|
date: string;
|
|
45256
45276
|
isMobile: boolean;
|
|
45257
45277
|
log_id: string;
|
|
@@ -47172,6 +47192,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
47172
47192
|
}>;
|
|
47173
47193
|
export declare const tenantSchema: z.ZodObject<{
|
|
47174
47194
|
id: z.ZodString;
|
|
47195
|
+
is_control_plane: z.ZodOptional<z.ZodBoolean>;
|
|
47175
47196
|
audience: z.ZodString;
|
|
47176
47197
|
friendly_name: z.ZodString;
|
|
47177
47198
|
picture_url: z.ZodOptional<z.ZodString>;
|
|
@@ -47934,6 +47955,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
47934
47955
|
message?: string | undefined;
|
|
47935
47956
|
} | undefined;
|
|
47936
47957
|
} | undefined;
|
|
47958
|
+
is_control_plane?: boolean | undefined;
|
|
47937
47959
|
}, {
|
|
47938
47960
|
created_at: string | null;
|
|
47939
47961
|
updated_at: string | null;
|
|
@@ -48102,6 +48124,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
48102
48124
|
message?: string | undefined;
|
|
48103
48125
|
} | undefined;
|
|
48104
48126
|
} | undefined;
|
|
48127
|
+
is_control_plane?: boolean | undefined;
|
|
48105
48128
|
}>;
|
|
48106
48129
|
export type Tenant = z.infer<typeof tenantSchema>;
|
|
48107
48130
|
export declare enum GrantType {
|
|
@@ -52604,11 +52627,31 @@ export interface DataAdapters {
|
|
|
52604
52627
|
sessionCleanup?: (params?: SessionCleanupParams) => Promise<void>;
|
|
52605
52628
|
/**
|
|
52606
52629
|
* Multi-tenancy configuration set by withRuntimeFallback.
|
|
52607
|
-
* Used by the tenants route for access control
|
|
52630
|
+
* Used by the tenants route for access control and by runtime helpers
|
|
52631
|
+
* (e.g. `getEnrichedClient`) to decide which control plane to inherit from.
|
|
52608
52632
|
*/
|
|
52609
52633
|
multiTenancyConfig?: {
|
|
52610
52634
|
controlPlaneTenantId?: string;
|
|
52611
52635
|
controlPlaneClientId?: string;
|
|
52636
|
+
/**
|
|
52637
|
+
* Per-tenant override for runtime inheritance lookups. When defined,
|
|
52638
|
+
* runtime helpers must consult it for the tenant being read instead of
|
|
52639
|
+
* relying on the static `controlPlaneTenantId` / `controlPlaneClientId`.
|
|
52640
|
+
* Return `undefined` to opt that tenant out of inheritance.
|
|
52641
|
+
*
|
|
52642
|
+
* Access control, sync direction, and tenant management routing always
|
|
52643
|
+
* use the static `controlPlaneTenantId` and are not affected by this
|
|
52644
|
+
* resolver.
|
|
52645
|
+
*/
|
|
52646
|
+
resolveControlPlane?: (params: {
|
|
52647
|
+
tenant_id: string;
|
|
52648
|
+
}) => {
|
|
52649
|
+
tenantId: string;
|
|
52650
|
+
clientId?: string;
|
|
52651
|
+
} | undefined | Promise<{
|
|
52652
|
+
tenantId: string;
|
|
52653
|
+
clientId?: string;
|
|
52654
|
+
} | undefined>;
|
|
52612
52655
|
};
|
|
52613
52656
|
}
|
|
52614
52657
|
declare const auth0ClientSchema$1: z.ZodObject<{
|
|
@@ -52690,6 +52733,7 @@ export declare class HttpSamlSigner implements SamlSigner {
|
|
|
52690
52733
|
declare const enrichedClientSchema: z.ZodObject<{
|
|
52691
52734
|
tenant: z.ZodObject<{
|
|
52692
52735
|
id: z.ZodString;
|
|
52736
|
+
is_control_plane: z.ZodOptional<z.ZodBoolean>;
|
|
52693
52737
|
audience: z.ZodString;
|
|
52694
52738
|
friendly_name: z.ZodString;
|
|
52695
52739
|
picture_url: z.ZodOptional<z.ZodString>;
|
|
@@ -53452,6 +53496,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
53452
53496
|
message?: string | undefined;
|
|
53453
53497
|
} | undefined;
|
|
53454
53498
|
} | undefined;
|
|
53499
|
+
is_control_plane?: boolean | undefined;
|
|
53455
53500
|
}, {
|
|
53456
53501
|
created_at: string | null;
|
|
53457
53502
|
updated_at: string | null;
|
|
@@ -53620,6 +53665,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
53620
53665
|
message?: string | undefined;
|
|
53621
53666
|
} | undefined;
|
|
53622
53667
|
} | undefined;
|
|
53668
|
+
is_control_plane?: boolean | undefined;
|
|
53623
53669
|
}>;
|
|
53624
53670
|
connections: z.ZodArray<z.ZodObject<{
|
|
53625
53671
|
created_at: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -53704,16 +53750,19 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
53704
53750
|
userinfo_endpoint: z.ZodOptional<z.ZodString>;
|
|
53705
53751
|
client_id: z.ZodOptional<z.ZodString>;
|
|
53706
53752
|
client_secret: z.ZodOptional<z.ZodString>;
|
|
53753
|
+
realm: z.ZodOptional<z.ZodString>;
|
|
53707
53754
|
}, "strip", z.ZodTypeAny, {
|
|
53708
53755
|
client_id?: string | undefined;
|
|
53709
53756
|
client_secret?: string | undefined;
|
|
53710
53757
|
token_endpoint?: string | undefined;
|
|
53711
53758
|
userinfo_endpoint?: string | undefined;
|
|
53759
|
+
realm?: string | undefined;
|
|
53712
53760
|
}, {
|
|
53713
53761
|
client_id?: string | undefined;
|
|
53714
53762
|
client_secret?: string | undefined;
|
|
53715
53763
|
token_endpoint?: string | undefined;
|
|
53716
53764
|
userinfo_endpoint?: string | undefined;
|
|
53765
|
+
realm?: string | undefined;
|
|
53717
53766
|
}>>;
|
|
53718
53767
|
attributes: z.ZodOptional<z.ZodObject<{
|
|
53719
53768
|
email: z.ZodOptional<z.ZodObject<{
|
|
@@ -54123,6 +54172,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
54123
54172
|
client_secret?: string | undefined;
|
|
54124
54173
|
token_endpoint?: string | undefined;
|
|
54125
54174
|
userinfo_endpoint?: string | undefined;
|
|
54175
|
+
realm?: string | undefined;
|
|
54126
54176
|
} | undefined;
|
|
54127
54177
|
attributes?: {
|
|
54128
54178
|
email?: {
|
|
@@ -54235,6 +54285,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
54235
54285
|
client_secret?: string | undefined;
|
|
54236
54286
|
token_endpoint?: string | undefined;
|
|
54237
54287
|
userinfo_endpoint?: string | undefined;
|
|
54288
|
+
realm?: string | undefined;
|
|
54238
54289
|
} | undefined;
|
|
54239
54290
|
attributes?: {
|
|
54240
54291
|
email?: {
|
|
@@ -54347,6 +54398,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
54347
54398
|
client_secret?: string | undefined;
|
|
54348
54399
|
token_endpoint?: string | undefined;
|
|
54349
54400
|
userinfo_endpoint?: string | undefined;
|
|
54401
|
+
realm?: string | undefined;
|
|
54350
54402
|
} | undefined;
|
|
54351
54403
|
attributes?: {
|
|
54352
54404
|
email?: {
|
|
@@ -54470,6 +54522,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
54470
54522
|
client_secret?: string | undefined;
|
|
54471
54523
|
token_endpoint?: string | undefined;
|
|
54472
54524
|
userinfo_endpoint?: string | undefined;
|
|
54525
|
+
realm?: string | undefined;
|
|
54473
54526
|
} | undefined;
|
|
54474
54527
|
attributes?: {
|
|
54475
54528
|
email?: {
|
|
@@ -54865,6 +54918,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
54865
54918
|
message?: string | undefined;
|
|
54866
54919
|
} | undefined;
|
|
54867
54920
|
} | undefined;
|
|
54921
|
+
is_control_plane?: boolean | undefined;
|
|
54868
54922
|
};
|
|
54869
54923
|
connections: {
|
|
54870
54924
|
created_at: string;
|
|
@@ -54921,6 +54975,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
54921
54975
|
client_secret?: string | undefined;
|
|
54922
54976
|
token_endpoint?: string | undefined;
|
|
54923
54977
|
userinfo_endpoint?: string | undefined;
|
|
54978
|
+
realm?: string | undefined;
|
|
54924
54979
|
} | undefined;
|
|
54925
54980
|
attributes?: {
|
|
54926
54981
|
email?: {
|
|
@@ -55225,6 +55280,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
55225
55280
|
message?: string | undefined;
|
|
55226
55281
|
} | undefined;
|
|
55227
55282
|
} | undefined;
|
|
55283
|
+
is_control_plane?: boolean | undefined;
|
|
55228
55284
|
};
|
|
55229
55285
|
connections: {
|
|
55230
55286
|
created_at: string;
|
|
@@ -63601,6 +63657,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
63601
63657
|
client_secret?: string | undefined | undefined;
|
|
63602
63658
|
token_endpoint?: string | undefined | undefined;
|
|
63603
63659
|
userinfo_endpoint?: string | undefined | undefined;
|
|
63660
|
+
realm?: string | undefined | undefined;
|
|
63604
63661
|
} | undefined;
|
|
63605
63662
|
attributes?: {
|
|
63606
63663
|
email?: {
|
|
@@ -63732,6 +63789,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
63732
63789
|
client_secret?: string | undefined | undefined;
|
|
63733
63790
|
token_endpoint?: string | undefined | undefined;
|
|
63734
63791
|
userinfo_endpoint?: string | undefined | undefined;
|
|
63792
|
+
realm?: string | undefined | undefined;
|
|
63735
63793
|
} | undefined;
|
|
63736
63794
|
attributes?: {
|
|
63737
63795
|
email?: {
|
|
@@ -63882,6 +63940,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
63882
63940
|
client_secret?: string | undefined | undefined;
|
|
63883
63941
|
token_endpoint?: string | undefined | undefined;
|
|
63884
63942
|
userinfo_endpoint?: string | undefined | undefined;
|
|
63943
|
+
realm?: string | undefined | undefined;
|
|
63885
63944
|
} | undefined;
|
|
63886
63945
|
attributes?: {
|
|
63887
63946
|
email?: {
|
|
@@ -64060,6 +64119,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
64060
64119
|
client_secret?: string | undefined | undefined;
|
|
64061
64120
|
token_endpoint?: string | undefined | undefined;
|
|
64062
64121
|
userinfo_endpoint?: string | undefined | undefined;
|
|
64122
|
+
realm?: string | undefined | undefined;
|
|
64063
64123
|
} | undefined;
|
|
64064
64124
|
attributes?: {
|
|
64065
64125
|
email?: {
|
|
@@ -64217,6 +64277,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
64217
64277
|
client_secret?: string | undefined | undefined;
|
|
64218
64278
|
token_endpoint?: string | undefined | undefined;
|
|
64219
64279
|
userinfo_endpoint?: string | undefined | undefined;
|
|
64280
|
+
realm?: string | undefined | undefined;
|
|
64220
64281
|
} | undefined;
|
|
64221
64282
|
attributes?: {
|
|
64222
64283
|
email?: {
|
|
@@ -65544,7 +65605,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
65544
65605
|
};
|
|
65545
65606
|
};
|
|
65546
65607
|
output: {
|
|
65547
|
-
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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";
|
|
65608
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
65548
65609
|
date: string;
|
|
65549
65610
|
isMobile: boolean;
|
|
65550
65611
|
log_id: string;
|
|
@@ -65583,7 +65644,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
65583
65644
|
start: number;
|
|
65584
65645
|
limit: number;
|
|
65585
65646
|
logs: {
|
|
65586
|
-
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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";
|
|
65647
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
65587
65648
|
date: string;
|
|
65588
65649
|
isMobile: boolean;
|
|
65589
65650
|
log_id: string;
|
|
@@ -65637,7 +65698,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
65637
65698
|
};
|
|
65638
65699
|
};
|
|
65639
65700
|
output: {
|
|
65640
|
-
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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";
|
|
65701
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
65641
65702
|
date: string;
|
|
65642
65703
|
isMobile: boolean;
|
|
65643
65704
|
log_id: string;
|
|
@@ -66633,6 +66694,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
66633
66694
|
client_secret?: string | undefined | undefined;
|
|
66634
66695
|
token_endpoint?: string | undefined | undefined;
|
|
66635
66696
|
userinfo_endpoint?: string | undefined | undefined;
|
|
66697
|
+
realm?: string | undefined | undefined;
|
|
66636
66698
|
} | undefined;
|
|
66637
66699
|
attributes?: {
|
|
66638
66700
|
email?: {
|
|
@@ -66786,6 +66848,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
66786
66848
|
client_secret?: string | undefined | undefined;
|
|
66787
66849
|
token_endpoint?: string | undefined | undefined;
|
|
66788
66850
|
userinfo_endpoint?: string | undefined | undefined;
|
|
66851
|
+
realm?: string | undefined | undefined;
|
|
66789
66852
|
} | undefined;
|
|
66790
66853
|
attributes?: {
|
|
66791
66854
|
email?: {
|
|
@@ -67702,7 +67765,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
67702
67765
|
};
|
|
67703
67766
|
};
|
|
67704
67767
|
output: {
|
|
67705
|
-
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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";
|
|
67768
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
67706
67769
|
date: string;
|
|
67707
67770
|
isMobile: boolean;
|
|
67708
67771
|
log_id: string;
|
|
@@ -67741,7 +67804,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
67741
67804
|
start: number;
|
|
67742
67805
|
limit: number;
|
|
67743
67806
|
logs: {
|
|
67744
|
-
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "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";
|
|
67807
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
67745
67808
|
date: string;
|
|
67746
67809
|
isMobile: boolean;
|
|
67747
67810
|
log_id: string;
|
|
@@ -70468,9 +70531,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
70468
70531
|
auth0Client?: string | undefined;
|
|
70469
70532
|
login_ticket?: string | undefined;
|
|
70470
70533
|
screen_hint?: string | undefined;
|
|
70534
|
+
realm?: string | undefined;
|
|
70471
70535
|
ui_locales?: string | undefined;
|
|
70472
70536
|
code_challenge?: string | undefined;
|
|
70473
|
-
realm?: string | undefined;
|
|
70474
70537
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
70475
70538
|
max_age?: string | undefined;
|
|
70476
70539
|
acr_values?: string | undefined;
|
|
@@ -70502,9 +70565,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
70502
70565
|
auth0Client?: string | undefined;
|
|
70503
70566
|
login_ticket?: string | undefined;
|
|
70504
70567
|
screen_hint?: string | undefined;
|
|
70568
|
+
realm?: string | undefined;
|
|
70505
70569
|
ui_locales?: string | undefined;
|
|
70506
70570
|
code_challenge?: string | undefined;
|
|
70507
|
-
realm?: string | undefined;
|
|
70508
70571
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
70509
70572
|
max_age?: string | undefined;
|
|
70510
70573
|
acr_values?: string | undefined;
|
|
@@ -70536,9 +70599,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
70536
70599
|
auth0Client?: string | undefined;
|
|
70537
70600
|
login_ticket?: string | undefined;
|
|
70538
70601
|
screen_hint?: string | undefined;
|
|
70602
|
+
realm?: string | undefined;
|
|
70539
70603
|
ui_locales?: string | undefined;
|
|
70540
70604
|
code_challenge?: string | undefined;
|
|
70541
|
-
realm?: string | undefined;
|
|
70542
70605
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
70543
70606
|
max_age?: string | undefined;
|
|
70544
70607
|
acr_values?: string | undefined;
|
|
@@ -70578,9 +70641,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
70578
70641
|
auth0Client?: string | undefined;
|
|
70579
70642
|
login_ticket?: string | undefined;
|
|
70580
70643
|
screen_hint?: string | undefined;
|
|
70644
|
+
realm?: string | undefined;
|
|
70581
70645
|
ui_locales?: string | undefined;
|
|
70582
70646
|
code_challenge?: string | undefined;
|
|
70583
|
-
realm?: string | undefined;
|
|
70584
70647
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
70585
70648
|
max_age?: string | undefined;
|
|
70586
70649
|
acr_values?: string | undefined;
|
|
@@ -70614,9 +70677,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
70614
70677
|
auth0Client?: string | undefined;
|
|
70615
70678
|
login_ticket?: string | undefined;
|
|
70616
70679
|
screen_hint?: string | undefined;
|
|
70680
|
+
realm?: string | undefined;
|
|
70617
70681
|
ui_locales?: string | undefined;
|
|
70618
70682
|
code_challenge?: string | undefined;
|
|
70619
|
-
realm?: string | undefined;
|
|
70620
70683
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
70621
70684
|
max_age?: string | undefined;
|
|
70622
70685
|
acr_values?: string | undefined;
|
|
@@ -70686,15 +70749,15 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
70686
70749
|
client_id: string;
|
|
70687
70750
|
username: string;
|
|
70688
70751
|
otp: string;
|
|
70689
|
-
credential_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
70690
70752
|
realm: "email";
|
|
70753
|
+
credential_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
70691
70754
|
scope?: string | undefined;
|
|
70692
70755
|
} | {
|
|
70693
70756
|
password: string;
|
|
70694
70757
|
client_id: string;
|
|
70695
70758
|
username: string;
|
|
70696
|
-
credential_type: "http://auth0.com/oauth/grant-type/password-realm";
|
|
70697
70759
|
realm: "Username-Password-Authentication";
|
|
70760
|
+
credential_type: "http://auth0.com/oauth/grant-type/password-realm";
|
|
70698
70761
|
scope?: string | undefined;
|
|
70699
70762
|
};
|
|
70700
70763
|
};
|