ory-kratos-client 0.6.0.alpha17 → 0.7.0.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 +82 -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 -4
- data/docs/IdentityCredentials.md +5 -1
- 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 +37 -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 +245 -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 +56 -15
- data/lib/ory-kratos-client/models/identity_credentials.rb +25 -5
- 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/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 +150 -2
@@ -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.0-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.0.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-13 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
|
@@ -90,9 +93,11 @@ files:
|
|
90
93
|
- docs/InlineResponse200.md
|
91
94
|
- docs/InlineResponse2001.md
|
92
95
|
- docs/InlineResponse503.md
|
96
|
+
- docs/JsonError.md
|
93
97
|
- docs/LoginFlow.md
|
94
98
|
- docs/LoginViaApiResponse.md
|
95
99
|
- docs/Meta.md
|
100
|
+
- docs/MetadataApi.md
|
96
101
|
- docs/Plugin.md
|
97
102
|
- docs/PluginConfig.md
|
98
103
|
- docs/PluginConfigArgs.md
|
@@ -114,6 +119,18 @@ files:
|
|
114
119
|
- docs/RegistrationFlow.md
|
115
120
|
- docs/RegistrationViaApiResponse.md
|
116
121
|
- docs/RevokeSession.md
|
122
|
+
- docs/SelfServiceError.md
|
123
|
+
- docs/SelfServiceErrorContainer.md
|
124
|
+
- docs/SelfServiceLoginFlow.md
|
125
|
+
- docs/SelfServiceLogoutUrl.md
|
126
|
+
- docs/SelfServiceRecoveryFlow.md
|
127
|
+
- docs/SelfServiceRecoveryFlowState.md
|
128
|
+
- docs/SelfServiceRecoveryLink.md
|
129
|
+
- docs/SelfServiceRegistrationFlow.md
|
130
|
+
- docs/SelfServiceSettingsFlow.md
|
131
|
+
- docs/SelfServiceSettingsFlowState.md
|
132
|
+
- docs/SelfServiceVerificationFlow.md
|
133
|
+
- docs/SelfServiceVerificationFlowState.md
|
117
134
|
- docs/ServiceUpdateResponse.md
|
118
135
|
- docs/Session.md
|
119
136
|
- docs/SettingsFlow.md
|
@@ -121,14 +138,32 @@ files:
|
|
121
138
|
- docs/SettingsViaApiResponse.md
|
122
139
|
- docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md
|
123
140
|
- docs/SubmitSelfServiceLoginFlow.md
|
141
|
+
- docs/SubmitSelfServiceLoginFlowBody.md
|
142
|
+
- docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md
|
124
143
|
- docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
|
144
|
+
- docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
|
145
|
+
- docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md
|
146
|
+
- docs/SubmitSelfServiceRecoveryFlowBody.md
|
125
147
|
- docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
|
148
|
+
- docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
|
126
149
|
- docs/SubmitSelfServiceRegistrationFlow.md
|
150
|
+
- docs/SubmitSelfServiceRegistrationFlowBody.md
|
151
|
+
- docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
|
127
152
|
- docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
|
153
|
+
- docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
|
128
154
|
- docs/SubmitSelfServiceSettingsFlow.md
|
155
|
+
- docs/SubmitSelfServiceSettingsFlowBody.md
|
156
|
+
- docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
|
129
157
|
- docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
|
158
|
+
- docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
|
130
159
|
- docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md
|
160
|
+
- docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md
|
161
|
+
- docs/SubmitSelfServiceVerificationFlowBody.md
|
131
162
|
- docs/SubmitSelfServiceVerificationFlowWithLinkMethod.md
|
163
|
+
- docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md
|
164
|
+
- docs/SuccessfulSelfServiceLoginWithoutBrowser.md
|
165
|
+
- docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
|
166
|
+
- docs/SuccessfulSelfServiceSettingsWithoutBrowser.md
|
132
167
|
- docs/UiContainer.md
|
133
168
|
- docs/UiNode.md
|
134
169
|
- docs/UiNodeAnchorAttributes.md
|
@@ -139,17 +174,24 @@ files:
|
|
139
174
|
- docs/UiNodeTextAttributes.md
|
140
175
|
- docs/UiText.md
|
141
176
|
- docs/UpdateIdentity.md
|
177
|
+
- docs/V0alpha1Api.md
|
142
178
|
- docs/VerifiableAddress.md
|
179
|
+
- docs/VerifiableIdentityAddress.md
|
143
180
|
- docs/VerificationFlow.md
|
144
181
|
- docs/Version.md
|
145
182
|
- docs/Volume.md
|
146
183
|
- docs/VolumeUsageData.md
|
147
184
|
- lib/ory-kratos-client.rb
|
148
185
|
- lib/ory-kratos-client/api/admin_api.rb
|
186
|
+
- lib/ory-kratos-client/api/metadata_api.rb
|
149
187
|
- lib/ory-kratos-client/api/public_api.rb
|
188
|
+
- lib/ory-kratos-client/api/v0alpha1_api.rb
|
150
189
|
- lib/ory-kratos-client/api_client.rb
|
151
190
|
- lib/ory-kratos-client/api_error.rb
|
152
191
|
- lib/ory-kratos-client/configuration.rb
|
192
|
+
- lib/ory-kratos-client/models/admin_create_identity_body.rb
|
193
|
+
- lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb
|
194
|
+
- lib/ory-kratos-client/models/admin_update_identity_body.rb
|
153
195
|
- lib/ory-kratos-client/models/authenticate_ok_body.rb
|
154
196
|
- lib/ory-kratos-client/models/container_change_response_item.rb
|
155
197
|
- lib/ory-kratos-client/models/container_create_created_body.rb
|
@@ -174,6 +216,7 @@ files:
|
|
174
216
|
- lib/ory-kratos-client/models/inline_response200.rb
|
175
217
|
- lib/ory-kratos-client/models/inline_response2001.rb
|
176
218
|
- lib/ory-kratos-client/models/inline_response503.rb
|
219
|
+
- lib/ory-kratos-client/models/json_error.rb
|
177
220
|
- lib/ory-kratos-client/models/login_flow.rb
|
178
221
|
- lib/ory-kratos-client/models/login_via_api_response.rb
|
179
222
|
- lib/ory-kratos-client/models/meta.rb
|
@@ -197,6 +240,18 @@ files:
|
|
197
240
|
- lib/ory-kratos-client/models/registration_flow.rb
|
198
241
|
- lib/ory-kratos-client/models/registration_via_api_response.rb
|
199
242
|
- lib/ory-kratos-client/models/revoke_session.rb
|
243
|
+
- lib/ory-kratos-client/models/self_service_error.rb
|
244
|
+
- lib/ory-kratos-client/models/self_service_error_container.rb
|
245
|
+
- lib/ory-kratos-client/models/self_service_login_flow.rb
|
246
|
+
- lib/ory-kratos-client/models/self_service_logout_url.rb
|
247
|
+
- lib/ory-kratos-client/models/self_service_recovery_flow.rb
|
248
|
+
- lib/ory-kratos-client/models/self_service_recovery_flow_state.rb
|
249
|
+
- lib/ory-kratos-client/models/self_service_recovery_link.rb
|
250
|
+
- lib/ory-kratos-client/models/self_service_registration_flow.rb
|
251
|
+
- lib/ory-kratos-client/models/self_service_settings_flow.rb
|
252
|
+
- lib/ory-kratos-client/models/self_service_settings_flow_state.rb
|
253
|
+
- lib/ory-kratos-client/models/self_service_verification_flow.rb
|
254
|
+
- lib/ory-kratos-client/models/self_service_verification_flow_state.rb
|
200
255
|
- lib/ory-kratos-client/models/service_update_response.rb
|
201
256
|
- lib/ory-kratos-client/models/session.rb
|
202
257
|
- lib/ory-kratos-client/models/settings_flow.rb
|
@@ -204,14 +259,32 @@ files:
|
|
204
259
|
- lib/ory-kratos-client/models/settings_via_api_response.rb
|
205
260
|
- lib/ory-kratos-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb
|
206
261
|
- lib/ory-kratos-client/models/submit_self_service_login_flow.rb
|
262
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb
|
263
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb
|
207
264
|
- lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method.rb
|
265
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb
|
266
|
+
- lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb
|
267
|
+
- lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb
|
208
268
|
- lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method.rb
|
269
|
+
- lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb
|
209
270
|
- lib/ory-kratos-client/models/submit_self_service_registration_flow.rb
|
271
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb
|
272
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb
|
210
273
|
- lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method.rb
|
274
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb
|
211
275
|
- lib/ory-kratos-client/models/submit_self_service_settings_flow.rb
|
276
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb
|
277
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb
|
212
278
|
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method.rb
|
279
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb
|
213
280
|
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method.rb
|
281
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb
|
282
|
+
- lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb
|
214
283
|
- lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method.rb
|
284
|
+
- lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb
|
285
|
+
- lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb
|
286
|
+
- lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb
|
287
|
+
- lib/ory-kratos-client/models/successful_self_service_settings_without_browser.rb
|
215
288
|
- lib/ory-kratos-client/models/ui_container.rb
|
216
289
|
- lib/ory-kratos-client/models/ui_node.rb
|
217
290
|
- lib/ory-kratos-client/models/ui_node_anchor_attributes.rb
|
@@ -223,6 +296,7 @@ files:
|
|
223
296
|
- lib/ory-kratos-client/models/ui_text.rb
|
224
297
|
- lib/ory-kratos-client/models/update_identity.rb
|
225
298
|
- lib/ory-kratos-client/models/verifiable_address.rb
|
299
|
+
- lib/ory-kratos-client/models/verifiable_identity_address.rb
|
226
300
|
- lib/ory-kratos-client/models/verification_flow.rb
|
227
301
|
- lib/ory-kratos-client/models/version.rb
|
228
302
|
- lib/ory-kratos-client/models/volume.rb
|
@@ -230,9 +304,14 @@ files:
|
|
230
304
|
- lib/ory-kratos-client/version.rb
|
231
305
|
- ory-kratos-client.gemspec
|
232
306
|
- spec/api/admin_api_spec.rb
|
307
|
+
- spec/api/metadata_api_spec.rb
|
233
308
|
- spec/api/public_api_spec.rb
|
309
|
+
- spec/api/v0alpha1_api_spec.rb
|
234
310
|
- spec/api_client_spec.rb
|
235
311
|
- spec/configuration_spec.rb
|
312
|
+
- spec/models/admin_create_identity_body_spec.rb
|
313
|
+
- spec/models/admin_create_self_service_recovery_link_body_spec.rb
|
314
|
+
- spec/models/admin_update_identity_body_spec.rb
|
236
315
|
- spec/models/authenticate_ok_body_spec.rb
|
237
316
|
- spec/models/container_change_response_item_spec.rb
|
238
317
|
- spec/models/container_create_created_body_spec.rb
|
@@ -257,6 +336,7 @@ files:
|
|
257
336
|
- spec/models/inline_response2001_spec.rb
|
258
337
|
- spec/models/inline_response200_spec.rb
|
259
338
|
- spec/models/inline_response503_spec.rb
|
339
|
+
- spec/models/json_error_spec.rb
|
260
340
|
- spec/models/login_flow_spec.rb
|
261
341
|
- spec/models/login_via_api_response_spec.rb
|
262
342
|
- spec/models/meta_spec.rb
|
@@ -280,21 +360,51 @@ files:
|
|
280
360
|
- spec/models/registration_flow_spec.rb
|
281
361
|
- spec/models/registration_via_api_response_spec.rb
|
282
362
|
- spec/models/revoke_session_spec.rb
|
363
|
+
- spec/models/self_service_error_container_spec.rb
|
364
|
+
- spec/models/self_service_error_spec.rb
|
365
|
+
- spec/models/self_service_login_flow_spec.rb
|
366
|
+
- spec/models/self_service_logout_url_spec.rb
|
367
|
+
- spec/models/self_service_recovery_flow_spec.rb
|
368
|
+
- spec/models/self_service_recovery_flow_state_spec.rb
|
369
|
+
- spec/models/self_service_recovery_link_spec.rb
|
370
|
+
- spec/models/self_service_registration_flow_spec.rb
|
371
|
+
- spec/models/self_service_settings_flow_spec.rb
|
372
|
+
- spec/models/self_service_settings_flow_state_spec.rb
|
373
|
+
- spec/models/self_service_verification_flow_spec.rb
|
374
|
+
- spec/models/self_service_verification_flow_state_spec.rb
|
283
375
|
- spec/models/service_update_response_spec.rb
|
284
376
|
- spec/models/session_spec.rb
|
285
377
|
- spec/models/settings_flow_spec.rb
|
286
378
|
- spec/models/settings_profile_form_config_spec.rb
|
287
379
|
- spec/models/settings_via_api_response_spec.rb
|
288
380
|
- spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb
|
381
|
+
- spec/models/submit_self_service_login_flow_body_spec.rb
|
289
382
|
- spec/models/submit_self_service_login_flow_spec.rb
|
383
|
+
- spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb
|
384
|
+
- spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb
|
290
385
|
- spec/models/submit_self_service_login_flow_with_password_method_spec.rb
|
386
|
+
- spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb
|
387
|
+
- spec/models/submit_self_service_recovery_flow_body_spec.rb
|
388
|
+
- spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb
|
291
389
|
- spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb
|
390
|
+
- spec/models/submit_self_service_registration_flow_body_spec.rb
|
292
391
|
- spec/models/submit_self_service_registration_flow_spec.rb
|
392
|
+
- spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb
|
393
|
+
- spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb
|
293
394
|
- spec/models/submit_self_service_registration_flow_with_password_method_spec.rb
|
395
|
+
- spec/models/submit_self_service_settings_flow_body_spec.rb
|
294
396
|
- spec/models/submit_self_service_settings_flow_spec.rb
|
397
|
+
- spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb
|
398
|
+
- spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb
|
295
399
|
- spec/models/submit_self_service_settings_flow_with_password_method_spec.rb
|
400
|
+
- spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb
|
296
401
|
- spec/models/submit_self_service_settings_flow_with_profile_method_spec.rb
|
402
|
+
- spec/models/submit_self_service_verification_flow_body_spec.rb
|
403
|
+
- spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
|
297
404
|
- spec/models/submit_self_service_verification_flow_with_link_method_spec.rb
|
405
|
+
- spec/models/successful_self_service_login_without_browser_spec.rb
|
406
|
+
- spec/models/successful_self_service_registration_without_browser_spec.rb
|
407
|
+
- spec/models/successful_self_service_settings_without_browser_spec.rb
|
298
408
|
- spec/models/ui_container_spec.rb
|
299
409
|
- spec/models/ui_node_anchor_attributes_spec.rb
|
300
410
|
- spec/models/ui_node_attributes_spec.rb
|
@@ -306,6 +416,7 @@ files:
|
|
306
416
|
- spec/models/ui_text_spec.rb
|
307
417
|
- spec/models/update_identity_spec.rb
|
308
418
|
- spec/models/verifiable_address_spec.rb
|
419
|
+
- spec/models/verifiable_identity_address_spec.rb
|
309
420
|
- spec/models/verification_flow_spec.rb
|
310
421
|
- spec/models/version_spec.rb
|
311
422
|
- spec/models/volume_spec.rb
|
@@ -338,6 +449,8 @@ summary: Ory Kratos API Ruby Gem
|
|
338
449
|
test_files:
|
339
450
|
- spec/api/admin_api_spec.rb
|
340
451
|
- spec/api/public_api_spec.rb
|
452
|
+
- spec/api/metadata_api_spec.rb
|
453
|
+
- spec/api/v0alpha1_api_spec.rb
|
341
454
|
- spec/api_client_spec.rb
|
342
455
|
- spec/configuration_spec.rb
|
343
456
|
- spec/models/authenticate_ok_body_spec.rb
|
@@ -364,6 +477,7 @@ test_files:
|
|
364
477
|
- spec/models/inline_response2001_spec.rb
|
365
478
|
- spec/models/inline_response200_spec.rb
|
366
479
|
- spec/models/inline_response503_spec.rb
|
480
|
+
- spec/models/json_error_spec.rb
|
367
481
|
- spec/models/login_flow_spec.rb
|
368
482
|
- spec/models/login_via_api_response_spec.rb
|
369
483
|
- spec/models/meta_spec.rb
|
@@ -387,6 +501,7 @@ test_files:
|
|
387
501
|
- spec/models/registration_flow_spec.rb
|
388
502
|
- spec/models/registration_via_api_response_spec.rb
|
389
503
|
- spec/models/revoke_session_spec.rb
|
504
|
+
- spec/models/self_service_error_container_spec.rb
|
390
505
|
- spec/models/service_update_response_spec.rb
|
391
506
|
- spec/models/session_spec.rb
|
392
507
|
- spec/models/settings_flow_spec.rb
|
@@ -413,8 +528,41 @@ test_files:
|
|
413
528
|
- spec/models/ui_text_spec.rb
|
414
529
|
- spec/models/update_identity_spec.rb
|
415
530
|
- spec/models/verifiable_address_spec.rb
|
531
|
+
- spec/models/verifiable_identity_address_spec.rb
|
416
532
|
- spec/models/verification_flow_spec.rb
|
417
533
|
- spec/models/version_spec.rb
|
418
534
|
- spec/models/volume_spec.rb
|
419
535
|
- spec/models/volume_usage_data_spec.rb
|
536
|
+
- spec/models/admin_create_identity_body_spec.rb
|
537
|
+
- spec/models/admin_create_self_service_recovery_link_body_spec.rb
|
538
|
+
- spec/models/admin_update_identity_body_spec.rb
|
539
|
+
- spec/models/self_service_error_spec.rb
|
540
|
+
- spec/models/self_service_login_flow_spec.rb
|
541
|
+
- spec/models/self_service_logout_url_spec.rb
|
542
|
+
- spec/models/self_service_recovery_flow_spec.rb
|
543
|
+
- spec/models/self_service_recovery_link_spec.rb
|
544
|
+
- spec/models/self_service_recovery_flow_state_spec.rb
|
545
|
+
- spec/models/self_service_registration_flow_spec.rb
|
546
|
+
- spec/models/self_service_settings_flow_spec.rb
|
547
|
+
- spec/models/self_service_settings_flow_state_spec.rb
|
548
|
+
- spec/models/self_service_verification_flow_spec.rb
|
549
|
+
- spec/models/self_service_verification_flow_state_spec.rb
|
550
|
+
- spec/models/submit_self_service_login_flow_body_spec.rb
|
551
|
+
- spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb
|
552
|
+
- spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb
|
553
|
+
- spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb
|
554
|
+
- spec/models/submit_self_service_recovery_flow_body_spec.rb
|
555
|
+
- spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb
|
556
|
+
- spec/models/submit_self_service_registration_flow_body_spec.rb
|
557
|
+
- spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb
|
558
|
+
- spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb
|
559
|
+
- spec/models/submit_self_service_settings_flow_body_spec.rb
|
560
|
+
- spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb
|
561
|
+
- spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb
|
562
|
+
- spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb
|
563
|
+
- spec/models/submit_self_service_verification_flow_body_spec.rb
|
564
|
+
- spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
|
565
|
+
- spec/models/successful_self_service_login_without_browser_spec.rb
|
566
|
+
- spec/models/successful_self_service_registration_without_browser_spec.rb
|
567
|
+
- spec/models/successful_self_service_settings_without_browser_spec.rb
|
420
568
|
- spec/spec_helper.rb
|