auth0 6.0.0.beta.2 → 6.0.0.beta.3
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.
- checksums.yaml +4 -4
- data/.fern/metadata.json +4 -3
- data/.version +1 -1
- data/CHANGELOG.md +6 -0
- data/lib/auth0/attack_protection/client.rb +5 -0
- data/lib/auth0/attack_protection/phone_provider_protection/client.rb +82 -0
- data/lib/auth0/attack_protection/phone_provider_protection/types/patch_phone_provider_protection_request_content.rb +13 -0
- data/lib/auth0/clients/types/create_client_request_content.rb +2 -0
- data/lib/auth0/clients/types/update_client_request_content.rb +4 -2
- data/lib/auth0/connections/types/create_connection_request_content.rb +2 -0
- data/lib/auth0/connections/types/update_connection_request_content.rb +2 -0
- data/lib/auth0/email_templates/client.rb +3 -3
- data/lib/auth0/types/client.rb +6 -0
- data/lib/auth0/types/client_token_vault_privileged_access_with_credential_id.rb +12 -0
- data/lib/auth0/types/client_token_vault_privileged_access_with_public_key.rb +12 -0
- data/lib/auth0/types/connection_for_list.rb +2 -0
- data/lib/auth0/types/connection_response_content_oidc.rb +2 -0
- data/lib/auth0/types/connection_response_content_okta.rb +2 -0
- data/lib/auth0/types/create_client_response_content.rb +6 -0
- data/lib/auth0/types/create_connection_request_content_oidc.rb +2 -0
- data/lib/auth0/types/create_connection_request_content_okta.rb +2 -0
- data/lib/auth0/types/create_connection_response_content.rb +2 -0
- data/lib/auth0/types/create_user_response_content.rb +5 -5
- data/lib/auth0/types/cross_app_access_requesting_app.rb +10 -0
- data/lib/auth0/types/delete_user_identity_response_content_item.rb +1 -1
- data/lib/auth0/types/email_template_name_enum.rb +1 -0
- data/lib/auth0/types/fed_cm_login_google_patch.rb +10 -0
- data/lib/auth0/types/fed_cm_login_patch.rb +10 -0
- data/lib/auth0/types/get_client_response_content.rb +6 -0
- data/lib/auth0/types/get_connection_response_content.rb +2 -0
- data/lib/auth0/types/get_phone_provider_protection_response_content.rb +9 -0
- data/lib/auth0/types/get_user_response_content.rb +5 -5
- data/lib/auth0/types/native_social_login_apple_patch.rb +10 -0
- data/lib/auth0/types/native_social_login_facebook_patch.rb +10 -0
- data/lib/auth0/types/native_social_login_google_patch.rb +10 -0
- data/lib/auth0/types/native_social_login_patch.rb +14 -0
- data/lib/auth0/types/patch_phone_provider_protection_response_content.rb +9 -0
- data/lib/auth0/types/phone_provider_protection_backoff_strategy_enum.rb +12 -0
- data/lib/auth0/types/rotate_client_secret_response_content.rb +6 -0
- data/lib/auth0/types/token_vault_privileged_access_ip_allowlist_entry.rb +23 -0
- data/lib/auth0/types/update_client_response_content.rb +6 -0
- data/lib/auth0/types/update_connection_request_content_oidc.rb +2 -0
- data/lib/auth0/types/update_connection_request_content_okta.rb +2 -0
- data/lib/auth0/types/update_connection_response_content.rb +2 -0
- data/lib/auth0/types/update_user_response_content.rb +5 -5
- data/lib/auth0/types/user_id.rb +1 -1
- data/lib/auth0/types/user_identity_schema.rb +1 -1
- data/lib/auth0/types/user_response_schema.rb +5 -5
- data/lib/auth0/version.rb +1 -1
- data/lib/auth0.rb +22 -8
- metadata +17 -3
- data/lib/auth0/types/user_date_schema.rb +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd0f1ff1392a41ee4f6e742b8b820662bcb9daffc8dc6cbbbf4d5398eed8a186
|
|
4
|
+
data.tar.gz: fa0bdb21e466f5bdf0ed21e7447101fbf475e4d36eae82898b2b4f01fcaefda6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df57f79b623762df1ed6e9e0cbc50554de5a0ac66dcdab9acbdb462fcb35add976558de4161f99deb1ebd90d81bc3db803be7ed359e7e6ea7377875879619fac
|
|
7
|
+
data.tar.gz: 1c8cf7f7ccd37494a7914cc61cc7888a117229f76cda2bdfe8255d3021f512b040964ee8f9659ad685121583128d206a86c7844d095bc85d502def417a5da5dd
|
data/.fern/metadata.json
CHANGED
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
"offsetSemantics": "page-index",
|
|
11
11
|
"useDefaultRequestParameterValues": true
|
|
12
12
|
},
|
|
13
|
-
"originGitCommit": "
|
|
14
|
-
"originGitCommitIsDirty":
|
|
15
|
-
"invokedBy": "
|
|
13
|
+
"originGitCommit": "708e068ccaf8e7742dbd2e18dea25e4ba5b0ce91",
|
|
14
|
+
"originGitCommitIsDirty": false,
|
|
15
|
+
"invokedBy": "ci",
|
|
16
|
+
"ciProvider": "github",
|
|
16
17
|
"sdkVersion": "5.20.1"
|
|
17
18
|
}
|
data/.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v6.0.0.beta.
|
|
1
|
+
v6.0.0.beta.3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v6.0.0.beta.3](https://github.com/auth0/ruby-auth0/tree/v6.0.0.beta.3) (2026-06-29)
|
|
4
|
+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v6.0.0.beta.2...v6.0.0.beta.3)
|
|
5
|
+
|
|
6
|
+
**Added**
|
|
7
|
+
- feat: add Phone Provider Protection, Token Vault IP allowlist, and Cross App Access requesting app [\#758](https://github.com/auth0/ruby-auth0/pull/758) ([fern-api[bot]](https://github.com/apps/fern-api))
|
|
8
|
+
|
|
3
9
|
## [v6.0.0.beta.2](https://github.com/auth0/ruby-auth0/tree/v6.0.0.beta.2) (2026-06-12)
|
|
4
10
|
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v6.0.0.beta.1...v6.0.0.beta.2)
|
|
5
11
|
|
|
@@ -30,6 +30,11 @@ module Auth0
|
|
|
30
30
|
@captcha ||= Auth0::AttackProtection::Captcha::Client.new(client: @client)
|
|
31
31
|
end
|
|
32
32
|
|
|
33
|
+
# @return [Auth0::PhoneProviderProtection::Client]
|
|
34
|
+
def phone_provider_protection
|
|
35
|
+
@phone_provider_protection ||= Auth0::AttackProtection::PhoneProviderProtection::Client.new(client: @client)
|
|
36
|
+
end
|
|
37
|
+
|
|
33
38
|
# @return [Auth0::SuspiciousIPThrottling::Client]
|
|
34
39
|
def suspicious_ip_throttling
|
|
35
40
|
@suspicious_ip_throttling ||= Auth0::AttackProtection::SuspiciousIPThrottling::Client.new(client: @client)
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module AttackProtection
|
|
5
|
+
module PhoneProviderProtection
|
|
6
|
+
class Client
|
|
7
|
+
# @param client [Auth0::Internal::Http::RawClient]
|
|
8
|
+
#
|
|
9
|
+
# @return [void]
|
|
10
|
+
def initialize(client:)
|
|
11
|
+
@client = client
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
# Get the phone provider protection configuration for a tenant.
|
|
15
|
+
#
|
|
16
|
+
# @param request_options [Hash]
|
|
17
|
+
# @param _params [Hash]
|
|
18
|
+
# @option request_options [String] :base_url
|
|
19
|
+
# @option request_options [Hash{String => Object}] :additional_headers
|
|
20
|
+
# @option request_options [Hash{String => Object}] :additional_query_parameters
|
|
21
|
+
# @option request_options [Hash{String => Object}] :additional_body_parameters
|
|
22
|
+
# @option request_options [Integer] :timeout_in_seconds
|
|
23
|
+
#
|
|
24
|
+
# @return [Auth0::Types::GetPhoneProviderProtectionResponseContent]
|
|
25
|
+
def get(request_options: {}, **_params)
|
|
26
|
+
request = Auth0::Internal::JSON::Request.new(
|
|
27
|
+
base_url: request_options[:base_url],
|
|
28
|
+
method: "GET",
|
|
29
|
+
path: "attack-protection/phone-provider-protection",
|
|
30
|
+
request_options: request_options
|
|
31
|
+
)
|
|
32
|
+
begin
|
|
33
|
+
response = @client.send(request)
|
|
34
|
+
rescue Net::HTTPRequestTimeout
|
|
35
|
+
raise Auth0::Errors::TimeoutError
|
|
36
|
+
end
|
|
37
|
+
code = response.code.to_i
|
|
38
|
+
if code.between?(200, 299)
|
|
39
|
+
Auth0::Types::GetPhoneProviderProtectionResponseContent.load(response.body)
|
|
40
|
+
else
|
|
41
|
+
error_class = Auth0::Errors::ResponseError.subclass_for_code(code)
|
|
42
|
+
raise error_class.new(response.body, code: code)
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
# Update the phone provider protection configuration for a tenant.
|
|
47
|
+
#
|
|
48
|
+
# @param request_options [Hash]
|
|
49
|
+
# @param params [Auth0::AttackProtection::PhoneProviderProtection::Types::PatchPhoneProviderProtectionRequestContent]
|
|
50
|
+
# @option request_options [String] :base_url
|
|
51
|
+
# @option request_options [Hash{String => Object}] :additional_headers
|
|
52
|
+
# @option request_options [Hash{String => Object}] :additional_query_parameters
|
|
53
|
+
# @option request_options [Hash{String => Object}] :additional_body_parameters
|
|
54
|
+
# @option request_options [Integer] :timeout_in_seconds
|
|
55
|
+
#
|
|
56
|
+
# @return [Auth0::Types::PatchPhoneProviderProtectionResponseContent]
|
|
57
|
+
def patch(request_options: {}, **params)
|
|
58
|
+
params = Auth0::Internal::Types::Utils.normalize_keys(params)
|
|
59
|
+
request = Auth0::Internal::JSON::Request.new(
|
|
60
|
+
base_url: request_options[:base_url],
|
|
61
|
+
method: "PATCH",
|
|
62
|
+
path: "attack-protection/phone-provider-protection",
|
|
63
|
+
body: Auth0::AttackProtection::PhoneProviderProtection::Types::PatchPhoneProviderProtectionRequestContent.new(params).to_h,
|
|
64
|
+
request_options: request_options
|
|
65
|
+
)
|
|
66
|
+
begin
|
|
67
|
+
response = @client.send(request)
|
|
68
|
+
rescue Net::HTTPRequestTimeout
|
|
69
|
+
raise Auth0::Errors::TimeoutError
|
|
70
|
+
end
|
|
71
|
+
code = response.code.to_i
|
|
72
|
+
if code.between?(200, 299)
|
|
73
|
+
Auth0::Types::PatchPhoneProviderProtectionResponseContent.load(response.body)
|
|
74
|
+
else
|
|
75
|
+
error_class = Auth0::Errors::ResponseError.subclass_for_code(code)
|
|
76
|
+
raise error_class.new(response.body, code: code)
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
end
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module AttackProtection
|
|
5
|
+
module PhoneProviderProtection
|
|
6
|
+
module Types
|
|
7
|
+
class PatchPhoneProviderProtectionRequestContent < Internal::Types::Model
|
|
8
|
+
field :type, -> { Auth0::Types::PhoneProviderProtectionBackoffStrategyEnum }, optional: false, nullable: false
|
|
9
|
+
end
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -90,6 +90,8 @@ module Auth0
|
|
|
90
90
|
|
|
91
91
|
field :signed_request_object, -> { Auth0::Types::ClientSignedRequestObjectWithPublicKey }, optional: true, nullable: false
|
|
92
92
|
|
|
93
|
+
field :token_vault_privileged_access, -> { Auth0::Types::ClientTokenVaultPrivilegedAccessWithPublicKey }, optional: true, nullable: false
|
|
94
|
+
|
|
93
95
|
field :compliance_level, -> { Auth0::Types::ClientComplianceLevelEnum }, optional: true, nullable: false
|
|
94
96
|
|
|
95
97
|
field :skip_non_verifiable_callback_uri_confirmation_prompt, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -74,9 +74,9 @@ module Auth0
|
|
|
74
74
|
|
|
75
75
|
field :initiate_login_uri, -> { String }, optional: true, nullable: false
|
|
76
76
|
|
|
77
|
-
field :native_social_login, -> { Auth0::Types::
|
|
77
|
+
field :native_social_login, -> { Auth0::Types::NativeSocialLoginPatch }, optional: true, nullable: false
|
|
78
78
|
|
|
79
|
-
field :fedcm_login, -> { Auth0::Types::
|
|
79
|
+
field :fedcm_login, -> { Auth0::Types::FedCmLoginPatch }, optional: true, nullable: false
|
|
80
80
|
|
|
81
81
|
field :refresh_token, -> { Auth0::Types::ClientRefreshTokenConfiguration }, optional: true, nullable: false
|
|
82
82
|
|
|
@@ -96,6 +96,8 @@ module Auth0
|
|
|
96
96
|
|
|
97
97
|
field :signed_request_object, -> { Auth0::Types::ClientSignedRequestObjectWithCredentialID }, optional: true, nullable: false
|
|
98
98
|
|
|
99
|
+
field :token_vault_privileged_access, -> { Auth0::Types::ClientTokenVaultPrivilegedAccessWithCredentialID }, optional: true, nullable: false
|
|
100
|
+
|
|
99
101
|
field :compliance_level, -> { Auth0::Types::ClientComplianceLevelEnum }, optional: true, nullable: false
|
|
100
102
|
|
|
101
103
|
field :skip_non_verifiable_callback_uri_confirmation_prompt, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -25,6 +25,8 @@ module Auth0
|
|
|
25
25
|
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
26
26
|
|
|
27
27
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
28
|
+
|
|
29
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
28
30
|
end
|
|
29
31
|
end
|
|
30
32
|
end
|
|
@@ -23,6 +23,8 @@ module Auth0
|
|
|
23
23
|
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
24
24
|
|
|
25
25
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
26
|
+
|
|
27
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
26
28
|
end
|
|
27
29
|
end
|
|
28
30
|
end
|
|
@@ -45,9 +45,9 @@ module Auth0
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# Retrieve an email template by pre-defined name. These names are `verify_email`, `verify_email_by_code`,
|
|
48
|
-
# `reset_email`, `reset_email_by_code`, `welcome_email`, `blocked_account`,
|
|
49
|
-
# `enrollment_email`, `mfa_oob_code`, `user_invitation`, and `async_approval`. The names
|
|
50
|
-
# `password_reset` are also supported for legacy scenarios.
|
|
48
|
+
# `auth_email_by_code`, `reset_email`, `reset_email_by_code`, `welcome_email`, `blocked_account`,
|
|
49
|
+
# `stolen_credentials`, `enrollment_email`, `mfa_oob_code`, `user_invitation`, and `async_approval`. The names
|
|
50
|
+
# `change_password`, and `password_reset` are also supported for legacy scenarios.
|
|
51
51
|
#
|
|
52
52
|
# @param request_options [Hash]
|
|
53
53
|
# @param params [Hash]
|
data/lib/auth0/types/client.rb
CHANGED
|
@@ -75,6 +75,10 @@ module Auth0
|
|
|
75
75
|
|
|
76
76
|
field :initiate_login_uri, -> { String }, optional: true, nullable: false
|
|
77
77
|
|
|
78
|
+
field :native_social_login, -> { Auth0::Types::NativeSocialLogin }, optional: true, nullable: false
|
|
79
|
+
|
|
80
|
+
field :fedcm_login, -> { Auth0::Types::FedCmLogin }, optional: true, nullable: false
|
|
81
|
+
|
|
78
82
|
field :refresh_token, -> { Auth0::Types::ClientRefreshTokenConfiguration }, optional: true, nullable: false
|
|
79
83
|
|
|
80
84
|
field :default_organization, -> { Auth0::Types::ClientDefaultOrganization }, optional: true, nullable: false
|
|
@@ -93,6 +97,8 @@ module Auth0
|
|
|
93
97
|
|
|
94
98
|
field :signed_request_object, -> { Auth0::Types::ClientSignedRequestObjectWithCredentialID }, optional: true, nullable: false
|
|
95
99
|
|
|
100
|
+
field :token_vault_privileged_access, -> { Auth0::Types::ClientTokenVaultPrivilegedAccessWithCredentialID }, optional: true, nullable: false
|
|
101
|
+
|
|
96
102
|
field :compliance_level, -> { Auth0::Types::ClientComplianceLevelEnum }, optional: true, nullable: false
|
|
97
103
|
|
|
98
104
|
field :skip_non_verifiable_callback_uri_confirmation_prompt, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Settings for Token Vault Privileged Access.
|
|
6
|
+
class ClientTokenVaultPrivilegedAccessWithCredentialID < Internal::Types::Model
|
|
7
|
+
field :credentials, -> { Internal::Types::Array[Auth0::Types::CredentialID] }, optional: false, nullable: false
|
|
8
|
+
|
|
9
|
+
field :ip_allowlist, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Settings for Token Vault Privileged Access.
|
|
6
|
+
class ClientTokenVaultPrivilegedAccessWithPublicKey < Internal::Types::Model
|
|
7
|
+
field :credentials, -> { Internal::Types::Array[Auth0::Types::PublicKeyCredential] }, optional: false, nullable: false
|
|
8
|
+
|
|
9
|
+
field :ip_allowlist, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
@@ -24,6 +24,8 @@ module Auth0
|
|
|
24
24
|
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
25
25
|
|
|
26
26
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
27
|
+
|
|
28
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
27
29
|
end
|
|
28
30
|
end
|
|
29
31
|
end
|
|
@@ -24,6 +24,8 @@ module Auth0
|
|
|
24
24
|
|
|
25
25
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurposeXaa }, optional: true, nullable: false
|
|
26
26
|
|
|
27
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
28
|
+
|
|
27
29
|
field :options, -> { Auth0::Types::ConnectionOptionsOidc }, optional: true, nullable: false
|
|
28
30
|
|
|
29
31
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -24,6 +24,8 @@ module Auth0
|
|
|
24
24
|
|
|
25
25
|
field :strategy, -> { Auth0::Types::ConnectionResponseContentOktaStrategy }, optional: false, nullable: false
|
|
26
26
|
|
|
27
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
28
|
+
|
|
27
29
|
field :options, -> { Auth0::Types::ConnectionOptionsOkta }, optional: true, nullable: false
|
|
28
30
|
|
|
29
31
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -75,6 +75,10 @@ module Auth0
|
|
|
75
75
|
|
|
76
76
|
field :initiate_login_uri, -> { String }, optional: true, nullable: false
|
|
77
77
|
|
|
78
|
+
field :native_social_login, -> { Auth0::Types::NativeSocialLogin }, optional: true, nullable: false
|
|
79
|
+
|
|
80
|
+
field :fedcm_login, -> { Auth0::Types::FedCmLogin }, optional: true, nullable: false
|
|
81
|
+
|
|
78
82
|
field :refresh_token, -> { Auth0::Types::ClientRefreshTokenConfiguration }, optional: true, nullable: false
|
|
79
83
|
|
|
80
84
|
field :default_organization, -> { Auth0::Types::ClientDefaultOrganization }, optional: true, nullable: false
|
|
@@ -93,6 +97,8 @@ module Auth0
|
|
|
93
97
|
|
|
94
98
|
field :signed_request_object, -> { Auth0::Types::ClientSignedRequestObjectWithCredentialID }, optional: true, nullable: false
|
|
95
99
|
|
|
100
|
+
field :token_vault_privileged_access, -> { Auth0::Types::ClientTokenVaultPrivilegedAccessWithCredentialID }, optional: true, nullable: false
|
|
101
|
+
|
|
96
102
|
field :compliance_level, -> { Auth0::Types::ClientComplianceLevelEnum }, optional: true, nullable: false
|
|
97
103
|
|
|
98
104
|
field :skip_non_verifiable_callback_uri_confirmation_prompt, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -20,6 +20,8 @@ module Auth0
|
|
|
20
20
|
|
|
21
21
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurposeXaa }, optional: true, nullable: false
|
|
22
22
|
|
|
23
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
24
|
+
|
|
23
25
|
field :options, -> { Auth0::Types::ConnectionOptionsOidc }, optional: true, nullable: false
|
|
24
26
|
|
|
25
27
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -16,6 +16,8 @@ module Auth0
|
|
|
16
16
|
|
|
17
17
|
field :strategy, -> { Auth0::Types::CreateConnectionRequestContentOktaStrategy }, optional: false, nullable: false
|
|
18
18
|
|
|
19
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
20
|
+
|
|
19
21
|
field :options, -> { Auth0::Types::ConnectionOptionsOkta }, optional: true, nullable: false
|
|
20
22
|
|
|
21
23
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -26,6 +26,8 @@ module Auth0
|
|
|
26
26
|
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
27
27
|
|
|
28
28
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
29
|
+
|
|
30
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
29
31
|
end
|
|
30
32
|
end
|
|
31
33
|
end
|
|
@@ -15,9 +15,9 @@ module Auth0
|
|
|
15
15
|
|
|
16
16
|
field :phone_verified, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
17
17
|
|
|
18
|
-
field :created_at, -> {
|
|
18
|
+
field :created_at, -> { String }, optional: true, nullable: false
|
|
19
19
|
|
|
20
|
-
field :updated_at, -> {
|
|
20
|
+
field :updated_at, -> { String }, optional: true, nullable: false
|
|
21
21
|
|
|
22
22
|
field :identities, -> { Internal::Types::Array[Auth0::Types::UserIdentitySchema] }, optional: true, nullable: false
|
|
23
23
|
|
|
@@ -33,13 +33,13 @@ module Auth0
|
|
|
33
33
|
|
|
34
34
|
field :multifactor, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
35
35
|
|
|
36
|
-
field :multifactor_last_modified, -> {
|
|
36
|
+
field :multifactor_last_modified, -> { String }, optional: true, nullable: false
|
|
37
37
|
|
|
38
38
|
field :last_ip, -> { String }, optional: true, nullable: false
|
|
39
39
|
|
|
40
|
-
field :last_login, -> {
|
|
40
|
+
field :last_login, -> { String }, optional: true, nullable: false
|
|
41
41
|
|
|
42
|
-
field :last_password_reset, -> {
|
|
42
|
+
field :last_password_reset, -> { String }, optional: true, nullable: false
|
|
43
43
|
|
|
44
44
|
field :logins_count, -> { Integer }, optional: true, nullable: false
|
|
45
45
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Configure the connection to be used as a Requesting Application for Cross App Access.
|
|
6
|
+
class CrossAppAccessRequestingApp < Internal::Types::Model
|
|
7
|
+
field :active, -> { Internal::Types::Boolean }, optional: false, nullable: false
|
|
8
|
+
end
|
|
9
|
+
end
|
|
10
|
+
end
|
|
@@ -5,7 +5,7 @@ module Auth0
|
|
|
5
5
|
class DeleteUserIdentityResponseContentItem < Internal::Types::Model
|
|
6
6
|
field :connection, -> { String }, optional: false, nullable: false
|
|
7
7
|
|
|
8
|
-
field :user_id, -> {
|
|
8
|
+
field :user_id, -> { Auth0::Types::UserID }, optional: false, nullable: false
|
|
9
9
|
|
|
10
10
|
field :provider, -> { String }, optional: false, nullable: false
|
|
11
11
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Google FedCM configuration for this client
|
|
6
|
+
class FedCmLoginGooglePatch < Internal::Types::Model
|
|
7
|
+
field :is_enabled, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
8
|
+
end
|
|
9
|
+
end
|
|
10
|
+
end
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Configure FedCM login settings for New Universal Login
|
|
6
|
+
class FedCmLoginPatch < Internal::Types::Model
|
|
7
|
+
field :google, -> { Auth0::Types::FedCmLoginGooglePatch }, optional: true, nullable: false
|
|
8
|
+
end
|
|
9
|
+
end
|
|
10
|
+
end
|
|
@@ -75,6 +75,10 @@ module Auth0
|
|
|
75
75
|
|
|
76
76
|
field :initiate_login_uri, -> { String }, optional: true, nullable: false
|
|
77
77
|
|
|
78
|
+
field :native_social_login, -> { Auth0::Types::NativeSocialLogin }, optional: true, nullable: false
|
|
79
|
+
|
|
80
|
+
field :fedcm_login, -> { Auth0::Types::FedCmLogin }, optional: true, nullable: false
|
|
81
|
+
|
|
78
82
|
field :refresh_token, -> { Auth0::Types::ClientRefreshTokenConfiguration }, optional: true, nullable: false
|
|
79
83
|
|
|
80
84
|
field :default_organization, -> { Auth0::Types::ClientDefaultOrganization }, optional: true, nullable: false
|
|
@@ -93,6 +97,8 @@ module Auth0
|
|
|
93
97
|
|
|
94
98
|
field :signed_request_object, -> { Auth0::Types::ClientSignedRequestObjectWithCredentialID }, optional: true, nullable: false
|
|
95
99
|
|
|
100
|
+
field :token_vault_privileged_access, -> { Auth0::Types::ClientTokenVaultPrivilegedAccessWithCredentialID }, optional: true, nullable: false
|
|
101
|
+
|
|
96
102
|
field :compliance_level, -> { Auth0::Types::ClientComplianceLevelEnum }, optional: true, nullable: false
|
|
97
103
|
|
|
98
104
|
field :skip_non_verifiable_callback_uri_confirmation_prompt, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -26,6 +26,8 @@ module Auth0
|
|
|
26
26
|
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
27
27
|
|
|
28
28
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
29
|
+
|
|
30
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
29
31
|
end
|
|
30
32
|
end
|
|
31
33
|
end
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
class GetPhoneProviderProtectionResponseContent < Internal::Types::Model
|
|
6
|
+
field :type, -> { Auth0::Types::PhoneProviderProtectionBackoffStrategyEnum }, optional: false, nullable: false
|
|
7
|
+
end
|
|
8
|
+
end
|
|
9
|
+
end
|
|
@@ -15,9 +15,9 @@ module Auth0
|
|
|
15
15
|
|
|
16
16
|
field :phone_verified, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
17
17
|
|
|
18
|
-
field :created_at, -> {
|
|
18
|
+
field :created_at, -> { String }, optional: true, nullable: false
|
|
19
19
|
|
|
20
|
-
field :updated_at, -> {
|
|
20
|
+
field :updated_at, -> { String }, optional: true, nullable: false
|
|
21
21
|
|
|
22
22
|
field :identities, -> { Internal::Types::Array[Auth0::Types::UserIdentitySchema] }, optional: true, nullable: false
|
|
23
23
|
|
|
@@ -33,13 +33,13 @@ module Auth0
|
|
|
33
33
|
|
|
34
34
|
field :multifactor, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
35
35
|
|
|
36
|
-
field :multifactor_last_modified, -> {
|
|
36
|
+
field :multifactor_last_modified, -> { String }, optional: true, nullable: false
|
|
37
37
|
|
|
38
38
|
field :last_ip, -> { String }, optional: true, nullable: false
|
|
39
39
|
|
|
40
|
-
field :last_login, -> {
|
|
40
|
+
field :last_login, -> { String }, optional: true, nullable: false
|
|
41
41
|
|
|
42
|
-
field :last_password_reset, -> {
|
|
42
|
+
field :last_password_reset, -> { String }, optional: true, nullable: false
|
|
43
43
|
|
|
44
44
|
field :logins_count, -> { Integer }, optional: true, nullable: false
|
|
45
45
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Native Social Login support for the Apple connection
|
|
6
|
+
class NativeSocialLoginApplePatch < Internal::Types::Model
|
|
7
|
+
field :enabled, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
8
|
+
end
|
|
9
|
+
end
|
|
10
|
+
end
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Native Social Login support for the Facebook connection
|
|
6
|
+
class NativeSocialLoginFacebookPatch < Internal::Types::Model
|
|
7
|
+
field :enabled, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
8
|
+
end
|
|
9
|
+
end
|
|
10
|
+
end
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Native Social Login support for the google-oauth2 connection
|
|
6
|
+
class NativeSocialLoginGooglePatch < Internal::Types::Model
|
|
7
|
+
field :enabled, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
8
|
+
end
|
|
9
|
+
end
|
|
10
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
# Configure native social settings
|
|
6
|
+
class NativeSocialLoginPatch < Internal::Types::Model
|
|
7
|
+
field :apple, -> { Auth0::Types::NativeSocialLoginApplePatch }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :facebook, -> { Auth0::Types::NativeSocialLoginFacebookPatch }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :google, -> { Auth0::Types::NativeSocialLoginGooglePatch }, optional: true, nullable: false
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
class PatchPhoneProviderProtectionResponseContent < Internal::Types::Model
|
|
6
|
+
field :type, -> { Auth0::Types::PhoneProviderProtectionBackoffStrategyEnum }, optional: false, nullable: false
|
|
7
|
+
end
|
|
8
|
+
end
|
|
9
|
+
end
|
|
@@ -75,6 +75,10 @@ module Auth0
|
|
|
75
75
|
|
|
76
76
|
field :initiate_login_uri, -> { String }, optional: true, nullable: false
|
|
77
77
|
|
|
78
|
+
field :native_social_login, -> { Auth0::Types::NativeSocialLogin }, optional: true, nullable: false
|
|
79
|
+
|
|
80
|
+
field :fedcm_login, -> { Auth0::Types::FedCmLogin }, optional: true, nullable: false
|
|
81
|
+
|
|
78
82
|
field :refresh_token, -> { Auth0::Types::ClientRefreshTokenConfiguration }, optional: true, nullable: false
|
|
79
83
|
|
|
80
84
|
field :default_organization, -> { Auth0::Types::ClientDefaultOrganization }, optional: true, nullable: false
|
|
@@ -93,6 +97,8 @@ module Auth0
|
|
|
93
97
|
|
|
94
98
|
field :signed_request_object, -> { Auth0::Types::ClientSignedRequestObjectWithCredentialID }, optional: true, nullable: false
|
|
95
99
|
|
|
100
|
+
field :token_vault_privileged_access, -> { Auth0::Types::ClientTokenVaultPrivilegedAccessWithCredentialID }, optional: true, nullable: false
|
|
101
|
+
|
|
96
102
|
field :compliance_level, -> { Auth0::Types::ClientComplianceLevelEnum }, optional: true, nullable: false
|
|
97
103
|
|
|
98
104
|
field :skip_non_verifiable_callback_uri_confirmation_prompt, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Auth0
|
|
4
|
+
module Types
|
|
5
|
+
module TokenVaultPrivilegedAccessIPAllowlistEntry
|
|
6
|
+
# TokenVaultPrivilegedAccessIPAllowlistEntry is an alias for String
|
|
7
|
+
|
|
8
|
+
# @option str [String]
|
|
9
|
+
#
|
|
10
|
+
# @return [untyped]
|
|
11
|
+
def self.load(str)
|
|
12
|
+
::JSON.parse(str)
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
# @option value [untyped]
|
|
16
|
+
#
|
|
17
|
+
# @return [String]
|
|
18
|
+
def self.dump(value)
|
|
19
|
+
::JSON.generate(value)
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
@@ -75,6 +75,10 @@ module Auth0
|
|
|
75
75
|
|
|
76
76
|
field :initiate_login_uri, -> { String }, optional: true, nullable: false
|
|
77
77
|
|
|
78
|
+
field :native_social_login, -> { Auth0::Types::NativeSocialLogin }, optional: true, nullable: false
|
|
79
|
+
|
|
80
|
+
field :fedcm_login, -> { Auth0::Types::FedCmLogin }, optional: true, nullable: false
|
|
81
|
+
|
|
78
82
|
field :refresh_token, -> { Auth0::Types::ClientRefreshTokenConfiguration }, optional: true, nullable: false
|
|
79
83
|
|
|
80
84
|
field :default_organization, -> { Auth0::Types::ClientDefaultOrganization }, optional: true, nullable: false
|
|
@@ -93,6 +97,8 @@ module Auth0
|
|
|
93
97
|
|
|
94
98
|
field :signed_request_object, -> { Auth0::Types::ClientSignedRequestObjectWithCredentialID }, optional: true, nullable: false
|
|
95
99
|
|
|
100
|
+
field :token_vault_privileged_access, -> { Auth0::Types::ClientTokenVaultPrivilegedAccessWithCredentialID }, optional: true, nullable: false
|
|
101
|
+
|
|
96
102
|
field :compliance_level, -> { Auth0::Types::ClientComplianceLevelEnum }, optional: true, nullable: false
|
|
97
103
|
|
|
98
104
|
field :skip_non_verifiable_callback_uri_confirmation_prompt, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -18,6 +18,8 @@ module Auth0
|
|
|
18
18
|
|
|
19
19
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurposeXaa }, optional: true, nullable: false
|
|
20
20
|
|
|
21
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
22
|
+
|
|
21
23
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
22
24
|
end
|
|
23
25
|
end
|
|
@@ -12,6 +12,8 @@ module Auth0
|
|
|
12
12
|
|
|
13
13
|
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
14
|
|
|
15
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
16
|
+
|
|
15
17
|
field :options, -> { Auth0::Types::ConnectionOptionsOkta }, optional: true, nullable: false
|
|
16
18
|
|
|
17
19
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -26,6 +26,8 @@ module Auth0
|
|
|
26
26
|
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
27
27
|
|
|
28
28
|
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
29
|
+
|
|
30
|
+
field :cross_app_access_requesting_app, -> { Auth0::Types::CrossAppAccessRequestingApp }, optional: true, nullable: false
|
|
29
31
|
end
|
|
30
32
|
end
|
|
31
33
|
end
|
|
@@ -15,9 +15,9 @@ module Auth0
|
|
|
15
15
|
|
|
16
16
|
field :phone_verified, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
17
17
|
|
|
18
|
-
field :created_at, -> {
|
|
18
|
+
field :created_at, -> { String }, optional: true, nullable: false
|
|
19
19
|
|
|
20
|
-
field :updated_at, -> {
|
|
20
|
+
field :updated_at, -> { String }, optional: true, nullable: false
|
|
21
21
|
|
|
22
22
|
field :identities, -> { Internal::Types::Array[Auth0::Types::UserIdentitySchema] }, optional: true, nullable: false
|
|
23
23
|
|
|
@@ -33,13 +33,13 @@ module Auth0
|
|
|
33
33
|
|
|
34
34
|
field :multifactor, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
35
35
|
|
|
36
|
-
field :multifactor_last_modified, -> {
|
|
36
|
+
field :multifactor_last_modified, -> { String }, optional: true, nullable: false
|
|
37
37
|
|
|
38
38
|
field :last_ip, -> { String }, optional: true, nullable: false
|
|
39
39
|
|
|
40
|
-
field :last_login, -> {
|
|
40
|
+
field :last_login, -> { String }, optional: true, nullable: false
|
|
41
41
|
|
|
42
|
-
field :last_password_reset, -> {
|
|
42
|
+
field :last_password_reset, -> { String }, optional: true, nullable: false
|
|
43
43
|
|
|
44
44
|
field :logins_count, -> { Integer }, optional: true, nullable: false
|
|
45
45
|
|
data/lib/auth0/types/user_id.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Auth0
|
|
|
5
5
|
class UserIdentitySchema < Internal::Types::Model
|
|
6
6
|
field :connection, -> { String }, optional: true, nullable: false
|
|
7
7
|
|
|
8
|
-
field :user_id, -> {
|
|
8
|
+
field :user_id, -> { Auth0::Types::UserID }, optional: true, nullable: false
|
|
9
9
|
|
|
10
10
|
field :provider, -> { Auth0::Types::UserIdentityProviderEnum }, optional: true, nullable: false
|
|
11
11
|
|
|
@@ -15,9 +15,9 @@ module Auth0
|
|
|
15
15
|
|
|
16
16
|
field :phone_verified, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
17
17
|
|
|
18
|
-
field :created_at, -> {
|
|
18
|
+
field :created_at, -> { String }, optional: true, nullable: false
|
|
19
19
|
|
|
20
|
-
field :updated_at, -> {
|
|
20
|
+
field :updated_at, -> { String }, optional: true, nullable: false
|
|
21
21
|
|
|
22
22
|
field :identities, -> { Internal::Types::Array[Auth0::Types::UserIdentitySchema] }, optional: true, nullable: false
|
|
23
23
|
|
|
@@ -33,13 +33,13 @@ module Auth0
|
|
|
33
33
|
|
|
34
34
|
field :multifactor, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
35
35
|
|
|
36
|
-
field :multifactor_last_modified, -> {
|
|
36
|
+
field :multifactor_last_modified, -> { String }, optional: true, nullable: false
|
|
37
37
|
|
|
38
38
|
field :last_ip, -> { String }, optional: true, nullable: false
|
|
39
39
|
|
|
40
|
-
field :last_login, -> {
|
|
40
|
+
field :last_login, -> { String }, optional: true, nullable: false
|
|
41
41
|
|
|
42
|
-
field :last_password_reset, -> {
|
|
42
|
+
field :last_password_reset, -> { String }, optional: true, nullable: false
|
|
43
43
|
|
|
44
44
|
field :logins_count, -> { Integer }, optional: true, nullable: false
|
|
45
45
|
|
data/lib/auth0/version.rb
CHANGED
data/lib/auth0.rb
CHANGED
|
@@ -289,8 +289,16 @@ require_relative "auth0/types/client_third_party_security_mode_enum"
|
|
|
289
289
|
require_relative "auth0/types/client_token_endpoint_auth_method_enum"
|
|
290
290
|
require_relative "auth0/types/client_token_exchange_type_enum"
|
|
291
291
|
require_relative "auth0/types/client_token_exchange_configuration"
|
|
292
|
+
require_relative "auth0/types/token_vault_privileged_access_ip_allowlist_entry"
|
|
293
|
+
require_relative "auth0/types/client_token_vault_privileged_access_with_credential_id"
|
|
292
294
|
require_relative "auth0/types/linked_client_configuration"
|
|
293
295
|
require_relative "auth0/types/express_configuration"
|
|
296
|
+
require_relative "auth0/types/fed_cm_login_google"
|
|
297
|
+
require_relative "auth0/types/fed_cm_login"
|
|
298
|
+
require_relative "auth0/types/native_social_login_apple"
|
|
299
|
+
require_relative "auth0/types/native_social_login_facebook"
|
|
300
|
+
require_relative "auth0/types/native_social_login_google"
|
|
301
|
+
require_relative "auth0/types/native_social_login"
|
|
294
302
|
require_relative "auth0/types/token_quota_client_credentials"
|
|
295
303
|
require_relative "auth0/types/token_quota"
|
|
296
304
|
require_relative "auth0/types/client"
|
|
@@ -323,6 +331,7 @@ require_relative "auth0/types/client_organization_usage_patch_enum"
|
|
|
323
331
|
require_relative "auth0/types/client_signed_request_object_with_public_key"
|
|
324
332
|
require_relative "auth0/types/client_token_endpoint_auth_method_or_null_enum"
|
|
325
333
|
require_relative "auth0/types/client_token_exchange_configuration_or_null"
|
|
334
|
+
require_relative "auth0/types/client_token_vault_privileged_access_with_public_key"
|
|
326
335
|
require_relative "auth0/types/connected_account_access_type_enum"
|
|
327
336
|
require_relative "auth0/types/connected_account"
|
|
328
337
|
require_relative "auth0/types/connection_https_url_with_http_fallback255"
|
|
@@ -477,6 +486,7 @@ require_relative "auth0/types/connection_fields_map"
|
|
|
477
486
|
require_relative "auth0/types/connection_fields_map_saml_value"
|
|
478
487
|
require_relative "auth0/types/connection_fields_map_saml"
|
|
479
488
|
require_relative "auth0/types/connection_options"
|
|
489
|
+
require_relative "auth0/types/cross_app_access_requesting_app"
|
|
480
490
|
require_relative "auth0/types/connection_for_list"
|
|
481
491
|
require_relative "auth0/types/connection_for_organization"
|
|
482
492
|
require_relative "auth0/types/connection_forward_req_info_sms"
|
|
@@ -1796,7 +1806,7 @@ require_relative "auth0/types/user_authentication_method_properties_enum"
|
|
|
1796
1806
|
require_relative "auth0/types/user_authentication_method_properties"
|
|
1797
1807
|
require_relative "auth0/types/create_user_authentication_method_response_content"
|
|
1798
1808
|
require_relative "auth0/types/user_app_metadata_schema"
|
|
1799
|
-
require_relative "auth0/types/
|
|
1809
|
+
require_relative "auth0/types/user_id"
|
|
1800
1810
|
require_relative "auth0/types/user_identity_provider_enum"
|
|
1801
1811
|
require_relative "auth0/types/user_profile_data"
|
|
1802
1812
|
require_relative "auth0/types/user_identity_schema"
|
|
@@ -2186,8 +2196,8 @@ require_relative "auth0/types/event_stream_subscribe_events_event_type_param"
|
|
|
2186
2196
|
require_relative "auth0/types/event_stream_subscribe_events_response_content"
|
|
2187
2197
|
require_relative "auth0/types/event_stream_test_event_type_enum"
|
|
2188
2198
|
require_relative "auth0/types/express_configuration_or_null"
|
|
2189
|
-
require_relative "auth0/types/
|
|
2190
|
-
require_relative "auth0/types/
|
|
2199
|
+
require_relative "auth0/types/fed_cm_login_google_patch"
|
|
2200
|
+
require_relative "auth0/types/fed_cm_login_patch"
|
|
2191
2201
|
require_relative "auth0/types/federated_connection_token_set"
|
|
2192
2202
|
require_relative "auth0/types/flow_execution_debug"
|
|
2193
2203
|
require_relative "auth0/types/flow_execution_summary"
|
|
@@ -2302,6 +2312,8 @@ require_relative "auth0/types/get_organization_discovery_domain_response_content
|
|
|
2302
2312
|
require_relative "auth0/types/get_organization_invitation_response_content"
|
|
2303
2313
|
require_relative "auth0/types/get_organization_response_content"
|
|
2304
2314
|
require_relative "auth0/types/get_partials_response_content"
|
|
2315
|
+
require_relative "auth0/types/phone_provider_protection_backoff_strategy_enum"
|
|
2316
|
+
require_relative "auth0/types/get_phone_provider_protection_response_content"
|
|
2305
2317
|
require_relative "auth0/types/get_phone_template_response_content"
|
|
2306
2318
|
require_relative "auth0/types/get_rate_limit_policy_response_content"
|
|
2307
2319
|
require_relative "auth0/types/refresh_token_date_object"
|
|
@@ -2502,14 +2514,15 @@ require_relative "auth0/types/log_stream_mixpanel_sink_patch"
|
|
|
2502
2514
|
require_relative "auth0/types/log_stream_response_schema"
|
|
2503
2515
|
require_relative "auth0/types/log_stream_segment_sink"
|
|
2504
2516
|
require_relative "auth0/types/log_stream_sink_patch"
|
|
2505
|
-
require_relative "auth0/types/
|
|
2506
|
-
require_relative "auth0/types/
|
|
2507
|
-
require_relative "auth0/types/
|
|
2508
|
-
require_relative "auth0/types/
|
|
2517
|
+
require_relative "auth0/types/native_social_login_apple_patch"
|
|
2518
|
+
require_relative "auth0/types/native_social_login_facebook_patch"
|
|
2519
|
+
require_relative "auth0/types/native_social_login_google_patch"
|
|
2520
|
+
require_relative "auth0/types/native_social_login_patch"
|
|
2509
2521
|
require_relative "auth0/types/organization_access_level_enum_with_null"
|
|
2510
2522
|
require_relative "auth0/types/partial_groups_enum"
|
|
2511
2523
|
require_relative "auth0/types/partial_phone_template_content"
|
|
2512
2524
|
require_relative "auth0/types/patch_client_credential_response_content"
|
|
2525
|
+
require_relative "auth0/types/patch_phone_provider_protection_response_content"
|
|
2513
2526
|
require_relative "auth0/types/patch_rate_limit_policy_configuration_request_content_zero_action"
|
|
2514
2527
|
require_relative "auth0/types/patch_rate_limit_policy_configuration_request_content_zero"
|
|
2515
2528
|
require_relative "auth0/types/patch_rate_limit_policy_configuration_request_content_one_action"
|
|
@@ -2726,7 +2739,6 @@ require_relative "auth0/types/update_verifiable_credential_template_response_con
|
|
|
2726
2739
|
require_relative "auth0/types/user_attribute_profile_patch_user_id"
|
|
2727
2740
|
require_relative "auth0/types/user_enrollment_auth_method_enum"
|
|
2728
2741
|
require_relative "auth0/types/user_enrollment_status_enum"
|
|
2729
|
-
require_relative "auth0/types/user_id"
|
|
2730
2742
|
require_relative "auth0/types/user_identity"
|
|
2731
2743
|
require_relative "auth0/types/user_list_log_offset_paginated_response_content"
|
|
2732
2744
|
require_relative "auth0/types/user_multifactor_provider_enum"
|
|
@@ -2898,6 +2910,8 @@ require_relative "auth0/attack_protection/brute_force_protection/client"
|
|
|
2898
2910
|
require_relative "auth0/attack_protection/brute_force_protection/types/update_brute_force_settings_request_content"
|
|
2899
2911
|
require_relative "auth0/attack_protection/captcha/client"
|
|
2900
2912
|
require_relative "auth0/attack_protection/captcha/types/update_attack_protection_captcha_request_content"
|
|
2913
|
+
require_relative "auth0/attack_protection/phone_provider_protection/client"
|
|
2914
|
+
require_relative "auth0/attack_protection/phone_provider_protection/types/patch_phone_provider_protection_request_content"
|
|
2901
2915
|
require_relative "auth0/attack_protection/suspicious_ip_throttling/client"
|
|
2902
2916
|
require_relative "auth0/attack_protection/suspicious_ip_throttling/types/update_suspicious_ip_throttling_settings_request_content"
|
|
2903
2917
|
require_relative "auth0/branding/templates/client"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auth0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.0.beta.
|
|
4
|
+
version: 6.0.0.beta.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Auth0
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -161,6 +161,8 @@ files:
|
|
|
161
161
|
- lib/auth0/attack_protection/captcha/client.rb
|
|
162
162
|
- lib/auth0/attack_protection/captcha/types/update_attack_protection_captcha_request_content.rb
|
|
163
163
|
- lib/auth0/attack_protection/client.rb
|
|
164
|
+
- lib/auth0/attack_protection/phone_provider_protection/client.rb
|
|
165
|
+
- lib/auth0/attack_protection/phone_provider_protection/types/patch_phone_provider_protection_request_content.rb
|
|
164
166
|
- lib/auth0/attack_protection/suspicious_ip_throttling/client.rb
|
|
165
167
|
- lib/auth0/attack_protection/suspicious_ip_throttling/types/update_suspicious_ip_throttling_settings_request_content.rb
|
|
166
168
|
- lib/auth0/auth_client.rb
|
|
@@ -727,6 +729,8 @@ files:
|
|
|
727
729
|
- lib/auth0/types/client_token_exchange_configuration.rb
|
|
728
730
|
- lib/auth0/types/client_token_exchange_configuration_or_null.rb
|
|
729
731
|
- lib/auth0/types/client_token_exchange_type_enum.rb
|
|
732
|
+
- lib/auth0/types/client_token_vault_privileged_access_with_credential_id.rb
|
|
733
|
+
- lib/auth0/types/client_token_vault_privileged_access_with_public_key.rb
|
|
730
734
|
- lib/auth0/types/connected_account.rb
|
|
731
735
|
- lib/auth0/types/connected_account_access_type_enum.rb
|
|
732
736
|
- lib/auth0/types/connection_access_token_urlo_auth1.rb
|
|
@@ -1503,6 +1507,7 @@ files:
|
|
|
1503
1507
|
- lib/auth0/types/created_user_authentication_method_type_enum.rb
|
|
1504
1508
|
- lib/auth0/types/credential_device_type_enum.rb
|
|
1505
1509
|
- lib/auth0/types/credential_id.rb
|
|
1510
|
+
- lib/auth0/types/cross_app_access_requesting_app.rb
|
|
1506
1511
|
- lib/auth0/types/csp_directives.rb
|
|
1507
1512
|
- lib/auth0/types/csp_flag.rb
|
|
1508
1513
|
- lib/auth0/types/csp_flags.rb
|
|
@@ -1944,6 +1949,8 @@ files:
|
|
|
1944
1949
|
- lib/auth0/types/extensibility_email_provider_credentials.rb
|
|
1945
1950
|
- lib/auth0/types/fed_cm_login.rb
|
|
1946
1951
|
- lib/auth0/types/fed_cm_login_google.rb
|
|
1952
|
+
- lib/auth0/types/fed_cm_login_google_patch.rb
|
|
1953
|
+
- lib/auth0/types/fed_cm_login_patch.rb
|
|
1947
1954
|
- lib/auth0/types/federated_connection_token_set.rb
|
|
1948
1955
|
- lib/auth0/types/flow_action.rb
|
|
1949
1956
|
- lib/auth0/types/flow_action_activecampaign.rb
|
|
@@ -2580,6 +2587,7 @@ files:
|
|
|
2580
2587
|
- lib/auth0/types/get_organization_invitation_response_content.rb
|
|
2581
2588
|
- lib/auth0/types/get_organization_response_content.rb
|
|
2582
2589
|
- lib/auth0/types/get_partials_response_content.rb
|
|
2590
|
+
- lib/auth0/types/get_phone_provider_protection_response_content.rb
|
|
2583
2591
|
- lib/auth0/types/get_phone_template_response_content.rb
|
|
2584
2592
|
- lib/auth0/types/get_rate_limit_policy_response_content.rb
|
|
2585
2593
|
- lib/auth0/types/get_refresh_token_response_content.rb
|
|
@@ -2763,8 +2771,12 @@ files:
|
|
|
2763
2771
|
- lib/auth0/types/mfa_policy_enum.rb
|
|
2764
2772
|
- lib/auth0/types/native_social_login.rb
|
|
2765
2773
|
- lib/auth0/types/native_social_login_apple.rb
|
|
2774
|
+
- lib/auth0/types/native_social_login_apple_patch.rb
|
|
2766
2775
|
- lib/auth0/types/native_social_login_facebook.rb
|
|
2776
|
+
- lib/auth0/types/native_social_login_facebook_patch.rb
|
|
2767
2777
|
- lib/auth0/types/native_social_login_google.rb
|
|
2778
|
+
- lib/auth0/types/native_social_login_google_patch.rb
|
|
2779
|
+
- lib/auth0/types/native_social_login_patch.rb
|
|
2768
2780
|
- lib/auth0/types/network_acl_action.rb
|
|
2769
2781
|
- lib/auth0/types/network_acl_action_allow_enum.rb
|
|
2770
2782
|
- lib/auth0/types/network_acl_action_block_enum.rb
|
|
@@ -2809,6 +2821,7 @@ files:
|
|
|
2809
2821
|
- lib/auth0/types/password_max_length_exceeded_policy_enum.rb
|
|
2810
2822
|
- lib/auth0/types/password_sequential_characters_policy_enum.rb
|
|
2811
2823
|
- lib/auth0/types/patch_client_credential_response_content.rb
|
|
2824
|
+
- lib/auth0/types/patch_phone_provider_protection_response_content.rb
|
|
2812
2825
|
- lib/auth0/types/patch_rate_limit_policy_configuration_request_content.rb
|
|
2813
2826
|
- lib/auth0/types/patch_rate_limit_policy_configuration_request_content_action.rb
|
|
2814
2827
|
- lib/auth0/types/patch_rate_limit_policy_configuration_request_content_action_action.rb
|
|
@@ -2825,6 +2838,7 @@ files:
|
|
|
2825
2838
|
- lib/auth0/types/phone_provider_credentials.rb
|
|
2826
2839
|
- lib/auth0/types/phone_provider_delivery_method_enum.rb
|
|
2827
2840
|
- lib/auth0/types/phone_provider_name_enum.rb
|
|
2841
|
+
- lib/auth0/types/phone_provider_protection_backoff_strategy_enum.rb
|
|
2828
2842
|
- lib/auth0/types/phone_provider_schema_masked.rb
|
|
2829
2843
|
- lib/auth0/types/phone_template.rb
|
|
2830
2844
|
- lib/auth0/types/phone_template_body.rb
|
|
@@ -3003,6 +3017,7 @@ files:
|
|
|
3003
3017
|
- lib/auth0/types/token_quota.rb
|
|
3004
3018
|
- lib/auth0/types/token_quota_client_credentials.rb
|
|
3005
3019
|
- lib/auth0/types/token_quota_configuration.rb
|
|
3020
|
+
- lib/auth0/types/token_vault_privileged_access_ip_allowlist_entry.rb
|
|
3006
3021
|
- lib/auth0/types/too_many_requests_schema.rb
|
|
3007
3022
|
- lib/auth0/types/too_many_requests_schema_error.rb
|
|
3008
3023
|
- lib/auth0/types/twilio_provider_configuration.rb
|
|
@@ -3157,7 +3172,6 @@ files:
|
|
|
3157
3172
|
- lib/auth0/types/user_authentication_method_properties.rb
|
|
3158
3173
|
- lib/auth0/types/user_authentication_method_properties_enum.rb
|
|
3159
3174
|
- lib/auth0/types/user_block_identifier.rb
|
|
3160
|
-
- lib/auth0/types/user_date_schema.rb
|
|
3161
3175
|
- lib/auth0/types/user_effective_permission_response_content.rb
|
|
3162
3176
|
- lib/auth0/types/user_effective_permission_role_source_enum.rb
|
|
3163
3177
|
- lib/auth0/types/user_effective_permission_role_source_response_content.rb
|