ory-client 0.0.1.alpha12 → 0.0.1.alpha16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +79 -97
  3. data/docs/AdminCreateIdentityBody.md +20 -0
  4. data/docs/AdminCreateSelfServiceRecoveryLinkBody.md +20 -0
  5. data/docs/AdminUpdateIdentityBody.md +22 -0
  6. data/docs/Identity.md +6 -0
  7. data/docs/IdentityState.md +15 -0
  8. data/docs/MetadataApi.md +254 -0
  9. data/docs/SelfServiceError.md +24 -0
  10. data/docs/SelfServiceLoginFlow.md +36 -0
  11. data/docs/SelfServiceLogoutUrl.md +18 -0
  12. data/docs/SelfServiceRecoveryFlow.md +32 -0
  13. data/docs/SelfServiceRecoveryFlowState.md +15 -0
  14. data/docs/SelfServiceRecoveryLink.md +20 -0
  15. data/docs/SelfServiceRegistrationFlow.md +30 -0
  16. data/docs/SelfServiceSettingsFlow.md +34 -0
  17. data/docs/SelfServiceSettingsFlowState.md +15 -0
  18. data/docs/SelfServiceVerificationFlow.md +32 -0
  19. data/docs/SelfServiceVerificationFlowState.md +15 -0
  20. data/docs/Session.md +4 -4
  21. data/docs/SubmitSelfServiceLoginFlowBody.md +76 -0
  22. data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +22 -0
  23. data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +24 -0
  24. data/docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md +18 -0
  25. data/docs/SubmitSelfServiceRecoveryFlowBody.md +75 -0
  26. data/docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md +22 -0
  27. data/docs/SubmitSelfServiceRegistrationFlowBody.md +76 -0
  28. data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +22 -0
  29. data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md +24 -0
  30. data/docs/SubmitSelfServiceSettingsFlowBody.md +79 -0
  31. data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +24 -0
  32. data/docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md +22 -0
  33. data/docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md +22 -0
  34. data/docs/SubmitSelfServiceVerificationFlowBody.md +75 -0
  35. data/docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md +22 -0
  36. data/docs/SuccessfulSelfServiceLoginWithoutBrowser.md +20 -0
  37. data/docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md +22 -0
  38. data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +20 -0
  39. data/docs/V0alpha1Api.md +2172 -0
  40. data/lib/ory-client.rb +36 -26
  41. data/lib/ory-client/api/default_api.rb +1 -1
  42. data/lib/ory-client/api/metadata_api.rb +248 -0
  43. data/lib/ory-client/api/v0alpha1_api.rb +2054 -0
  44. data/lib/ory-client/api_client.rb +1 -1
  45. data/lib/ory-client/api_error.rb +1 -1
  46. data/lib/ory-client/configuration.rb +2 -16
  47. data/lib/ory-client/models/admin_create_identity_body.rb +239 -0
  48. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +250 -0
  49. data/lib/ory-client/models/admin_update_identity_body.rb +248 -0
  50. data/lib/ory-client/models/authenticate_ok_body.rb +1 -1
  51. data/lib/ory-client/models/container_change_response_item.rb +1 -1
  52. data/lib/ory-client/models/container_create_created_body.rb +1 -1
  53. data/lib/ory-client/models/container_top_ok_body.rb +1 -1
  54. data/lib/ory-client/models/container_update_ok_body.rb +1 -1
  55. data/lib/ory-client/models/container_wait_ok_body.rb +1 -1
  56. data/lib/ory-client/models/container_wait_ok_body_error.rb +1 -1
  57. data/lib/ory-client/models/create_identity.rb +1 -1
  58. data/lib/ory-client/models/create_recovery_link.rb +1 -1
  59. data/lib/ory-client/models/error_response.rb +1 -1
  60. data/lib/ory-client/models/generic_error.rb +1 -1
  61. data/lib/ory-client/models/graph_driver_data.rb +1 -1
  62. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  63. data/lib/ory-client/models/health_status.rb +1 -1
  64. data/lib/ory-client/models/id_response.rb +1 -1
  65. data/lib/ory-client/models/identity.rb +32 -2
  66. data/lib/ory-client/models/identity_credentials.rb +1 -1
  67. data/lib/ory-client/models/identity_state.rb +37 -0
  68. data/lib/ory-client/models/image_delete_response_item.rb +1 -1
  69. data/lib/ory-client/models/image_summary.rb +1 -1
  70. data/lib/ory-client/models/inline_response200.rb +1 -1
  71. data/lib/ory-client/models/inline_response2001.rb +1 -1
  72. data/lib/ory-client/models/inline_response503.rb +1 -1
  73. data/lib/ory-client/models/json_error.rb +1 -1
  74. data/lib/ory-client/models/login_flow.rb +1 -1
  75. data/lib/ory-client/models/login_via_api_response.rb +1 -1
  76. data/lib/ory-client/models/meta.rb +1 -1
  77. data/lib/ory-client/models/plugin.rb +1 -1
  78. data/lib/ory-client/models/plugin_config.rb +1 -1
  79. data/lib/ory-client/models/plugin_config_args.rb +1 -1
  80. data/lib/ory-client/models/plugin_config_interface.rb +1 -1
  81. data/lib/ory-client/models/plugin_config_linux.rb +1 -1
  82. data/lib/ory-client/models/plugin_config_network.rb +1 -1
  83. data/lib/ory-client/models/plugin_config_rootfs.rb +1 -1
  84. data/lib/ory-client/models/plugin_config_user.rb +1 -1
  85. data/lib/ory-client/models/plugin_device.rb +1 -1
  86. data/lib/ory-client/models/plugin_env.rb +1 -1
  87. data/lib/ory-client/models/plugin_interface_type.rb +1 -1
  88. data/lib/ory-client/models/plugin_mount.rb +1 -1
  89. data/lib/ory-client/models/plugin_settings.rb +1 -1
  90. data/lib/ory-client/models/port.rb +1 -1
  91. data/lib/ory-client/models/recovery_address.rb +1 -1
  92. data/lib/ory-client/models/recovery_flow.rb +1 -1
  93. data/lib/ory-client/models/recovery_link.rb +1 -1
  94. data/lib/ory-client/models/registration_flow.rb +1 -1
  95. data/lib/ory-client/models/registration_via_api_response.rb +1 -1
  96. data/lib/ory-client/models/revoke_session.rb +1 -1
  97. data/lib/ory-client/models/self_service_error.rb +252 -0
  98. data/lib/ory-client/models/self_service_error_container.rb +1 -1
  99. data/lib/ory-client/models/self_service_login_flow.rb +338 -0
  100. data/lib/ory-client/models/self_service_logout_url.rb +219 -0
  101. data/lib/ory-client/models/self_service_recovery_flow.rb +317 -0
  102. data/lib/ory-client/models/self_service_recovery_flow_state.rb +38 -0
  103. data/lib/ory-client/models/self_service_recovery_link.rb +234 -0
  104. data/lib/ory-client/models/self_service_registration_flow.rb +302 -0
  105. data/lib/ory-client/models/self_service_settings_flow.rb +331 -0
  106. data/lib/ory-client/models/self_service_settings_flow_state.rb +37 -0
  107. data/lib/ory-client/models/self_service_verification_flow.rb +307 -0
  108. data/lib/ory-client/models/self_service_verification_flow_state.rb +38 -0
  109. data/lib/ory-client/models/service_update_response.rb +1 -1
  110. data/lib/ory-client/models/session.rb +6 -16
  111. data/lib/ory-client/models/settings_flow.rb +1 -1
  112. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  113. data/lib/ory-client/models/settings_via_api_response.rb +1 -1
  114. data/lib/ory-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb +1 -1
  115. data/lib/ory-client/models/submit_self_service_login_flow.rb +1 -1
  116. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +54 -0
  117. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +250 -0
  118. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method.rb +1 -1
  119. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +298 -0
  120. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +225 -0
  121. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +53 -0
  122. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method.rb +1 -1
  123. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +283 -0
  124. data/lib/ory-client/models/submit_self_service_registration_flow.rb +1 -1
  125. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +54 -0
  126. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +250 -0
  127. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method.rb +1 -1
  128. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +299 -0
  129. data/lib/ory-client/models/submit_self_service_settings_flow.rb +1 -1
  130. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +56 -0
  131. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +255 -0
  132. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method.rb +1 -1
  133. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +283 -0
  134. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method.rb +1 -1
  135. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +250 -0
  136. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +54 -0
  137. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method.rb +1 -1
  138. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +283 -0
  139. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +234 -0
  140. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +243 -0
  141. data/lib/ory-client/models/successful_self_service_settings_without_browser.rb +238 -0
  142. data/lib/ory-client/models/ui_container.rb +1 -1
  143. data/lib/ory-client/models/ui_node.rb +1 -1
  144. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  145. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  146. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  147. data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
  148. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  149. data/lib/ory-client/models/ui_text.rb +1 -1
  150. data/lib/ory-client/models/update_identity.rb +1 -1
  151. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  152. data/lib/ory-client/models/verification_flow.rb +1 -1
  153. data/lib/ory-client/models/version.rb +1 -1
  154. data/lib/ory-client/models/volume.rb +1 -1
  155. data/lib/ory-client/models/volume_usage_data.rb +1 -1
  156. data/lib/ory-client/version.rb +2 -2
  157. data/ory-client.gemspec +1 -1
  158. data/spec/api/metadata_api_spec.rb +79 -0
  159. data/spec/api/v0alpha1_api_spec.rb +429 -0
  160. data/spec/api_client_spec.rb +1 -1
  161. data/spec/configuration_spec.rb +1 -1
  162. data/spec/models/admin_create_identity_body_spec.rb +40 -0
  163. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +40 -0
  164. data/spec/models/admin_update_identity_body_spec.rb +46 -0
  165. data/spec/models/identity_state_spec.rb +28 -0
  166. data/spec/models/self_service_error_spec.rb +52 -0
  167. data/spec/models/self_service_login_flow_spec.rb +88 -0
  168. data/spec/models/self_service_logout_url_spec.rb +34 -0
  169. data/spec/models/self_service_recovery_flow_spec.rb +76 -0
  170. data/spec/models/self_service_recovery_flow_state_spec.rb +28 -0
  171. data/spec/models/self_service_recovery_link_spec.rb +40 -0
  172. data/spec/models/self_service_registration_flow_spec.rb +70 -0
  173. data/spec/models/self_service_settings_flow_spec.rb +82 -0
  174. data/spec/models/self_service_settings_flow_state_spec.rb +28 -0
  175. data/spec/models/self_service_verification_flow_spec.rb +76 -0
  176. data/spec/models/self_service_verification_flow_state_spec.rb +28 -0
  177. data/spec/models/submit_self_service_login_flow_body_spec.rb +43 -0
  178. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +46 -0
  179. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +56 -0
  180. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +34 -0
  181. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +43 -0
  182. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +50 -0
  183. data/spec/models/submit_self_service_registration_flow_body_spec.rb +43 -0
  184. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +46 -0
  185. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +56 -0
  186. data/spec/models/submit_self_service_settings_flow_body_spec.rb +43 -0
  187. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +52 -0
  188. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +50 -0
  189. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +46 -0
  190. data/spec/models/submit_self_service_verification_flow_body_spec.rb +43 -0
  191. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +50 -0
  192. data/spec/models/successful_self_service_login_without_browser_spec.rb +40 -0
  193. data/spec/models/successful_self_service_registration_without_browser_spec.rb +46 -0
  194. data/spec/models/successful_self_service_settings_without_browser_spec.rb +40 -0
  195. data/spec/spec_helper.rb +1 -1
  196. metadata +142 -2
@@ -0,0 +1,50 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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::SubmitSelfServiceRecoveryFlowWithLinkMethodBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryHydraClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody do
21
+ let(:instance) { OryHydraClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody.new }
22
+
23
+ describe 'test an instance of SubmitSelfServiceRecoveryFlowWithLinkMethodBody' do
24
+ it 'should create an instance of SubmitSelfServiceRecoveryFlowWithLinkMethodBody' do
25
+ expect(instance).to be_instance_of(OryHydraClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody)
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', ["link"])
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,43 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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::SubmitSelfServiceRegistrationFlowBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryHydraClient::SubmitSelfServiceRegistrationFlowBody 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,46 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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::SubmitSelfServiceRegistrationFlowWithOidcMethodBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryHydraClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody do
21
+ let(:instance) { OryHydraClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody.new }
22
+
23
+ describe 'test an instance of SubmitSelfServiceRegistrationFlowWithOidcMethodBody' do
24
+ it 'should create an instance of SubmitSelfServiceRegistrationFlowWithOidcMethodBody' do
25
+ expect(instance).to be_instance_of(OryHydraClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody)
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,56 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody do
21
+ let(:instance) { OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.new }
22
+
23
+ describe 'test an instance of SubmitSelfServiceRegistrationFlowWithPasswordMethodBody' do
24
+ it 'should create an instance of SubmitSelfServiceRegistrationFlowWithPasswordMethodBody' do
25
+ expect(instance).to be_instance_of(OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody)
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", "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
+ describe 'test attribute "traits"' do
51
+ it 'should work' do
52
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
53
+ end
54
+ end
55
+
56
+ end
@@ -0,0 +1,43 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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::SubmitSelfServiceSettingsFlowBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryHydraClient::SubmitSelfServiceSettingsFlowBody 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,52 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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 APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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 APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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 APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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 APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.16
7
+ Contact: support@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', ["link"])
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