ory-kratos-client 0.6.3.alpha1 → 0.7.3.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 +135 -145
- data/docs/AdminCreateIdentityBody.md +20 -0
- data/docs/AdminCreateSelfServiceRecoveryLinkBody.md +20 -0
- data/docs/AdminUpdateIdentityBody.md +22 -0
- data/docs/AuthenticateOKBody.md +2 -2
- data/docs/ContainerChangeResponseItem.md +2 -2
- data/docs/ContainerCreateCreatedBody.md +2 -2
- data/docs/ContainerTopOKBody.md +2 -2
- data/docs/ContainerUpdateOKBody.md +2 -2
- data/docs/ContainerWaitOKBody.md +2 -2
- data/docs/ContainerWaitOKBodyError.md +2 -2
- data/docs/ErrorResponse.md +2 -2
- data/docs/GenericError.md +3 -3
- data/docs/GraphDriverData.md +2 -2
- data/docs/HealthNotReadyStatus.md +2 -2
- data/docs/HealthStatus.md +2 -2
- data/docs/IdResponse.md +2 -2
- data/docs/Identity.md +8 -2
- data/docs/IdentityCredentials.md +2 -2
- data/docs/IdentityState.md +15 -0
- data/docs/ImageDeleteResponseItem.md +2 -2
- data/docs/ImageSummary.md +2 -2
- data/docs/InlineResponse200.md +2 -2
- data/docs/InlineResponse2001.md +2 -2
- data/docs/InlineResponse503.md +2 -2
- data/docs/JsonError.md +2 -2
- data/docs/Meta.md +2 -2
- data/docs/MetadataApi.md +254 -0
- data/docs/Plugin.md +2 -2
- data/docs/PluginConfig.md +2 -2
- data/docs/PluginConfigArgs.md +2 -2
- data/docs/PluginConfigInterface.md +2 -2
- data/docs/PluginConfigLinux.md +2 -2
- data/docs/PluginConfigNetwork.md +2 -2
- data/docs/PluginConfigRootfs.md +2 -2
- data/docs/PluginConfigUser.md +2 -2
- data/docs/PluginDevice.md +2 -2
- data/docs/PluginEnv.md +2 -2
- data/docs/PluginInterfaceType.md +2 -2
- data/docs/PluginMount.md +2 -2
- data/docs/PluginSettings.md +2 -2
- data/docs/Port.md +2 -2
- data/docs/RecoveryAddress.md +2 -2
- data/docs/SelfServiceError.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/ServiceUpdateResponse.md +2 -2
- data/docs/Session.md +6 -6
- data/docs/SettingsProfileFormConfig.md +2 -2
- 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/UiContainer.md +2 -2
- data/docs/UiNode.md +2 -2
- data/docs/UiNodeAnchorAttributes.md +2 -2
- data/docs/UiNodeAttributes.md +4 -4
- data/docs/UiNodeImageAttributes.md +2 -2
- data/docs/UiNodeInputAttributes.md +3 -3
- data/docs/UiNodeTextAttributes.md +2 -2
- data/docs/UiText.md +2 -2
- data/docs/V0alpha1Api.md +2177 -0
- data/docs/VerifiableIdentityAddress.md +2 -2
- data/docs/Version.md +2 -2
- data/docs/Volume.md +2 -2
- data/docs/VolumeUsageData.md +2 -2
- data/lib/ory-kratos-client/api/metadata_api.rb +248 -0
- data/lib/ory-kratos-client/api/v0alpha1_api.rb +2054 -0
- data/lib/ory-kratos-client/api_client.rb +4 -4
- data/lib/ory-kratos-client/api_error.rb +3 -3
- data/lib/ory-kratos-client/configuration.rb +5 -19
- 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 +6 -6
- data/lib/ory-kratos-client/models/container_change_response_item.rb +6 -6
- data/lib/ory-kratos-client/models/container_create_created_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_top_ok_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_update_ok_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_wait_ok_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_wait_ok_body_error.rb +6 -6
- data/lib/ory-kratos-client/models/error_response.rb +6 -6
- data/lib/ory-kratos-client/models/generic_error.rb +8 -10
- data/lib/ory-kratos-client/models/graph_driver_data.rb +6 -6
- data/lib/ory-kratos-client/models/health_not_ready_status.rb +6 -6
- data/lib/ory-kratos-client/models/health_status.rb +6 -6
- data/lib/ory-kratos-client/models/id_response.rb +6 -6
- data/lib/ory-kratos-client/models/identity.rb +37 -7
- data/lib/ory-kratos-client/models/identity_credentials.rb +6 -6
- data/lib/ory-kratos-client/models/identity_state.rb +37 -0
- data/lib/ory-kratos-client/models/image_delete_response_item.rb +6 -6
- data/lib/ory-kratos-client/models/image_summary.rb +6 -6
- data/lib/ory-kratos-client/models/inline_response200.rb +6 -6
- data/lib/ory-kratos-client/models/inline_response2001.rb +6 -6
- data/lib/ory-kratos-client/models/inline_response503.rb +6 -6
- data/lib/ory-kratos-client/models/json_error.rb +6 -6
- data/lib/ory-kratos-client/models/meta.rb +6 -6
- data/lib/ory-kratos-client/models/plugin.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_args.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_interface.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_linux.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_network.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_rootfs.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_user.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_device.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_env.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_interface_type.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_mount.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_settings.rb +6 -6
- data/lib/ory-kratos-client/models/port.rb +6 -6
- data/lib/ory-kratos-client/models/recovery_address.rb +6 -6
- data/lib/ory-kratos-client/models/self_service_error.rb +252 -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 +6 -6
- data/lib/ory-kratos-client/models/session.rb +11 -21
- data/lib/ory-kratos-client/models/settings_profile_form_config.rb +6 -6
- 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_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_body.rb +283 -0
- 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_body.rb +299 -0
- 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_body.rb +283 -0
- 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_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 +6 -6
- data/lib/ory-kratos-client/models/ui_node.rb +6 -6
- data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +6 -6
- data/lib/ory-kratos-client/models/ui_node_attributes.rb +4 -4
- data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +6 -6
- data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +9 -7
- data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +6 -6
- data/lib/ory-kratos-client/models/ui_text.rb +6 -6
- data/lib/ory-kratos-client/models/verifiable_identity_address.rb +6 -6
- data/lib/ory-kratos-client/models/version.rb +6 -6
- data/lib/ory-kratos-client/models/volume.rb +6 -6
- data/lib/ory-kratos-client/models/volume_usage_data.rb +6 -6
- data/lib/ory-kratos-client/version.rb +4 -4
- data/lib/ory-kratos-client.rb +39 -31
- data/ory-kratos-client.gemspec +3 -3
- data/spec/api/metadata_api_spec.rb +79 -0
- data/spec/api/v0alpha1_api_spec.rb +429 -0
- data/spec/api_client_spec.rb +31 -31
- data/spec/configuration_spec.rb +5 -5
- 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/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/spec_helper.rb +2 -2
- metadata +145 -5
@@ -0,0 +1,52 @@
|
|
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::SubmitSelfServiceSettingsFlowWithOidcMethodBody
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody do
|
21
|
+
let(:instance) { OryHydraClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SubmitSelfServiceSettingsFlowWithOidcMethodBody' do
|
24
|
+
it 'should create an instance of SubmitSelfServiceSettingsFlowWithOidcMethodBody' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody)
|
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 "link"' 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
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "unlink"' 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
|
+
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::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
|
data/spec/spec_helper.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
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.3-alpha.1
|
7
7
|
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.2.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
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.3.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-08-28 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,6 +88,7 @@ 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
|
@@ -94,6 +98,7 @@ files:
|
|
94
98
|
- docs/LoginFlow.md
|
95
99
|
- docs/LoginViaApiResponse.md
|
96
100
|
- docs/Meta.md
|
101
|
+
- docs/MetadataApi.md
|
97
102
|
- docs/Plugin.md
|
98
103
|
- docs/PluginConfig.md
|
99
104
|
- docs/PluginConfigArgs.md
|
@@ -115,7 +120,18 @@ files:
|
|
115
120
|
- docs/RegistrationFlow.md
|
116
121
|
- docs/RegistrationViaApiResponse.md
|
117
122
|
- docs/RevokeSession.md
|
123
|
+
- docs/SelfServiceError.md
|
118
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
|
119
135
|
- docs/ServiceUpdateResponse.md
|
120
136
|
- docs/Session.md
|
121
137
|
- docs/SettingsFlow.md
|
@@ -123,14 +139,32 @@ files:
|
|
123
139
|
- docs/SettingsViaApiResponse.md
|
124
140
|
- docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md
|
125
141
|
- docs/SubmitSelfServiceLoginFlow.md
|
142
|
+
- docs/SubmitSelfServiceLoginFlowBody.md
|
143
|
+
- docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md
|
126
144
|
- docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
|
145
|
+
- docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
|
146
|
+
- docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md
|
147
|
+
- docs/SubmitSelfServiceRecoveryFlowBody.md
|
127
148
|
- docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
|
149
|
+
- docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
|
128
150
|
- docs/SubmitSelfServiceRegistrationFlow.md
|
151
|
+
- docs/SubmitSelfServiceRegistrationFlowBody.md
|
152
|
+
- docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
|
129
153
|
- docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
|
154
|
+
- docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
|
130
155
|
- docs/SubmitSelfServiceSettingsFlow.md
|
156
|
+
- docs/SubmitSelfServiceSettingsFlowBody.md
|
157
|
+
- docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
|
131
158
|
- docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
|
159
|
+
- docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
|
132
160
|
- docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md
|
161
|
+
- docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md
|
162
|
+
- docs/SubmitSelfServiceVerificationFlowBody.md
|
133
163
|
- docs/SubmitSelfServiceVerificationFlowWithLinkMethod.md
|
164
|
+
- docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md
|
165
|
+
- docs/SuccessfulSelfServiceLoginWithoutBrowser.md
|
166
|
+
- docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
|
167
|
+
- docs/SuccessfulSelfServiceSettingsWithoutBrowser.md
|
134
168
|
- docs/UiContainer.md
|
135
169
|
- docs/UiNode.md
|
136
170
|
- docs/UiNodeAnchorAttributes.md
|
@@ -141,6 +175,7 @@ files:
|
|
141
175
|
- docs/UiNodeTextAttributes.md
|
142
176
|
- docs/UiText.md
|
143
177
|
- docs/UpdateIdentity.md
|
178
|
+
- docs/V0alpha1Api.md
|
144
179
|
- docs/VerifiableAddress.md
|
145
180
|
- docs/VerifiableIdentityAddress.md
|
146
181
|
- docs/VerificationFlow.md
|
@@ -149,10 +184,15 @@ files:
|
|
149
184
|
- docs/VolumeUsageData.md
|
150
185
|
- lib/ory-kratos-client.rb
|
151
186
|
- lib/ory-kratos-client/api/admin_api.rb
|
187
|
+
- lib/ory-kratos-client/api/metadata_api.rb
|
152
188
|
- lib/ory-kratos-client/api/public_api.rb
|
189
|
+
- lib/ory-kratos-client/api/v0alpha1_api.rb
|
153
190
|
- lib/ory-kratos-client/api_client.rb
|
154
191
|
- lib/ory-kratos-client/api_error.rb
|
155
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
|
156
196
|
- lib/ory-kratos-client/models/authenticate_ok_body.rb
|
157
197
|
- lib/ory-kratos-client/models/container_change_response_item.rb
|
158
198
|
- lib/ory-kratos-client/models/container_create_created_body.rb
|
@@ -172,6 +212,7 @@ files:
|
|
172
212
|
- lib/ory-kratos-client/models/id_response.rb
|
173
213
|
- lib/ory-kratos-client/models/identity.rb
|
174
214
|
- lib/ory-kratos-client/models/identity_credentials.rb
|
215
|
+
- lib/ory-kratos-client/models/identity_state.rb
|
175
216
|
- lib/ory-kratos-client/models/image_delete_response_item.rb
|
176
217
|
- lib/ory-kratos-client/models/image_summary.rb
|
177
218
|
- lib/ory-kratos-client/models/inline_response200.rb
|
@@ -201,7 +242,18 @@ files:
|
|
201
242
|
- lib/ory-kratos-client/models/registration_flow.rb
|
202
243
|
- lib/ory-kratos-client/models/registration_via_api_response.rb
|
203
244
|
- lib/ory-kratos-client/models/revoke_session.rb
|
245
|
+
- lib/ory-kratos-client/models/self_service_error.rb
|
204
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
|
205
257
|
- lib/ory-kratos-client/models/service_update_response.rb
|
206
258
|
- lib/ory-kratos-client/models/session.rb
|
207
259
|
- lib/ory-kratos-client/models/settings_flow.rb
|
@@ -209,14 +261,32 @@ files:
|
|
209
261
|
- lib/ory-kratos-client/models/settings_via_api_response.rb
|
210
262
|
- lib/ory-kratos-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb
|
211
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
|
212
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
|
213
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
|
214
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
|
215
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
|
216
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
|
217
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
|
218
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
|
219
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
|
220
290
|
- lib/ory-kratos-client/models/ui_container.rb
|
221
291
|
- lib/ory-kratos-client/models/ui_node.rb
|
222
292
|
- lib/ory-kratos-client/models/ui_node_anchor_attributes.rb
|
@@ -236,9 +306,14 @@ files:
|
|
236
306
|
- lib/ory-kratos-client/version.rb
|
237
307
|
- ory-kratos-client.gemspec
|
238
308
|
- spec/api/admin_api_spec.rb
|
309
|
+
- spec/api/metadata_api_spec.rb
|
239
310
|
- spec/api/public_api_spec.rb
|
311
|
+
- spec/api/v0alpha1_api_spec.rb
|
240
312
|
- spec/api_client_spec.rb
|
241
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
|
242
317
|
- spec/models/authenticate_ok_body_spec.rb
|
243
318
|
- spec/models/container_change_response_item_spec.rb
|
244
319
|
- spec/models/container_create_created_body_spec.rb
|
@@ -258,6 +333,7 @@ files:
|
|
258
333
|
- spec/models/id_response_spec.rb
|
259
334
|
- spec/models/identity_credentials_spec.rb
|
260
335
|
- spec/models/identity_spec.rb
|
336
|
+
- spec/models/identity_state_spec.rb
|
261
337
|
- spec/models/image_delete_response_item_spec.rb
|
262
338
|
- spec/models/image_summary_spec.rb
|
263
339
|
- spec/models/inline_response2001_spec.rb
|
@@ -288,21 +364,50 @@ files:
|
|
288
364
|
- spec/models/registration_via_api_response_spec.rb
|
289
365
|
- spec/models/revoke_session_spec.rb
|
290
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
|
291
378
|
- spec/models/service_update_response_spec.rb
|
292
379
|
- spec/models/session_spec.rb
|
293
380
|
- spec/models/settings_flow_spec.rb
|
294
381
|
- spec/models/settings_profile_form_config_spec.rb
|
295
382
|
- spec/models/settings_via_api_response_spec.rb
|
296
383
|
- spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb
|
384
|
+
- spec/models/submit_self_service_login_flow_body_spec.rb
|
297
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
|
298
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
|
299
392
|
- spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb
|
393
|
+
- spec/models/submit_self_service_registration_flow_body_spec.rb
|
300
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
|
301
397
|
- spec/models/submit_self_service_registration_flow_with_password_method_spec.rb
|
398
|
+
- spec/models/submit_self_service_settings_flow_body_spec.rb
|
302
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
|
303
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
|
304
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
|
305
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
|
306
411
|
- spec/models/ui_container_spec.rb
|
307
412
|
- spec/models/ui_node_anchor_attributes_spec.rb
|
308
413
|
- spec/models/ui_node_attributes_spec.rb
|
@@ -346,9 +451,14 @@ specification_version: 4
|
|
346
451
|
summary: Ory Kratos API Ruby Gem
|
347
452
|
test_files:
|
348
453
|
- spec/api/admin_api_spec.rb
|
454
|
+
- spec/api/metadata_api_spec.rb
|
349
455
|
- spec/api/public_api_spec.rb
|
456
|
+
- spec/api/v0alpha1_api_spec.rb
|
350
457
|
- spec/api_client_spec.rb
|
351
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
|
352
462
|
- spec/models/authenticate_ok_body_spec.rb
|
353
463
|
- spec/models/container_change_response_item_spec.rb
|
354
464
|
- spec/models/container_create_created_body_spec.rb
|
@@ -368,11 +478,13 @@ test_files:
|
|
368
478
|
- spec/models/id_response_spec.rb
|
369
479
|
- spec/models/identity_credentials_spec.rb
|
370
480
|
- spec/models/identity_spec.rb
|
481
|
+
- spec/models/identity_state_spec.rb
|
371
482
|
- spec/models/image_delete_response_item_spec.rb
|
372
483
|
- spec/models/image_summary_spec.rb
|
373
484
|
- spec/models/inline_response2001_spec.rb
|
374
485
|
- spec/models/inline_response200_spec.rb
|
375
486
|
- spec/models/inline_response503_spec.rb
|
487
|
+
- spec/models/json_error_spec.rb
|
376
488
|
- spec/models/login_flow_spec.rb
|
377
489
|
- spec/models/login_via_api_response_spec.rb
|
378
490
|
- spec/models/meta_spec.rb
|
@@ -396,21 +508,51 @@ test_files:
|
|
396
508
|
- spec/models/registration_flow_spec.rb
|
397
509
|
- spec/models/registration_via_api_response_spec.rb
|
398
510
|
- spec/models/revoke_session_spec.rb
|
511
|
+
- spec/models/self_service_error_container_spec.rb
|
512
|
+
- spec/models/self_service_error_spec.rb
|
513
|
+
- spec/models/self_service_login_flow_spec.rb
|
514
|
+
- spec/models/self_service_logout_url_spec.rb
|
515
|
+
- spec/models/self_service_recovery_flow_spec.rb
|
516
|
+
- spec/models/self_service_recovery_flow_state_spec.rb
|
517
|
+
- spec/models/self_service_recovery_link_spec.rb
|
518
|
+
- spec/models/self_service_registration_flow_spec.rb
|
519
|
+
- spec/models/self_service_settings_flow_spec.rb
|
520
|
+
- spec/models/self_service_settings_flow_state_spec.rb
|
521
|
+
- spec/models/self_service_verification_flow_spec.rb
|
522
|
+
- spec/models/self_service_verification_flow_state_spec.rb
|
399
523
|
- spec/models/service_update_response_spec.rb
|
400
524
|
- spec/models/session_spec.rb
|
401
525
|
- spec/models/settings_flow_spec.rb
|
402
526
|
- spec/models/settings_profile_form_config_spec.rb
|
403
527
|
- spec/models/settings_via_api_response_spec.rb
|
404
528
|
- spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb
|
529
|
+
- spec/models/submit_self_service_login_flow_body_spec.rb
|
405
530
|
- spec/models/submit_self_service_login_flow_spec.rb
|
531
|
+
- spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb
|
532
|
+
- spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb
|
406
533
|
- spec/models/submit_self_service_login_flow_with_password_method_spec.rb
|
534
|
+
- spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb
|
535
|
+
- spec/models/submit_self_service_recovery_flow_body_spec.rb
|
536
|
+
- spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb
|
407
537
|
- spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb
|
538
|
+
- spec/models/submit_self_service_registration_flow_body_spec.rb
|
408
539
|
- spec/models/submit_self_service_registration_flow_spec.rb
|
540
|
+
- spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb
|
541
|
+
- spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb
|
409
542
|
- spec/models/submit_self_service_registration_flow_with_password_method_spec.rb
|
543
|
+
- spec/models/submit_self_service_settings_flow_body_spec.rb
|
410
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
|
411
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
|
412
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
|
413
552
|
- spec/models/submit_self_service_verification_flow_with_link_method_spec.rb
|
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
|
414
556
|
- spec/models/ui_container_spec.rb
|
415
557
|
- spec/models/ui_node_anchor_attributes_spec.rb
|
416
558
|
- spec/models/ui_node_attributes_spec.rb
|
@@ -422,11 +564,9 @@ test_files:
|
|
422
564
|
- spec/models/ui_text_spec.rb
|
423
565
|
- spec/models/update_identity_spec.rb
|
424
566
|
- spec/models/verifiable_address_spec.rb
|
567
|
+
- spec/models/verifiable_identity_address_spec.rb
|
425
568
|
- spec/models/verification_flow_spec.rb
|
426
569
|
- spec/models/version_spec.rb
|
427
570
|
- spec/models/volume_spec.rb
|
428
571
|
- spec/models/volume_usage_data_spec.rb
|
429
|
-
- spec/models/json_error_spec.rb
|
430
|
-
- spec/models/self_service_error_container_spec.rb
|
431
|
-
- spec/models/verifiable_identity_address_spec.rb
|
432
572
|
- spec/spec_helper.rb
|