ory-kratos-client 0.6.1.alpha1 → 0.7.1.alpha1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +83 -95
- data/docs/AdminApi.md +15 -13
- data/docs/AdminCreateIdentityBody.md +20 -0
- data/docs/AdminCreateSelfServiceRecoveryLinkBody.md +20 -0
- data/docs/AdminUpdateIdentityBody.md +22 -0
- data/docs/GenericError.md +14 -2
- data/docs/Identity.md +12 -2
- data/docs/IdentityCredentials.md +5 -1
- data/docs/IdentityState.md +15 -0
- data/docs/JsonError.md +18 -0
- data/docs/LoginFlow.md +5 -1
- data/docs/MetadataApi.md +254 -0
- data/docs/PublicApi.md +216 -210
- data/docs/RecoveryAddress.md +4 -0
- data/docs/SelfServiceError.md +24 -0
- data/docs/SelfServiceErrorContainer.md +24 -0
- data/docs/SelfServiceLoginFlow.md +36 -0
- data/docs/SelfServiceLogoutUrl.md +18 -0
- data/docs/SelfServiceRecoveryFlow.md +32 -0
- data/docs/SelfServiceRecoveryFlowState.md +15 -0
- data/docs/SelfServiceRecoveryLink.md +20 -0
- data/docs/SelfServiceRegistrationFlow.md +30 -0
- data/docs/SelfServiceSettingsFlow.md +34 -0
- data/docs/SelfServiceSettingsFlowState.md +15 -0
- data/docs/SelfServiceVerificationFlow.md +32 -0
- data/docs/SelfServiceVerificationFlowState.md +15 -0
- data/docs/Session.md +4 -4
- data/docs/SubmitSelfServiceLoginFlowBody.md +76 -0
- data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +22 -0
- data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +24 -0
- data/docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md +18 -0
- data/docs/SubmitSelfServiceRecoveryFlowBody.md +75 -0
- data/docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md +22 -0
- data/docs/SubmitSelfServiceRegistrationFlowBody.md +76 -0
- data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +22 -0
- data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md +24 -0
- data/docs/SubmitSelfServiceSettingsFlowBody.md +79 -0
- data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +24 -0
- data/docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md +22 -0
- data/docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md +22 -0
- data/docs/SubmitSelfServiceVerificationFlowBody.md +75 -0
- data/docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md +22 -0
- data/docs/SuccessfulSelfServiceLoginWithoutBrowser.md +20 -0
- data/docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md +22 -0
- data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +20 -0
- data/docs/UiNodeInputAttributes.md +1 -1
- data/docs/V0alpha1Api.md +2167 -0
- data/docs/VerifiableIdentityAddress.md +32 -0
- data/lib/ory-kratos-client.rb +38 -30
- data/lib/ory-kratos-client/api/admin_api.rb +7 -4
- data/lib/ory-kratos-client/api/metadata_api.rb +248 -0
- data/lib/ory-kratos-client/api/public_api.rb +171 -162
- data/lib/ory-kratos-client/api/v0alpha1_api.rb +2054 -0
- data/lib/ory-kratos-client/api_client.rb +1 -1
- data/lib/ory-kratos-client/api_error.rb +1 -1
- data/lib/ory-kratos-client/configuration.rb +9 -30
- data/lib/ory-kratos-client/models/admin_create_identity_body.rb +239 -0
- data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +250 -0
- data/lib/ory-kratos-client/models/admin_update_identity_body.rb +248 -0
- data/lib/ory-kratos-client/models/authenticate_ok_body.rb +1 -1
- data/lib/ory-kratos-client/models/container_change_response_item.rb +1 -1
- data/lib/ory-kratos-client/models/container_create_created_body.rb +1 -1
- data/lib/ory-kratos-client/models/container_top_ok_body.rb +1 -1
- data/lib/ory-kratos-client/models/container_update_ok_body.rb +1 -1
- data/lib/ory-kratos-client/models/container_wait_ok_body.rb +1 -1
- data/lib/ory-kratos-client/models/container_wait_ok_body_error.rb +1 -1
- data/lib/ory-kratos-client/models/create_identity.rb +1 -1
- data/lib/ory-kratos-client/models/create_recovery_link.rb +1 -1
- data/lib/ory-kratos-client/models/error_container.rb +1 -1
- data/lib/ory-kratos-client/models/error_response.rb +1 -1
- data/lib/ory-kratos-client/models/generic_error.rb +76 -9
- data/lib/ory-kratos-client/models/generic_error_payload.rb +1 -1
- data/lib/ory-kratos-client/models/graph_driver_data.rb +1 -1
- data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-kratos-client/models/health_status.rb +1 -1
- data/lib/ory-kratos-client/models/id_response.rb +1 -1
- data/lib/ory-kratos-client/models/identity.rb +57 -9
- data/lib/ory-kratos-client/models/identity_credentials.rb +25 -5
- data/lib/ory-kratos-client/models/identity_state.rb +37 -0
- data/lib/ory-kratos-client/models/image_delete_response_item.rb +1 -1
- data/lib/ory-kratos-client/models/image_summary.rb +1 -1
- data/lib/ory-kratos-client/models/inline_response200.rb +1 -1
- data/lib/ory-kratos-client/models/inline_response2001.rb +1 -1
- data/lib/ory-kratos-client/models/inline_response503.rb +1 -1
- data/lib/ory-kratos-client/models/json_error.rb +224 -0
- data/lib/ory-kratos-client/models/login_flow.rb +25 -5
- data/lib/ory-kratos-client/models/login_via_api_response.rb +1 -1
- data/lib/ory-kratos-client/models/meta.rb +1 -1
- data/lib/ory-kratos-client/models/plugin.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_config.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_config_args.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_config_interface.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_config_linux.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_config_network.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_config_rootfs.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_config_user.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_device.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_env.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_interface_type.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_mount.rb +1 -1
- data/lib/ory-kratos-client/models/plugin_settings.rb +1 -1
- data/lib/ory-kratos-client/models/port.rb +1 -1
- data/lib/ory-kratos-client/models/recovery_address.rb +22 -2
- data/lib/ory-kratos-client/models/recovery_flow.rb +1 -1
- data/lib/ory-kratos-client/models/recovery_link.rb +1 -1
- data/lib/ory-kratos-client/models/registration_flow.rb +1 -1
- data/lib/ory-kratos-client/models/registration_via_api_response.rb +1 -1
- data/lib/ory-kratos-client/models/revoke_session.rb +1 -1
- data/lib/ory-kratos-client/models/self_service_error.rb +252 -0
- data/lib/ory-kratos-client/models/self_service_error_container.rb +260 -0
- data/lib/ory-kratos-client/models/self_service_login_flow.rb +338 -0
- data/lib/ory-kratos-client/models/self_service_logout_url.rb +219 -0
- data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +317 -0
- data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +38 -0
- data/lib/ory-kratos-client/models/self_service_recovery_link.rb +234 -0
- data/lib/ory-kratos-client/models/self_service_registration_flow.rb +302 -0
- data/lib/ory-kratos-client/models/self_service_settings_flow.rb +331 -0
- data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +37 -0
- data/lib/ory-kratos-client/models/self_service_verification_flow.rb +307 -0
- data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +38 -0
- data/lib/ory-kratos-client/models/service_update_response.rb +1 -1
- data/lib/ory-kratos-client/models/session.rb +6 -16
- data/lib/ory-kratos-client/models/settings_flow.rb +1 -1
- data/lib/ory-kratos-client/models/settings_profile_form_config.rb +1 -1
- data/lib/ory-kratos-client/models/settings_via_api_response.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_login_flow.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +54 -0
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +250 -0
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +298 -0
- data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +225 -0
- data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +53 -0
- data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +283 -0
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +54 -0
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +250 -0
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method.rb +22 -1
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +299 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +56 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +255 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +283 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +250 -0
- data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +54 -0
- data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method.rb +1 -1
- data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +283 -0
- data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +234 -0
- data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +243 -0
- data/lib/ory-kratos-client/models/successful_self_service_settings_without_browser.rb +238 -0
- data/lib/ory-kratos-client/models/ui_container.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +4 -2
- data/lib/ory-kratos-client/models/ui_node_input_attributes_value.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_text.rb +1 -1
- data/lib/ory-kratos-client/models/update_identity.rb +1 -1
- data/lib/ory-kratos-client/models/verifiable_address.rb +1 -1
- data/lib/ory-kratos-client/models/verifiable_identity_address.rb +313 -0
- data/lib/ory-kratos-client/models/verification_flow.rb +1 -1
- data/lib/ory-kratos-client/models/version.rb +1 -1
- data/lib/ory-kratos-client/models/volume.rb +1 -1
- data/lib/ory-kratos-client/models/volume_usage_data.rb +1 -1
- data/lib/ory-kratos-client/version.rb +2 -2
- data/ory-kratos-client.gemspec +1 -1
- data/spec/api/metadata_api_spec.rb +79 -0
- data/spec/api/v0alpha1_api_spec.rb +429 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +4 -4
- data/spec/models/admin_create_identity_body_spec.rb +40 -0
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +40 -0
- data/spec/models/admin_update_identity_body_spec.rb +46 -0
- data/spec/models/identity_state_spec.rb +28 -0
- data/spec/models/json_error_spec.rb +34 -0
- data/spec/models/self_service_error_container_spec.rb +52 -0
- data/spec/models/self_service_error_spec.rb +52 -0
- data/spec/models/self_service_login_flow_spec.rb +88 -0
- data/spec/models/self_service_logout_url_spec.rb +34 -0
- data/spec/models/self_service_recovery_flow_spec.rb +76 -0
- data/spec/models/self_service_recovery_flow_state_spec.rb +28 -0
- data/spec/models/self_service_recovery_link_spec.rb +40 -0
- data/spec/models/self_service_registration_flow_spec.rb +70 -0
- data/spec/models/self_service_settings_flow_spec.rb +82 -0
- data/spec/models/self_service_settings_flow_state_spec.rb +28 -0
- data/spec/models/self_service_verification_flow_spec.rb +76 -0
- data/spec/models/self_service_verification_flow_state_spec.rb +28 -0
- data/spec/models/submit_self_service_login_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +46 -0
- data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +56 -0
- data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +34 -0
- data/spec/models/submit_self_service_recovery_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +50 -0
- data/spec/models/submit_self_service_registration_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +46 -0
- data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +56 -0
- data/spec/models/submit_self_service_settings_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +52 -0
- data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +50 -0
- data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +46 -0
- data/spec/models/submit_self_service_verification_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +50 -0
- data/spec/models/successful_self_service_login_without_browser_spec.rb +40 -0
- data/spec/models/successful_self_service_registration_without_browser_spec.rb +46 -0
- data/spec/models/successful_self_service_settings_without_browser_spec.rb +40 -0
- data/spec/models/verifiable_identity_address_spec.rb +76 -0
- data/spec/spec_helper.rb +1 -1
- metadata +155 -3
@@ -0,0 +1,50 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.7.0-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody do
|
21
|
+
let(:instance) { OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SubmitSelfServiceSettingsFlowWithPasswordMethodBody' do
|
24
|
+
it 'should create an instance of SubmitSelfServiceSettingsFlowWithPasswordMethodBody' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "csrf_token"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "method"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["password", "profile", "oidc"])
|
38
|
+
# validator.allowable_values.each do |value|
|
39
|
+
# expect { instance.method = value }.not_to raise_error
|
40
|
+
# end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
describe 'test attribute "password"' do
|
45
|
+
it 'should work' do
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.7.0-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody do
|
21
|
+
let(:instance) { OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SubmitSelfServiceSettingsFlowWithProfileMethodBody' do
|
24
|
+
it 'should create an instance of SubmitSelfServiceSettingsFlowWithProfileMethodBody' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "csrf_token"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "method"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "traits"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.7.0-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::SubmitSelfServiceVerificationFlowBody
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SubmitSelfServiceVerificationFlowBody do
|
21
|
+
describe '.openapi_one_of' do
|
22
|
+
it 'lists the items referenced in the oneOf array' do
|
23
|
+
expect(described_class.openapi_one_of).to_not be_empty
|
24
|
+
end
|
25
|
+
end
|
26
|
+
|
27
|
+
describe '.openapi_discriminator_name' do
|
28
|
+
it 'returns the value of the "discriminator" property' do
|
29
|
+
expect(described_class.openapi_discriminator_name).to_not be_empty
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
describe '.openapi_discriminator_mapping' do
|
34
|
+
it 'returns the key/values of the "mapping" property' do
|
35
|
+
expect(described_class.openapi_discriminator_mapping.values.sort).to eq(described_class.openapi_one_of.sort)
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
describe '.build' do
|
40
|
+
it 'returns the correct model' do
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.7.0-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody do
|
21
|
+
let(:instance) { OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SubmitSelfServiceVerificationFlowWithLinkMethodBody' do
|
24
|
+
it 'should create an instance of SubmitSelfServiceVerificationFlowWithLinkMethodBody' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "csrf_token"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "email"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "method"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["password", "oidc"])
|
44
|
+
# validator.allowable_values.each do |value|
|
45
|
+
# expect { instance.method = value }.not_to raise_error
|
46
|
+
# end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.7.0-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::SuccessfulSelfServiceLoginWithoutBrowser
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SuccessfulSelfServiceLoginWithoutBrowser do
|
21
|
+
let(:instance) { OryHydraClient::SuccessfulSelfServiceLoginWithoutBrowser.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SuccessfulSelfServiceLoginWithoutBrowser' do
|
24
|
+
it 'should create an instance of SuccessfulSelfServiceLoginWithoutBrowser' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::SuccessfulSelfServiceLoginWithoutBrowser)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "session"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "session_token"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.7.0-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::SuccessfulSelfServiceRegistrationWithoutBrowser
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SuccessfulSelfServiceRegistrationWithoutBrowser do
|
21
|
+
let(:instance) { OryHydraClient::SuccessfulSelfServiceRegistrationWithoutBrowser.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SuccessfulSelfServiceRegistrationWithoutBrowser' do
|
24
|
+
it 'should create an instance of SuccessfulSelfServiceRegistrationWithoutBrowser' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::SuccessfulSelfServiceRegistrationWithoutBrowser)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "identity"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "session"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "session_token"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.7.0-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::SuccessfulSelfServiceSettingsWithoutBrowser
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SuccessfulSelfServiceSettingsWithoutBrowser do
|
21
|
+
let(:instance) { OryHydraClient::SuccessfulSelfServiceSettingsWithoutBrowser.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SuccessfulSelfServiceSettingsWithoutBrowser' do
|
24
|
+
it 'should create an instance of SuccessfulSelfServiceSettingsWithoutBrowser' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::SuccessfulSelfServiceSettingsWithoutBrowser)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "flow"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "identity"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
@@ -0,0 +1,76 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.6.3-alpha.1
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::VerifiableIdentityAddress
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::VerifiableIdentityAddress do
|
21
|
+
let(:instance) { OryHydraClient::VerifiableIdentityAddress.new }
|
22
|
+
|
23
|
+
describe 'test an instance of VerifiableIdentityAddress' do
|
24
|
+
it 'should create an instance of VerifiableIdentityAddress' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::VerifiableIdentityAddress)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "created_at"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "id"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "status"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "updated_at"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "value"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "verified"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "verified_at"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "via"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
end
|
data/spec/spec_helper.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.
|
6
|
+
The version of the OpenAPI document: v0.7.1-alpha.1
|
7
7
|
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.1.1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ory-kratos-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.1.alpha1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ORY GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -66,6 +66,9 @@ files:
|
|
66
66
|
- README.md
|
67
67
|
- Rakefile
|
68
68
|
- docs/AdminApi.md
|
69
|
+
- docs/AdminCreateIdentityBody.md
|
70
|
+
- docs/AdminCreateSelfServiceRecoveryLinkBody.md
|
71
|
+
- docs/AdminUpdateIdentityBody.md
|
69
72
|
- docs/AuthenticateOKBody.md
|
70
73
|
- docs/ContainerChangeResponseItem.md
|
71
74
|
- docs/ContainerCreateCreatedBody.md
|
@@ -85,14 +88,17 @@ files:
|
|
85
88
|
- docs/IdResponse.md
|
86
89
|
- docs/Identity.md
|
87
90
|
- docs/IdentityCredentials.md
|
91
|
+
- docs/IdentityState.md
|
88
92
|
- docs/ImageDeleteResponseItem.md
|
89
93
|
- docs/ImageSummary.md
|
90
94
|
- docs/InlineResponse200.md
|
91
95
|
- docs/InlineResponse2001.md
|
92
96
|
- docs/InlineResponse503.md
|
97
|
+
- docs/JsonError.md
|
93
98
|
- docs/LoginFlow.md
|
94
99
|
- docs/LoginViaApiResponse.md
|
95
100
|
- docs/Meta.md
|
101
|
+
- docs/MetadataApi.md
|
96
102
|
- docs/Plugin.md
|
97
103
|
- docs/PluginConfig.md
|
98
104
|
- docs/PluginConfigArgs.md
|
@@ -114,6 +120,18 @@ files:
|
|
114
120
|
- docs/RegistrationFlow.md
|
115
121
|
- docs/RegistrationViaApiResponse.md
|
116
122
|
- docs/RevokeSession.md
|
123
|
+
- docs/SelfServiceError.md
|
124
|
+
- docs/SelfServiceErrorContainer.md
|
125
|
+
- docs/SelfServiceLoginFlow.md
|
126
|
+
- docs/SelfServiceLogoutUrl.md
|
127
|
+
- docs/SelfServiceRecoveryFlow.md
|
128
|
+
- docs/SelfServiceRecoveryFlowState.md
|
129
|
+
- docs/SelfServiceRecoveryLink.md
|
130
|
+
- docs/SelfServiceRegistrationFlow.md
|
131
|
+
- docs/SelfServiceSettingsFlow.md
|
132
|
+
- docs/SelfServiceSettingsFlowState.md
|
133
|
+
- docs/SelfServiceVerificationFlow.md
|
134
|
+
- docs/SelfServiceVerificationFlowState.md
|
117
135
|
- docs/ServiceUpdateResponse.md
|
118
136
|
- docs/Session.md
|
119
137
|
- docs/SettingsFlow.md
|
@@ -121,14 +139,32 @@ files:
|
|
121
139
|
- docs/SettingsViaApiResponse.md
|
122
140
|
- docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md
|
123
141
|
- docs/SubmitSelfServiceLoginFlow.md
|
142
|
+
- docs/SubmitSelfServiceLoginFlowBody.md
|
143
|
+
- docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md
|
124
144
|
- docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
|
145
|
+
- docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
|
146
|
+
- docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md
|
147
|
+
- docs/SubmitSelfServiceRecoveryFlowBody.md
|
125
148
|
- docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
|
149
|
+
- docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
|
126
150
|
- docs/SubmitSelfServiceRegistrationFlow.md
|
151
|
+
- docs/SubmitSelfServiceRegistrationFlowBody.md
|
152
|
+
- docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
|
127
153
|
- docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
|
154
|
+
- docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
|
128
155
|
- docs/SubmitSelfServiceSettingsFlow.md
|
156
|
+
- docs/SubmitSelfServiceSettingsFlowBody.md
|
157
|
+
- docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
|
129
158
|
- docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
|
159
|
+
- docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
|
130
160
|
- docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md
|
161
|
+
- docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md
|
162
|
+
- docs/SubmitSelfServiceVerificationFlowBody.md
|
131
163
|
- docs/SubmitSelfServiceVerificationFlowWithLinkMethod.md
|
164
|
+
- docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md
|
165
|
+
- docs/SuccessfulSelfServiceLoginWithoutBrowser.md
|
166
|
+
- docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
|
167
|
+
- docs/SuccessfulSelfServiceSettingsWithoutBrowser.md
|
132
168
|
- docs/UiContainer.md
|
133
169
|
- docs/UiNode.md
|
134
170
|
- docs/UiNodeAnchorAttributes.md
|
@@ -139,17 +175,24 @@ files:
|
|
139
175
|
- docs/UiNodeTextAttributes.md
|
140
176
|
- docs/UiText.md
|
141
177
|
- docs/UpdateIdentity.md
|
178
|
+
- docs/V0alpha1Api.md
|
142
179
|
- docs/VerifiableAddress.md
|
180
|
+
- docs/VerifiableIdentityAddress.md
|
143
181
|
- docs/VerificationFlow.md
|
144
182
|
- docs/Version.md
|
145
183
|
- docs/Volume.md
|
146
184
|
- docs/VolumeUsageData.md
|
147
185
|
- lib/ory-kratos-client.rb
|
148
186
|
- lib/ory-kratos-client/api/admin_api.rb
|
187
|
+
- lib/ory-kratos-client/api/metadata_api.rb
|
149
188
|
- lib/ory-kratos-client/api/public_api.rb
|
189
|
+
- lib/ory-kratos-client/api/v0alpha1_api.rb
|
150
190
|
- lib/ory-kratos-client/api_client.rb
|
151
191
|
- lib/ory-kratos-client/api_error.rb
|
152
192
|
- lib/ory-kratos-client/configuration.rb
|
193
|
+
- lib/ory-kratos-client/models/admin_create_identity_body.rb
|
194
|
+
- lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb
|
195
|
+
- lib/ory-kratos-client/models/admin_update_identity_body.rb
|
153
196
|
- lib/ory-kratos-client/models/authenticate_ok_body.rb
|
154
197
|
- lib/ory-kratos-client/models/container_change_response_item.rb
|
155
198
|
- lib/ory-kratos-client/models/container_create_created_body.rb
|
@@ -169,11 +212,13 @@ files:
|
|
169
212
|
- lib/ory-kratos-client/models/id_response.rb
|
170
213
|
- lib/ory-kratos-client/models/identity.rb
|
171
214
|
- lib/ory-kratos-client/models/identity_credentials.rb
|
215
|
+
- lib/ory-kratos-client/models/identity_state.rb
|
172
216
|
- lib/ory-kratos-client/models/image_delete_response_item.rb
|
173
217
|
- lib/ory-kratos-client/models/image_summary.rb
|
174
218
|
- lib/ory-kratos-client/models/inline_response200.rb
|
175
219
|
- lib/ory-kratos-client/models/inline_response2001.rb
|
176
220
|
- lib/ory-kratos-client/models/inline_response503.rb
|
221
|
+
- lib/ory-kratos-client/models/json_error.rb
|
177
222
|
- lib/ory-kratos-client/models/login_flow.rb
|
178
223
|
- lib/ory-kratos-client/models/login_via_api_response.rb
|
179
224
|
- lib/ory-kratos-client/models/meta.rb
|
@@ -197,6 +242,18 @@ files:
|
|
197
242
|
- lib/ory-kratos-client/models/registration_flow.rb
|
198
243
|
- lib/ory-kratos-client/models/registration_via_api_response.rb
|
199
244
|
- lib/ory-kratos-client/models/revoke_session.rb
|
245
|
+
- lib/ory-kratos-client/models/self_service_error.rb
|
246
|
+
- lib/ory-kratos-client/models/self_service_error_container.rb
|
247
|
+
- lib/ory-kratos-client/models/self_service_login_flow.rb
|
248
|
+
- lib/ory-kratos-client/models/self_service_logout_url.rb
|
249
|
+
- lib/ory-kratos-client/models/self_service_recovery_flow.rb
|
250
|
+
- lib/ory-kratos-client/models/self_service_recovery_flow_state.rb
|
251
|
+
- lib/ory-kratos-client/models/self_service_recovery_link.rb
|
252
|
+
- lib/ory-kratos-client/models/self_service_registration_flow.rb
|
253
|
+
- lib/ory-kratos-client/models/self_service_settings_flow.rb
|
254
|
+
- lib/ory-kratos-client/models/self_service_settings_flow_state.rb
|
255
|
+
- lib/ory-kratos-client/models/self_service_verification_flow.rb
|
256
|
+
- lib/ory-kratos-client/models/self_service_verification_flow_state.rb
|
200
257
|
- lib/ory-kratos-client/models/service_update_response.rb
|
201
258
|
- lib/ory-kratos-client/models/session.rb
|
202
259
|
- lib/ory-kratos-client/models/settings_flow.rb
|
@@ -204,14 +261,32 @@ files:
|
|
204
261
|
- lib/ory-kratos-client/models/settings_via_api_response.rb
|
205
262
|
- lib/ory-kratos-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb
|
206
263
|
- lib/ory-kratos-client/models/submit_self_service_login_flow.rb
|
264
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb
|
265
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb
|
207
266
|
- lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method.rb
|
267
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb
|
268
|
+
- lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb
|
269
|
+
- lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb
|
208
270
|
- lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method.rb
|
271
|
+
- lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb
|
209
272
|
- lib/ory-kratos-client/models/submit_self_service_registration_flow.rb
|
273
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb
|
274
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb
|
210
275
|
- lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method.rb
|
276
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb
|
211
277
|
- lib/ory-kratos-client/models/submit_self_service_settings_flow.rb
|
278
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb
|
279
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb
|
212
280
|
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method.rb
|
281
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb
|
213
282
|
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method.rb
|
283
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb
|
284
|
+
- lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb
|
214
285
|
- lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method.rb
|
286
|
+
- lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb
|
287
|
+
- lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb
|
288
|
+
- lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb
|
289
|
+
- lib/ory-kratos-client/models/successful_self_service_settings_without_browser.rb
|
215
290
|
- lib/ory-kratos-client/models/ui_container.rb
|
216
291
|
- lib/ory-kratos-client/models/ui_node.rb
|
217
292
|
- lib/ory-kratos-client/models/ui_node_anchor_attributes.rb
|
@@ -223,6 +298,7 @@ files:
|
|
223
298
|
- lib/ory-kratos-client/models/ui_text.rb
|
224
299
|
- lib/ory-kratos-client/models/update_identity.rb
|
225
300
|
- lib/ory-kratos-client/models/verifiable_address.rb
|
301
|
+
- lib/ory-kratos-client/models/verifiable_identity_address.rb
|
226
302
|
- lib/ory-kratos-client/models/verification_flow.rb
|
227
303
|
- lib/ory-kratos-client/models/version.rb
|
228
304
|
- lib/ory-kratos-client/models/volume.rb
|
@@ -230,9 +306,14 @@ files:
|
|
230
306
|
- lib/ory-kratos-client/version.rb
|
231
307
|
- ory-kratos-client.gemspec
|
232
308
|
- spec/api/admin_api_spec.rb
|
309
|
+
- spec/api/metadata_api_spec.rb
|
233
310
|
- spec/api/public_api_spec.rb
|
311
|
+
- spec/api/v0alpha1_api_spec.rb
|
234
312
|
- spec/api_client_spec.rb
|
235
313
|
- spec/configuration_spec.rb
|
314
|
+
- spec/models/admin_create_identity_body_spec.rb
|
315
|
+
- spec/models/admin_create_self_service_recovery_link_body_spec.rb
|
316
|
+
- spec/models/admin_update_identity_body_spec.rb
|
236
317
|
- spec/models/authenticate_ok_body_spec.rb
|
237
318
|
- spec/models/container_change_response_item_spec.rb
|
238
319
|
- spec/models/container_create_created_body_spec.rb
|
@@ -252,11 +333,13 @@ files:
|
|
252
333
|
- spec/models/id_response_spec.rb
|
253
334
|
- spec/models/identity_credentials_spec.rb
|
254
335
|
- spec/models/identity_spec.rb
|
336
|
+
- spec/models/identity_state_spec.rb
|
255
337
|
- spec/models/image_delete_response_item_spec.rb
|
256
338
|
- spec/models/image_summary_spec.rb
|
257
339
|
- spec/models/inline_response2001_spec.rb
|
258
340
|
- spec/models/inline_response200_spec.rb
|
259
341
|
- spec/models/inline_response503_spec.rb
|
342
|
+
- spec/models/json_error_spec.rb
|
260
343
|
- spec/models/login_flow_spec.rb
|
261
344
|
- spec/models/login_via_api_response_spec.rb
|
262
345
|
- spec/models/meta_spec.rb
|
@@ -280,21 +363,51 @@ files:
|
|
280
363
|
- spec/models/registration_flow_spec.rb
|
281
364
|
- spec/models/registration_via_api_response_spec.rb
|
282
365
|
- spec/models/revoke_session_spec.rb
|
366
|
+
- spec/models/self_service_error_container_spec.rb
|
367
|
+
- spec/models/self_service_error_spec.rb
|
368
|
+
- spec/models/self_service_login_flow_spec.rb
|
369
|
+
- spec/models/self_service_logout_url_spec.rb
|
370
|
+
- spec/models/self_service_recovery_flow_spec.rb
|
371
|
+
- spec/models/self_service_recovery_flow_state_spec.rb
|
372
|
+
- spec/models/self_service_recovery_link_spec.rb
|
373
|
+
- spec/models/self_service_registration_flow_spec.rb
|
374
|
+
- spec/models/self_service_settings_flow_spec.rb
|
375
|
+
- spec/models/self_service_settings_flow_state_spec.rb
|
376
|
+
- spec/models/self_service_verification_flow_spec.rb
|
377
|
+
- spec/models/self_service_verification_flow_state_spec.rb
|
283
378
|
- spec/models/service_update_response_spec.rb
|
284
379
|
- spec/models/session_spec.rb
|
285
380
|
- spec/models/settings_flow_spec.rb
|
286
381
|
- spec/models/settings_profile_form_config_spec.rb
|
287
382
|
- spec/models/settings_via_api_response_spec.rb
|
288
383
|
- spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb
|
384
|
+
- spec/models/submit_self_service_login_flow_body_spec.rb
|
289
385
|
- spec/models/submit_self_service_login_flow_spec.rb
|
386
|
+
- spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb
|
387
|
+
- spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb
|
290
388
|
- spec/models/submit_self_service_login_flow_with_password_method_spec.rb
|
389
|
+
- spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb
|
390
|
+
- spec/models/submit_self_service_recovery_flow_body_spec.rb
|
391
|
+
- spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb
|
291
392
|
- spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb
|
393
|
+
- spec/models/submit_self_service_registration_flow_body_spec.rb
|
292
394
|
- spec/models/submit_self_service_registration_flow_spec.rb
|
395
|
+
- spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb
|
396
|
+
- spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb
|
293
397
|
- spec/models/submit_self_service_registration_flow_with_password_method_spec.rb
|
398
|
+
- spec/models/submit_self_service_settings_flow_body_spec.rb
|
294
399
|
- spec/models/submit_self_service_settings_flow_spec.rb
|
400
|
+
- spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb
|
401
|
+
- spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb
|
295
402
|
- spec/models/submit_self_service_settings_flow_with_password_method_spec.rb
|
403
|
+
- spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb
|
296
404
|
- spec/models/submit_self_service_settings_flow_with_profile_method_spec.rb
|
405
|
+
- spec/models/submit_self_service_verification_flow_body_spec.rb
|
406
|
+
- spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
|
297
407
|
- spec/models/submit_self_service_verification_flow_with_link_method_spec.rb
|
408
|
+
- spec/models/successful_self_service_login_without_browser_spec.rb
|
409
|
+
- spec/models/successful_self_service_registration_without_browser_spec.rb
|
410
|
+
- spec/models/successful_self_service_settings_without_browser_spec.rb
|
298
411
|
- spec/models/ui_container_spec.rb
|
299
412
|
- spec/models/ui_node_anchor_attributes_spec.rb
|
300
413
|
- spec/models/ui_node_attributes_spec.rb
|
@@ -306,6 +419,7 @@ files:
|
|
306
419
|
- spec/models/ui_text_spec.rb
|
307
420
|
- spec/models/update_identity_spec.rb
|
308
421
|
- spec/models/verifiable_address_spec.rb
|
422
|
+
- spec/models/verifiable_identity_address_spec.rb
|
309
423
|
- spec/models/verification_flow_spec.rb
|
310
424
|
- spec/models/version_spec.rb
|
311
425
|
- spec/models/volume_spec.rb
|
@@ -337,9 +451,14 @@ specification_version: 4
|
|
337
451
|
summary: Ory Kratos API Ruby Gem
|
338
452
|
test_files:
|
339
453
|
- spec/api/admin_api_spec.rb
|
454
|
+
- spec/api/metadata_api_spec.rb
|
340
455
|
- spec/api/public_api_spec.rb
|
456
|
+
- spec/api/v0alpha1_api_spec.rb
|
341
457
|
- spec/api_client_spec.rb
|
342
458
|
- spec/configuration_spec.rb
|
459
|
+
- spec/models/admin_create_identity_body_spec.rb
|
460
|
+
- spec/models/admin_create_self_service_recovery_link_body_spec.rb
|
461
|
+
- spec/models/admin_update_identity_body_spec.rb
|
343
462
|
- spec/models/authenticate_ok_body_spec.rb
|
344
463
|
- spec/models/container_change_response_item_spec.rb
|
345
464
|
- spec/models/container_create_created_body_spec.rb
|
@@ -364,6 +483,7 @@ test_files:
|
|
364
483
|
- spec/models/inline_response2001_spec.rb
|
365
484
|
- spec/models/inline_response200_spec.rb
|
366
485
|
- spec/models/inline_response503_spec.rb
|
486
|
+
- spec/models/json_error_spec.rb
|
367
487
|
- spec/models/login_flow_spec.rb
|
368
488
|
- spec/models/login_via_api_response_spec.rb
|
369
489
|
- spec/models/meta_spec.rb
|
@@ -387,22 +507,52 @@ test_files:
|
|
387
507
|
- spec/models/registration_flow_spec.rb
|
388
508
|
- spec/models/registration_via_api_response_spec.rb
|
389
509
|
- spec/models/revoke_session_spec.rb
|
510
|
+
- spec/models/self_service_error_container_spec.rb
|
511
|
+
- spec/models/self_service_error_spec.rb
|
512
|
+
- spec/models/self_service_login_flow_spec.rb
|
513
|
+
- spec/models/self_service_logout_url_spec.rb
|
514
|
+
- spec/models/self_service_recovery_flow_spec.rb
|
515
|
+
- spec/models/self_service_recovery_flow_state_spec.rb
|
516
|
+
- spec/models/self_service_recovery_link_spec.rb
|
517
|
+
- spec/models/self_service_registration_flow_spec.rb
|
518
|
+
- spec/models/self_service_settings_flow_spec.rb
|
519
|
+
- spec/models/self_service_settings_flow_state_spec.rb
|
520
|
+
- spec/models/self_service_verification_flow_spec.rb
|
521
|
+
- spec/models/self_service_verification_flow_state_spec.rb
|
390
522
|
- spec/models/service_update_response_spec.rb
|
391
523
|
- spec/models/session_spec.rb
|
392
524
|
- spec/models/settings_flow_spec.rb
|
393
525
|
- spec/models/settings_profile_form_config_spec.rb
|
394
526
|
- spec/models/settings_via_api_response_spec.rb
|
395
527
|
- spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb
|
528
|
+
- spec/models/submit_self_service_login_flow_body_spec.rb
|
396
529
|
- spec/models/submit_self_service_login_flow_spec.rb
|
530
|
+
- spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb
|
531
|
+
- spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb
|
397
532
|
- spec/models/submit_self_service_login_flow_with_password_method_spec.rb
|
533
|
+
- spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb
|
534
|
+
- spec/models/submit_self_service_recovery_flow_body_spec.rb
|
535
|
+
- spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb
|
398
536
|
- spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb
|
537
|
+
- spec/models/submit_self_service_registration_flow_body_spec.rb
|
399
538
|
- spec/models/submit_self_service_registration_flow_spec.rb
|
539
|
+
- spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb
|
540
|
+
- spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb
|
541
|
+
- spec/models/ui_container_spec.rb
|
400
542
|
- spec/models/submit_self_service_registration_flow_with_password_method_spec.rb
|
543
|
+
- spec/models/submit_self_service_settings_flow_body_spec.rb
|
401
544
|
- spec/models/submit_self_service_settings_flow_spec.rb
|
545
|
+
- spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb
|
546
|
+
- spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb
|
402
547
|
- spec/models/submit_self_service_settings_flow_with_password_method_spec.rb
|
548
|
+
- spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb
|
403
549
|
- spec/models/submit_self_service_settings_flow_with_profile_method_spec.rb
|
550
|
+
- spec/models/submit_self_service_verification_flow_body_spec.rb
|
551
|
+
- spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
|
404
552
|
- spec/models/submit_self_service_verification_flow_with_link_method_spec.rb
|
405
|
-
- spec/models/
|
553
|
+
- spec/models/successful_self_service_login_without_browser_spec.rb
|
554
|
+
- spec/models/successful_self_service_registration_without_browser_spec.rb
|
555
|
+
- spec/models/successful_self_service_settings_without_browser_spec.rb
|
406
556
|
- spec/models/ui_node_anchor_attributes_spec.rb
|
407
557
|
- spec/models/ui_node_attributes_spec.rb
|
408
558
|
- spec/models/ui_node_image_attributes_spec.rb
|
@@ -413,8 +563,10 @@ test_files:
|
|
413
563
|
- spec/models/ui_text_spec.rb
|
414
564
|
- spec/models/update_identity_spec.rb
|
415
565
|
- spec/models/verifiable_address_spec.rb
|
566
|
+
- spec/models/verifiable_identity_address_spec.rb
|
416
567
|
- spec/models/verification_flow_spec.rb
|
417
568
|
- spec/models/version_spec.rb
|
418
569
|
- spec/models/volume_spec.rb
|
419
570
|
- spec/models/volume_usage_data_spec.rb
|
571
|
+
- spec/models/identity_state_spec.rb
|
420
572
|
- spec/spec_helper.rb
|