authhero 0.264.0 → 0.265.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/authhero.cjs +34 -34
- package/dist/authhero.d.ts +37 -81
- package/dist/authhero.mjs +2970 -2975
- package/dist/stats.html +1 -1
- package/package.json +3 -3
package/dist/authhero.d.ts
CHANGED
|
@@ -12795,7 +12795,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12795
12795
|
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" | "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" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "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>;
|
|
12796
12796
|
date: z.ZodString;
|
|
12797
12797
|
description: z.ZodOptional<z.ZodString>;
|
|
12798
|
-
ip: z.ZodString
|
|
12798
|
+
ip: z.ZodOptional<z.ZodString>;
|
|
12799
12799
|
user_agent: z.ZodString;
|
|
12800
12800
|
details: z.ZodOptional<z.ZodAny>;
|
|
12801
12801
|
isMobile: z.ZodBoolean;
|
|
@@ -12837,7 +12837,6 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12837
12837
|
}, "strip", z.ZodTypeAny, {
|
|
12838
12838
|
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" | "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" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "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";
|
|
12839
12839
|
date: string;
|
|
12840
|
-
ip: string;
|
|
12841
12840
|
user_agent: string;
|
|
12842
12841
|
isMobile: boolean;
|
|
12843
12842
|
description?: string | undefined;
|
|
@@ -12848,6 +12847,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12848
12847
|
scope?: string[] | undefined;
|
|
12849
12848
|
strategy?: string | undefined;
|
|
12850
12849
|
connection_id?: string | undefined;
|
|
12850
|
+
ip?: string | undefined;
|
|
12851
12851
|
details?: any;
|
|
12852
12852
|
user_name?: string | undefined;
|
|
12853
12853
|
client_name?: string | undefined;
|
|
@@ -12864,7 +12864,6 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12864
12864
|
}, {
|
|
12865
12865
|
type: string;
|
|
12866
12866
|
date: string;
|
|
12867
|
-
ip: string;
|
|
12868
12867
|
user_agent: string;
|
|
12869
12868
|
isMobile: boolean;
|
|
12870
12869
|
description?: string | undefined;
|
|
@@ -12875,6 +12874,7 @@ export declare const logInsertSchema: z.ZodObject<{
|
|
|
12875
12874
|
scope?: string[] | undefined;
|
|
12876
12875
|
strategy?: string | undefined;
|
|
12877
12876
|
connection_id?: string | undefined;
|
|
12877
|
+
ip?: string | undefined;
|
|
12878
12878
|
details?: any;
|
|
12879
12879
|
user_name?: string | undefined;
|
|
12880
12880
|
client_name?: string | undefined;
|
|
@@ -12895,7 +12895,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12895
12895
|
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" | "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" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "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>;
|
|
12896
12896
|
date: z.ZodString;
|
|
12897
12897
|
description: z.ZodOptional<z.ZodString>;
|
|
12898
|
-
ip: z.ZodString
|
|
12898
|
+
ip: z.ZodOptional<z.ZodString>;
|
|
12899
12899
|
user_agent: z.ZodString;
|
|
12900
12900
|
details: z.ZodOptional<z.ZodAny>;
|
|
12901
12901
|
isMobile: z.ZodBoolean;
|
|
@@ -12936,7 +12936,6 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12936
12936
|
}, "strip", z.ZodTypeAny, {
|
|
12937
12937
|
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" | "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" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "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";
|
|
12938
12938
|
date: string;
|
|
12939
|
-
ip: string;
|
|
12940
12939
|
user_agent: string;
|
|
12941
12940
|
isMobile: boolean;
|
|
12942
12941
|
log_id: string;
|
|
@@ -12948,6 +12947,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12948
12947
|
scope?: string[] | undefined;
|
|
12949
12948
|
strategy?: string | undefined;
|
|
12950
12949
|
connection_id?: string | undefined;
|
|
12950
|
+
ip?: string | undefined;
|
|
12951
12951
|
details?: any;
|
|
12952
12952
|
user_name?: string | undefined;
|
|
12953
12953
|
client_name?: string | undefined;
|
|
@@ -12963,7 +12963,6 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12963
12963
|
}, {
|
|
12964
12964
|
type: string;
|
|
12965
12965
|
date: string;
|
|
12966
|
-
ip: string;
|
|
12967
12966
|
user_agent: string;
|
|
12968
12967
|
isMobile: boolean;
|
|
12969
12968
|
log_id: string;
|
|
@@ -12975,6 +12974,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
12975
12974
|
scope?: string[] | undefined;
|
|
12976
12975
|
strategy?: string | undefined;
|
|
12977
12976
|
connection_id?: string | undefined;
|
|
12977
|
+
ip?: string | undefined;
|
|
12978
12978
|
details?: any;
|
|
12979
12979
|
user_name?: string | undefined;
|
|
12980
12980
|
client_name?: string | undefined;
|
|
@@ -16033,91 +16033,39 @@ export declare const rolePermissionInsertSchema: z.ZodObject<{
|
|
|
16033
16033
|
}>;
|
|
16034
16034
|
export type RolePermissionInsert = z.infer<typeof rolePermissionInsertSchema>;
|
|
16035
16035
|
export declare const rolePermissionSchema: z.ZodObject<{
|
|
16036
|
-
|
|
16037
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16036
|
+
created_at: z.ZodString;
|
|
16038
16037
|
role_id: z.ZodString;
|
|
16039
16038
|
resource_server_identifier: z.ZodString;
|
|
16040
16039
|
permission_name: z.ZodString;
|
|
16041
16040
|
}, "strip", z.ZodTypeAny, {
|
|
16042
|
-
|
|
16041
|
+
created_at: string;
|
|
16043
16042
|
role_id: string;
|
|
16044
16043
|
resource_server_identifier: string;
|
|
16045
16044
|
permission_name: string;
|
|
16046
|
-
created_at?: string | undefined;
|
|
16047
16045
|
}, {
|
|
16048
|
-
|
|
16046
|
+
created_at: string;
|
|
16049
16047
|
role_id: string;
|
|
16050
16048
|
resource_server_identifier: string;
|
|
16051
16049
|
permission_name: string;
|
|
16052
|
-
created_at?: string | undefined;
|
|
16053
16050
|
}>;
|
|
16054
16051
|
export type RolePermission = z.infer<typeof rolePermissionSchema>;
|
|
16055
16052
|
export declare const rolePermissionListSchema: z.ZodArray<z.ZodObject<{
|
|
16056
|
-
|
|
16057
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16053
|
+
created_at: z.ZodString;
|
|
16058
16054
|
role_id: z.ZodString;
|
|
16059
16055
|
resource_server_identifier: z.ZodString;
|
|
16060
16056
|
permission_name: z.ZodString;
|
|
16061
16057
|
}, "strip", z.ZodTypeAny, {
|
|
16062
|
-
|
|
16058
|
+
created_at: string;
|
|
16063
16059
|
role_id: string;
|
|
16064
16060
|
resource_server_identifier: string;
|
|
16065
16061
|
permission_name: string;
|
|
16066
|
-
created_at?: string | undefined;
|
|
16067
16062
|
}, {
|
|
16068
|
-
|
|
16063
|
+
created_at: string;
|
|
16069
16064
|
role_id: string;
|
|
16070
16065
|
resource_server_identifier: string;
|
|
16071
16066
|
permission_name: string;
|
|
16072
|
-
created_at?: string | undefined;
|
|
16073
16067
|
}>, "many">;
|
|
16074
16068
|
export type RolePermissionList = z.infer<typeof rolePermissionListSchema>;
|
|
16075
|
-
export declare const rolePermissionWithDetailsSchema: z.ZodObject<{
|
|
16076
|
-
role_id: z.ZodString;
|
|
16077
|
-
resource_server_identifier: z.ZodString;
|
|
16078
|
-
resource_server_name: z.ZodString;
|
|
16079
|
-
permission_name: z.ZodString;
|
|
16080
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16081
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16082
|
-
}, "strip", z.ZodTypeAny, {
|
|
16083
|
-
role_id: string;
|
|
16084
|
-
resource_server_identifier: string;
|
|
16085
|
-
permission_name: string;
|
|
16086
|
-
resource_server_name: string;
|
|
16087
|
-
description?: string | null | undefined;
|
|
16088
|
-
created_at?: string | undefined;
|
|
16089
|
-
}, {
|
|
16090
|
-
role_id: string;
|
|
16091
|
-
resource_server_identifier: string;
|
|
16092
|
-
permission_name: string;
|
|
16093
|
-
resource_server_name: string;
|
|
16094
|
-
description?: string | null | undefined;
|
|
16095
|
-
created_at?: string | undefined;
|
|
16096
|
-
}>;
|
|
16097
|
-
export type RolePermissionWithDetails = z.infer<typeof rolePermissionWithDetailsSchema>;
|
|
16098
|
-
export declare const rolePermissionWithDetailsListSchema: z.ZodArray<z.ZodObject<{
|
|
16099
|
-
role_id: z.ZodString;
|
|
16100
|
-
resource_server_identifier: z.ZodString;
|
|
16101
|
-
resource_server_name: z.ZodString;
|
|
16102
|
-
permission_name: z.ZodString;
|
|
16103
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16104
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
16105
|
-
}, "strip", z.ZodTypeAny, {
|
|
16106
|
-
role_id: string;
|
|
16107
|
-
resource_server_identifier: string;
|
|
16108
|
-
permission_name: string;
|
|
16109
|
-
resource_server_name: string;
|
|
16110
|
-
description?: string | null | undefined;
|
|
16111
|
-
created_at?: string | undefined;
|
|
16112
|
-
}, {
|
|
16113
|
-
role_id: string;
|
|
16114
|
-
resource_server_identifier: string;
|
|
16115
|
-
permission_name: string;
|
|
16116
|
-
resource_server_name: string;
|
|
16117
|
-
description?: string | null | undefined;
|
|
16118
|
-
created_at?: string | undefined;
|
|
16119
|
-
}>, "many">;
|
|
16120
|
-
export type RolePermissionWithDetailsList = z.infer<typeof rolePermissionWithDetailsListSchema>;
|
|
16121
16069
|
export declare const userPermissionInsertSchema: z.ZodObject<{
|
|
16122
16070
|
user_id: z.ZodString;
|
|
16123
16071
|
resource_server_identifier: z.ZodString;
|
|
@@ -17152,7 +17100,7 @@ export interface ResourceServersAdapter {
|
|
|
17152
17100
|
export interface RolePermissionsAdapter {
|
|
17153
17101
|
assign(tenant_id: string, role_id: string, permissions: RolePermissionInsert[]): Promise<boolean>;
|
|
17154
17102
|
remove(tenant_id: string, role_id: string, permissions: Pick<RolePermissionInsert, "resource_server_identifier" | "permission_name">[]): Promise<boolean>;
|
|
17155
|
-
list(tenant_id: string, role_id: string, params?: ListParams): Promise<
|
|
17103
|
+
list(tenant_id: string, role_id: string, params?: ListParams): Promise<RolePermissionList>;
|
|
17156
17104
|
}
|
|
17157
17105
|
export interface UserPermissionsAdapter {
|
|
17158
17106
|
create(tenant_id: string, user_id: string, permission: UserPermissionInsert, organization_id?: string): Promise<boolean>;
|
|
@@ -19083,12 +19031,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
19083
19031
|
};
|
|
19084
19032
|
};
|
|
19085
19033
|
output: {
|
|
19034
|
+
created_at: string;
|
|
19086
19035
|
role_id: string;
|
|
19087
19036
|
resource_server_identifier: string;
|
|
19088
19037
|
permission_name: string;
|
|
19089
|
-
resource_server_name: string;
|
|
19090
|
-
description?: string | null | undefined | undefined;
|
|
19091
|
-
created_at?: string | undefined | undefined;
|
|
19092
19038
|
}[];
|
|
19093
19039
|
outputFormat: "json";
|
|
19094
19040
|
status: 200;
|
|
@@ -20834,7 +20780,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20834
20780
|
output: {
|
|
20835
20781
|
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" | "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" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "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";
|
|
20836
20782
|
date: string;
|
|
20837
|
-
ip: string;
|
|
20838
20783
|
user_agent: string;
|
|
20839
20784
|
isMobile: boolean;
|
|
20840
20785
|
log_id: string;
|
|
@@ -20846,6 +20791,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20846
20791
|
scope?: string[] | undefined | undefined;
|
|
20847
20792
|
strategy?: string | undefined | undefined;
|
|
20848
20793
|
connection_id?: string | undefined | undefined;
|
|
20794
|
+
ip?: string | undefined | undefined;
|
|
20849
20795
|
details?: any;
|
|
20850
20796
|
user_name?: string | undefined | undefined;
|
|
20851
20797
|
client_name?: string | undefined | undefined;
|
|
@@ -20865,7 +20811,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20865
20811
|
logs: {
|
|
20866
20812
|
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" | "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" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "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";
|
|
20867
20813
|
date: string;
|
|
20868
|
-
ip: string;
|
|
20869
20814
|
user_agent: string;
|
|
20870
20815
|
isMobile: boolean;
|
|
20871
20816
|
log_id: string;
|
|
@@ -20877,6 +20822,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20877
20822
|
scope?: string[] | undefined | undefined;
|
|
20878
20823
|
strategy?: string | undefined | undefined;
|
|
20879
20824
|
connection_id?: string | undefined | undefined;
|
|
20825
|
+
ip?: string | undefined | undefined;
|
|
20880
20826
|
details?: any;
|
|
20881
20827
|
user_name?: string | undefined | undefined;
|
|
20882
20828
|
client_name?: string | undefined | undefined;
|
|
@@ -20910,7 +20856,6 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20910
20856
|
output: {
|
|
20911
20857
|
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" | "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" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "si" | "signup_pwd_leak" | "slo" | "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";
|
|
20912
20858
|
date: string;
|
|
20913
|
-
ip: string;
|
|
20914
20859
|
user_agent: string;
|
|
20915
20860
|
isMobile: boolean;
|
|
20916
20861
|
log_id: string;
|
|
@@ -20922,6 +20867,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20922
20867
|
scope?: string[] | undefined | undefined;
|
|
20923
20868
|
strategy?: string | undefined | undefined;
|
|
20924
20869
|
connection_id?: string | undefined | undefined;
|
|
20870
|
+
ip?: string | undefined | undefined;
|
|
20925
20871
|
details?: any;
|
|
20926
20872
|
user_name?: string | undefined | undefined;
|
|
20927
20873
|
client_name?: string | undefined | undefined;
|
|
@@ -24309,8 +24255,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24309
24255
|
redirect_uri?: string | undefined;
|
|
24310
24256
|
} | {
|
|
24311
24257
|
grant_type: "refresh_token";
|
|
24312
|
-
client_id: string;
|
|
24313
24258
|
refresh_token: string;
|
|
24259
|
+
client_id?: string | undefined;
|
|
24260
|
+
client_secret?: string | undefined;
|
|
24314
24261
|
redirect_uri?: string | undefined;
|
|
24315
24262
|
} | {
|
|
24316
24263
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24342,8 +24289,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24342
24289
|
redirect_uri?: string | undefined;
|
|
24343
24290
|
} | {
|
|
24344
24291
|
grant_type: "refresh_token";
|
|
24345
|
-
client_id: string;
|
|
24346
24292
|
refresh_token: string;
|
|
24293
|
+
client_id?: string | undefined;
|
|
24294
|
+
client_secret?: string | undefined;
|
|
24347
24295
|
redirect_uri?: string | undefined;
|
|
24348
24296
|
} | {
|
|
24349
24297
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24380,8 +24328,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24380
24328
|
redirect_uri?: string | undefined;
|
|
24381
24329
|
} | {
|
|
24382
24330
|
grant_type: "refresh_token";
|
|
24383
|
-
client_id: string;
|
|
24384
24331
|
refresh_token: string;
|
|
24332
|
+
client_id?: string | undefined;
|
|
24333
|
+
client_secret?: string | undefined;
|
|
24385
24334
|
redirect_uri?: string | undefined;
|
|
24386
24335
|
} | {
|
|
24387
24336
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24413,8 +24362,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24413
24362
|
redirect_uri?: string | undefined;
|
|
24414
24363
|
} | {
|
|
24415
24364
|
grant_type: "refresh_token";
|
|
24416
|
-
client_id: string;
|
|
24417
24365
|
refresh_token: string;
|
|
24366
|
+
client_id?: string | undefined;
|
|
24367
|
+
client_secret?: string | undefined;
|
|
24418
24368
|
redirect_uri?: string | undefined;
|
|
24419
24369
|
} | {
|
|
24420
24370
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24459,8 +24409,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24459
24409
|
redirect_uri?: string | undefined;
|
|
24460
24410
|
} | {
|
|
24461
24411
|
grant_type: "refresh_token";
|
|
24462
|
-
client_id: string;
|
|
24463
24412
|
refresh_token: string;
|
|
24413
|
+
client_id?: string | undefined;
|
|
24414
|
+
client_secret?: string | undefined;
|
|
24464
24415
|
redirect_uri?: string | undefined;
|
|
24465
24416
|
} | {
|
|
24466
24417
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24492,8 +24443,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24492
24443
|
redirect_uri?: string | undefined;
|
|
24493
24444
|
} | {
|
|
24494
24445
|
grant_type: "refresh_token";
|
|
24495
|
-
client_id: string;
|
|
24496
24446
|
refresh_token: string;
|
|
24447
|
+
client_id?: string | undefined;
|
|
24448
|
+
client_secret?: string | undefined;
|
|
24497
24449
|
redirect_uri?: string | undefined;
|
|
24498
24450
|
} | {
|
|
24499
24451
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24533,8 +24485,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24533
24485
|
redirect_uri?: string | undefined;
|
|
24534
24486
|
} | {
|
|
24535
24487
|
grant_type: "refresh_token";
|
|
24536
|
-
client_id: string;
|
|
24537
24488
|
refresh_token: string;
|
|
24489
|
+
client_id?: string | undefined;
|
|
24490
|
+
client_secret?: string | undefined;
|
|
24538
24491
|
redirect_uri?: string | undefined;
|
|
24539
24492
|
} | {
|
|
24540
24493
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24566,8 +24519,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24566
24519
|
redirect_uri?: string | undefined;
|
|
24567
24520
|
} | {
|
|
24568
24521
|
grant_type: "refresh_token";
|
|
24569
|
-
client_id: string;
|
|
24570
24522
|
refresh_token: string;
|
|
24523
|
+
client_id?: string | undefined;
|
|
24524
|
+
client_secret?: string | undefined;
|
|
24571
24525
|
redirect_uri?: string | undefined;
|
|
24572
24526
|
} | {
|
|
24573
24527
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24607,8 +24561,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24607
24561
|
redirect_uri?: string | undefined;
|
|
24608
24562
|
} | {
|
|
24609
24563
|
grant_type: "refresh_token";
|
|
24610
|
-
client_id: string;
|
|
24611
24564
|
refresh_token: string;
|
|
24565
|
+
client_id?: string | undefined;
|
|
24566
|
+
client_secret?: string | undefined;
|
|
24612
24567
|
redirect_uri?: string | undefined;
|
|
24613
24568
|
} | {
|
|
24614
24569
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
@@ -24640,8 +24595,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
24640
24595
|
redirect_uri?: string | undefined;
|
|
24641
24596
|
} | {
|
|
24642
24597
|
grant_type: "refresh_token";
|
|
24643
|
-
client_id: string;
|
|
24644
24598
|
refresh_token: string;
|
|
24599
|
+
client_id?: string | undefined;
|
|
24600
|
+
client_secret?: string | undefined;
|
|
24645
24601
|
redirect_uri?: string | undefined;
|
|
24646
24602
|
} | {
|
|
24647
24603
|
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|