ory-client 0.0.1.alpha15 → 0.0.1.alpha19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (254) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +144 -150
  3. data/docs/AdminCreateIdentityBody.md +20 -0
  4. data/docs/AdminCreateSelfServiceRecoveryLinkBody.md +20 -0
  5. data/docs/AdminUpdateIdentityBody.md +22 -0
  6. data/docs/AuthenticateOKBody.md +2 -2
  7. data/docs/AuthenticatorAssuranceLevel.md +15 -0
  8. data/docs/ContainerChangeResponseItem.md +2 -2
  9. data/docs/ContainerCreateCreatedBody.md +2 -2
  10. data/docs/ContainerTopOKBody.md +2 -2
  11. data/docs/ContainerUpdateOKBody.md +2 -2
  12. data/docs/ContainerWaitOKBody.md +2 -2
  13. data/docs/ContainerWaitOKBodyError.md +2 -2
  14. data/docs/ErrorResponse.md +2 -2
  15. data/docs/GenericError.md +3 -3
  16. data/docs/GraphDriverData.md +2 -2
  17. data/docs/HealthNotReadyStatus.md +2 -2
  18. data/docs/HealthStatus.md +2 -2
  19. data/docs/IdResponse.md +2 -2
  20. data/docs/Identity.md +8 -2
  21. data/docs/IdentityCredentials.md +3 -3
  22. data/docs/IdentityCredentialsType.md +15 -0
  23. data/docs/IdentityState.md +15 -0
  24. data/docs/ImageDeleteResponseItem.md +2 -2
  25. data/docs/ImageSummary.md +2 -2
  26. data/docs/InlineResponse200.md +2 -2
  27. data/docs/InlineResponse2001.md +2 -2
  28. data/docs/InlineResponse503.md +2 -2
  29. data/docs/JsonError.md +2 -2
  30. data/docs/Meta.md +2 -2
  31. data/docs/MetadataApi.md +254 -0
  32. data/docs/Plugin.md +2 -2
  33. data/docs/PluginConfig.md +2 -2
  34. data/docs/PluginConfigArgs.md +2 -2
  35. data/docs/PluginConfigInterface.md +2 -2
  36. data/docs/PluginConfigLinux.md +2 -2
  37. data/docs/PluginConfigNetwork.md +2 -2
  38. data/docs/PluginConfigRootfs.md +2 -2
  39. data/docs/PluginConfigUser.md +2 -2
  40. data/docs/PluginDevice.md +2 -2
  41. data/docs/PluginEnv.md +2 -2
  42. data/docs/PluginInterfaceType.md +2 -2
  43. data/docs/PluginMount.md +2 -2
  44. data/docs/PluginSettings.md +2 -2
  45. data/docs/Port.md +2 -2
  46. data/docs/RecoveryAddress.md +2 -2
  47. data/docs/SelfServiceError.md +24 -0
  48. data/docs/SelfServiceLoginFlow.md +38 -0
  49. data/docs/SelfServiceLogoutUrl.md +18 -0
  50. data/docs/SelfServiceRecoveryFlow.md +32 -0
  51. data/docs/SelfServiceRecoveryFlowState.md +15 -0
  52. data/docs/SelfServiceRecoveryLink.md +20 -0
  53. data/docs/SelfServiceRegistrationFlow.md +30 -0
  54. data/docs/SelfServiceSettingsFlow.md +34 -0
  55. data/docs/SelfServiceSettingsFlowState.md +15 -0
  56. data/docs/SelfServiceVerificationFlow.md +32 -0
  57. data/docs/SelfServiceVerificationFlowState.md +15 -0
  58. data/docs/ServiceUpdateResponse.md +2 -2
  59. data/docs/Session.md +10 -6
  60. data/docs/SessionAuthenticationMethod.md +20 -0
  61. data/docs/SessionDevice.md +18 -0
  62. data/docs/SettingsProfileFormConfig.md +2 -2
  63. data/docs/SubmitSelfServiceLoginFlowBody.md +81 -0
  64. data/docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md +22 -0
  65. data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +22 -0
  66. data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +24 -0
  67. data/docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md +22 -0
  68. data/docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md +22 -0
  69. data/docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md +18 -0
  70. data/docs/SubmitSelfServiceRecoveryFlowBody.md +75 -0
  71. data/docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md +22 -0
  72. data/docs/SubmitSelfServiceRegistrationFlowBody.md +76 -0
  73. data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +22 -0
  74. data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md +24 -0
  75. data/docs/SubmitSelfServiceSettingsFlowBody.md +84 -0
  76. data/docs/SubmitSelfServiceSettingsFlowWithLookupMethodBody.md +26 -0
  77. data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +24 -0
  78. data/docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md +22 -0
  79. data/docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md +22 -0
  80. data/docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md +24 -0
  81. data/docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md +26 -0
  82. data/docs/SubmitSelfServiceVerificationFlowBody.md +75 -0
  83. data/docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md +22 -0
  84. data/docs/SuccessfulSelfServiceLoginWithoutBrowser.md +20 -0
  85. data/docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md +22 -0
  86. data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +20 -0
  87. data/docs/UiContainer.md +2 -2
  88. data/docs/UiNode.md +2 -2
  89. data/docs/UiNodeAnchorAttributes.md +4 -2
  90. data/docs/UiNodeAttributes.md +4 -4
  91. data/docs/UiNodeImageAttributes.md +9 -3
  92. data/docs/UiNodeInputAttributes.md +4 -2
  93. data/docs/UiNodeTextAttributes.md +4 -2
  94. data/docs/UiText.md +2 -2
  95. data/docs/V0alpha1Api.md +2184 -0
  96. data/docs/V0alpha2Api.md +2194 -0
  97. data/docs/VerifiableIdentityAddress.md +2 -2
  98. data/docs/Version.md +2 -2
  99. data/docs/Volume.md +2 -2
  100. data/docs/VolumeUsageData.md +2 -2
  101. data/lib/ory-client/api/metadata_api.rb +248 -0
  102. data/lib/ory-client/api/v0alpha1_api.rb +2054 -0
  103. data/lib/ory-client/api/v0alpha2_api.rb +2069 -0
  104. data/lib/ory-client/api_client.rb +4 -4
  105. data/lib/ory-client/api_error.rb +3 -3
  106. data/lib/ory-client/configuration.rb +5 -19
  107. data/lib/ory-client/models/admin_create_identity_body.rb +239 -0
  108. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +250 -0
  109. data/lib/ory-client/models/admin_update_identity_body.rb +248 -0
  110. data/lib/ory-client/models/authenticate_ok_body.rb +6 -6
  111. data/lib/ory-client/models/authenticator_assurance_level.rb +39 -0
  112. data/lib/ory-client/models/container_change_response_item.rb +6 -6
  113. data/lib/ory-client/models/container_create_created_body.rb +6 -6
  114. data/lib/ory-client/models/container_top_ok_body.rb +6 -6
  115. data/lib/ory-client/models/container_update_ok_body.rb +6 -6
  116. data/lib/ory-client/models/container_wait_ok_body.rb +6 -6
  117. data/lib/ory-client/models/container_wait_ok_body_error.rb +6 -6
  118. data/lib/ory-client/models/error_response.rb +6 -6
  119. data/lib/ory-client/models/generic_error.rb +8 -10
  120. data/lib/ory-client/models/graph_driver_data.rb +6 -6
  121. data/lib/ory-client/models/health_not_ready_status.rb +6 -6
  122. data/lib/ory-client/models/health_status.rb +6 -6
  123. data/lib/ory-client/models/id_response.rb +6 -6
  124. data/lib/ory-client/models/identity.rb +37 -7
  125. data/lib/ory-client/models/identity_credentials.rb +7 -8
  126. data/lib/ory-client/models/identity_credentials_type.rb +38 -0
  127. data/lib/ory-client/models/identity_state.rb +37 -0
  128. data/lib/ory-client/models/image_delete_response_item.rb +6 -6
  129. data/lib/ory-client/models/image_summary.rb +6 -6
  130. data/lib/ory-client/models/inline_response200.rb +6 -6
  131. data/lib/ory-client/models/inline_response2001.rb +6 -6
  132. data/lib/ory-client/models/inline_response503.rb +6 -6
  133. data/lib/ory-client/models/json_error.rb +6 -6
  134. data/lib/ory-client/models/meta.rb +6 -6
  135. data/lib/ory-client/models/plugin.rb +6 -6
  136. data/lib/ory-client/models/plugin_config.rb +6 -6
  137. data/lib/ory-client/models/plugin_config_args.rb +6 -6
  138. data/lib/ory-client/models/plugin_config_interface.rb +6 -6
  139. data/lib/ory-client/models/plugin_config_linux.rb +6 -6
  140. data/lib/ory-client/models/plugin_config_network.rb +6 -6
  141. data/lib/ory-client/models/plugin_config_rootfs.rb +6 -6
  142. data/lib/ory-client/models/plugin_config_user.rb +6 -6
  143. data/lib/ory-client/models/plugin_device.rb +6 -6
  144. data/lib/ory-client/models/plugin_env.rb +6 -6
  145. data/lib/ory-client/models/plugin_interface_type.rb +6 -6
  146. data/lib/ory-client/models/plugin_mount.rb +6 -6
  147. data/lib/ory-client/models/plugin_settings.rb +6 -6
  148. data/lib/ory-client/models/port.rb +6 -6
  149. data/lib/ory-client/models/recovery_address.rb +6 -6
  150. data/lib/ory-client/models/self_service_error.rb +252 -0
  151. data/lib/ory-client/models/self_service_login_flow.rb +346 -0
  152. data/lib/ory-client/models/self_service_logout_url.rb +219 -0
  153. data/lib/ory-client/models/self_service_recovery_flow.rb +317 -0
  154. data/lib/ory-client/models/self_service_recovery_flow_state.rb +38 -0
  155. data/lib/ory-client/models/self_service_recovery_link.rb +234 -0
  156. data/lib/ory-client/models/self_service_registration_flow.rb +301 -0
  157. data/lib/ory-client/models/self_service_settings_flow.rb +331 -0
  158. data/lib/ory-client/models/self_service_settings_flow_state.rb +37 -0
  159. data/lib/ory-client/models/self_service_verification_flow.rb +307 -0
  160. data/lib/ory-client/models/self_service_verification_flow_state.rb +38 -0
  161. data/lib/ory-client/models/service_update_response.rb +6 -6
  162. data/lib/ory-client/models/session.rb +33 -22
  163. data/lib/ory-client/models/session_authentication_method.rb +263 -0
  164. data/lib/ory-client/models/session_device.rb +219 -0
  165. data/lib/ory-client/models/settings_profile_form_config.rb +6 -6
  166. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +57 -0
  167. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +249 -0
  168. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +250 -0
  169. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +298 -0
  170. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +249 -0
  171. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +244 -0
  172. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +225 -0
  173. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +53 -0
  174. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +283 -0
  175. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +54 -0
  176. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +250 -0
  177. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +299 -0
  178. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +59 -0
  179. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +264 -0
  180. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +255 -0
  181. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +283 -0
  182. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +250 -0
  183. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +254 -0
  184. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +264 -0
  185. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +54 -0
  186. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +283 -0
  187. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +234 -0
  188. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +243 -0
  189. data/lib/ory-client/models/successful_self_service_settings_without_browser.rb +238 -0
  190. data/lib/ory-client/models/ui_container.rb +6 -6
  191. data/lib/ory-client/models/ui_node.rb +6 -6
  192. data/lib/ory-client/models/ui_node_anchor_attributes.rb +22 -7
  193. data/lib/ory-client/models/ui_node_attributes.rb +4 -4
  194. data/lib/ory-client/models/ui_node_image_attributes.rb +45 -10
  195. data/lib/ory-client/models/ui_node_input_attributes.rb +17 -7
  196. data/lib/ory-client/models/ui_node_text_attributes.rb +22 -7
  197. data/lib/ory-client/models/ui_text.rb +6 -6
  198. data/lib/ory-client/models/verifiable_identity_address.rb +6 -6
  199. data/lib/ory-client/models/version.rb +6 -6
  200. data/lib/ory-client/models/volume.rb +6 -6
  201. data/lib/ory-client/models/volume_usage_data.rb +6 -6
  202. data/lib/ory-client/version.rb +4 -4
  203. data/lib/ory-client.rb +48 -29
  204. data/ory-client.gemspec +3 -3
  205. data/spec/api/metadata_api_spec.rb +79 -0
  206. data/spec/api/v0alpha1_api_spec.rb +429 -0
  207. data/spec/api/v0alpha2_api_spec.rb +434 -0
  208. data/spec/api_client_spec.rb +31 -31
  209. data/spec/configuration_spec.rb +5 -5
  210. data/spec/models/admin_create_identity_body_spec.rb +40 -0
  211. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +40 -0
  212. data/spec/models/admin_update_identity_body_spec.rb +46 -0
  213. data/spec/models/authenticator_assurance_level_spec.rb +28 -0
  214. data/spec/models/identity_credentials_type_spec.rb +28 -0
  215. data/spec/models/identity_state_spec.rb +28 -0
  216. data/spec/models/self_service_error_spec.rb +52 -0
  217. data/spec/models/self_service_login_flow_spec.rb +88 -0
  218. data/spec/models/self_service_logout_url_spec.rb +34 -0
  219. data/spec/models/self_service_recovery_flow_spec.rb +76 -0
  220. data/spec/models/self_service_recovery_flow_state_spec.rb +28 -0
  221. data/spec/models/self_service_recovery_link_spec.rb +40 -0
  222. data/spec/models/self_service_registration_flow_spec.rb +70 -0
  223. data/spec/models/self_service_settings_flow_spec.rb +82 -0
  224. data/spec/models/self_service_settings_flow_state_spec.rb +28 -0
  225. data/spec/models/self_service_verification_flow_spec.rb +76 -0
  226. data/spec/models/self_service_verification_flow_state_spec.rb +28 -0
  227. data/spec/models/session_authentication_method_spec.rb +44 -0
  228. data/spec/models/session_device_spec.rb +34 -0
  229. data/spec/models/submit_self_service_login_flow_body_spec.rb +43 -0
  230. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +46 -0
  231. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +46 -0
  232. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +56 -0
  233. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +46 -0
  234. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +46 -0
  235. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +34 -0
  236. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +43 -0
  237. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +50 -0
  238. data/spec/models/submit_self_service_registration_flow_body_spec.rb +43 -0
  239. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +46 -0
  240. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +56 -0
  241. data/spec/models/submit_self_service_settings_flow_body_spec.rb +43 -0
  242. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +58 -0
  243. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +52 -0
  244. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +50 -0
  245. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +46 -0
  246. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +52 -0
  247. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +58 -0
  248. data/spec/models/submit_self_service_verification_flow_body_spec.rb +43 -0
  249. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +50 -0
  250. data/spec/models/successful_self_service_login_without_browser_spec.rb +40 -0
  251. data/spec/models/successful_self_service_registration_without_browser_spec.rb +46 -0
  252. data/spec/models/successful_self_service_settings_without_browser_spec.rb +40 -0
  253. data/spec/spec_helper.rb +2 -2
  254. metadata +186 -2
@@ -0,0 +1,299 @@
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.19
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ # SubmitSelfServiceRegistrationFlowWithPasswordMethodBody is used to decode the registration form payload when using the password method.
18
+ class SubmitSelfServiceRegistrationFlowWithPasswordMethodBody
19
+ # The CSRF Token
20
+ attr_accessor :csrf_token
21
+
22
+ # Method to use This field must be set to `password` when using the password method.
23
+ attr_accessor :method
24
+
25
+ # Password to sign the user up with
26
+ attr_accessor :password
27
+
28
+ # The identity's traits
29
+ attr_accessor :traits
30
+
31
+ class EnumAttributeValidator
32
+ attr_reader :datatype
33
+ attr_reader :allowable_values
34
+
35
+ def initialize(datatype, allowable_values)
36
+ @allowable_values = allowable_values.map do |value|
37
+ case datatype.to_s
38
+ when /Integer/i
39
+ value.to_i
40
+ when /Float/i
41
+ value.to_f
42
+ else
43
+ value
44
+ end
45
+ end
46
+ end
47
+
48
+ def valid?(value)
49
+ !value || allowable_values.include?(value)
50
+ end
51
+ end
52
+
53
+ # Attribute mapping from ruby-style variable name to JSON key.
54
+ def self.attribute_map
55
+ {
56
+ :'csrf_token' => :'csrf_token',
57
+ :'method' => :'method',
58
+ :'password' => :'password',
59
+ :'traits' => :'traits'
60
+ }
61
+ end
62
+
63
+ # Returns all the JSON keys this model knows about
64
+ def self.acceptable_attributes
65
+ attribute_map.values
66
+ end
67
+
68
+ # Attribute type mapping.
69
+ def self.openapi_types
70
+ {
71
+ :'csrf_token' => :'String',
72
+ :'method' => :'String',
73
+ :'password' => :'String',
74
+ :'traits' => :'Object'
75
+ }
76
+ end
77
+
78
+ # List of attributes with nullable: true
79
+ def self.openapi_nullable
80
+ Set.new([
81
+ ])
82
+ end
83
+
84
+ # Initializes the object
85
+ # @param [Hash] attributes Model attributes in the form of hash
86
+ def initialize(attributes = {})
87
+ if (!attributes.is_a?(Hash))
88
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody` initialize method"
89
+ end
90
+
91
+ # check to see if the attribute exists and convert string to symbol for hash key
92
+ attributes = attributes.each_with_object({}) { |(k, v), h|
93
+ if (!self.class.attribute_map.key?(k.to_sym))
94
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
95
+ end
96
+ h[k.to_sym] = v
97
+ }
98
+
99
+ if attributes.key?(:'csrf_token')
100
+ self.csrf_token = attributes[:'csrf_token']
101
+ end
102
+
103
+ if attributes.key?(:'method')
104
+ self.method = attributes[:'method']
105
+ end
106
+
107
+ if attributes.key?(:'password')
108
+ self.password = attributes[:'password']
109
+ end
110
+
111
+ if attributes.key?(:'traits')
112
+ self.traits = attributes[:'traits']
113
+ end
114
+ end
115
+
116
+ # Show invalid properties with the reasons. Usually used together with valid?
117
+ # @return Array for valid properties with the reasons
118
+ def list_invalid_properties
119
+ invalid_properties = Array.new
120
+ if @method.nil?
121
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
122
+ end
123
+
124
+ if @password.nil?
125
+ invalid_properties.push('invalid value for "password", password cannot be nil.')
126
+ end
127
+
128
+ if @traits.nil?
129
+ invalid_properties.push('invalid value for "traits", traits cannot be nil.')
130
+ end
131
+
132
+ invalid_properties
133
+ end
134
+
135
+ # Check to see if the all the properties in the model are valid
136
+ # @return true if the model is valid
137
+ def valid?
138
+ return false if @method.nil?
139
+ method_validator = EnumAttributeValidator.new('String', ["password", "oidc"])
140
+ return false unless method_validator.valid?(@method)
141
+ return false if @password.nil?
142
+ return false if @traits.nil?
143
+ true
144
+ end
145
+
146
+ # Custom attribute writer method checking allowed values (enum).
147
+ # @param [Object] method Object to be assigned
148
+ def method=(method)
149
+ validator = EnumAttributeValidator.new('String', ["password", "oidc"])
150
+ unless validator.valid?(method)
151
+ fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
152
+ end
153
+ @method = method
154
+ end
155
+
156
+ # Checks equality by comparing each attribute.
157
+ # @param [Object] Object to be compared
158
+ def ==(o)
159
+ return true if self.equal?(o)
160
+ self.class == o.class &&
161
+ csrf_token == o.csrf_token &&
162
+ method == o.method &&
163
+ password == o.password &&
164
+ traits == o.traits
165
+ end
166
+
167
+ # @see the `==` method
168
+ # @param [Object] Object to be compared
169
+ def eql?(o)
170
+ self == o
171
+ end
172
+
173
+ # Calculates hash code according to all attributes.
174
+ # @return [Integer] Hash code
175
+ def hash
176
+ [csrf_token, method, password, traits].hash
177
+ end
178
+
179
+ # Builds the object from hash
180
+ # @param [Hash] attributes Model attributes in the form of hash
181
+ # @return [Object] Returns the model itself
182
+ def self.build_from_hash(attributes)
183
+ new.build_from_hash(attributes)
184
+ end
185
+
186
+ # Builds the object from hash
187
+ # @param [Hash] attributes Model attributes in the form of hash
188
+ # @return [Object] Returns the model itself
189
+ def build_from_hash(attributes)
190
+ return nil unless attributes.is_a?(Hash)
191
+ self.class.openapi_types.each_pair do |key, type|
192
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
193
+ self.send("#{key}=", nil)
194
+ elsif type =~ /\AArray<(.*)>/i
195
+ # check to ensure the input is an array given that the attribute
196
+ # is documented as an array but the input is not
197
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
198
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
199
+ end
200
+ elsif !attributes[self.class.attribute_map[key]].nil?
201
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
202
+ end
203
+ end
204
+
205
+ self
206
+ end
207
+
208
+ # Deserializes the data based on type
209
+ # @param string type Data type
210
+ # @param string value Value to be deserialized
211
+ # @return [Object] Deserialized data
212
+ def _deserialize(type, value)
213
+ case type.to_sym
214
+ when :Time
215
+ Time.parse(value)
216
+ when :Date
217
+ Date.parse(value)
218
+ when :String
219
+ value.to_s
220
+ when :Integer
221
+ value.to_i
222
+ when :Float
223
+ value.to_f
224
+ when :Boolean
225
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
226
+ true
227
+ else
228
+ false
229
+ end
230
+ when :Object
231
+ # generic object (usually a Hash), return directly
232
+ value
233
+ when /\AArray<(?<inner_type>.+)>\z/
234
+ inner_type = Regexp.last_match[:inner_type]
235
+ value.map { |v| _deserialize(inner_type, v) }
236
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
237
+ k_type = Regexp.last_match[:k_type]
238
+ v_type = Regexp.last_match[:v_type]
239
+ {}.tap do |hash|
240
+ value.each do |k, v|
241
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
242
+ end
243
+ end
244
+ else # model
245
+ # models (e.g. Pet) or oneOf
246
+ klass = OryClient.const_get(type)
247
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
248
+ end
249
+ end
250
+
251
+ # Returns the string representation of the object
252
+ # @return [String] String presentation of the object
253
+ def to_s
254
+ to_hash.to_s
255
+ end
256
+
257
+ # to_body is an alias to to_hash (backward compatibility)
258
+ # @return [Hash] Returns the object in the form of hash
259
+ def to_body
260
+ to_hash
261
+ end
262
+
263
+ # Returns the object in the form of hash
264
+ # @return [Hash] Returns the object in the form of hash
265
+ def to_hash
266
+ hash = {}
267
+ self.class.attribute_map.each_pair do |attr, param|
268
+ value = self.send(attr)
269
+ if value.nil?
270
+ is_nullable = self.class.openapi_nullable.include?(attr)
271
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
272
+ end
273
+
274
+ hash[param] = _to_hash(value)
275
+ end
276
+ hash
277
+ end
278
+
279
+ # Outputs non-array value in the form of hash
280
+ # For object, use to_hash. Otherwise, just return the value
281
+ # @param [Object] value Any valid value
282
+ # @return [Hash] Returns the value in the form of hash
283
+ def _to_hash(value)
284
+ if value.is_a?(Array)
285
+ value.compact.map { |v| _to_hash(v) }
286
+ elsif value.is_a?(Hash)
287
+ {}.tap do |hash|
288
+ value.each { |k, v| hash[k] = _to_hash(v) }
289
+ end
290
+ elsif value.respond_to? :to_hash
291
+ value.to_hash
292
+ else
293
+ value
294
+ end
295
+ end
296
+
297
+ end
298
+
299
+ end
@@ -0,0 +1,59 @@
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.19
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ module SubmitSelfServiceSettingsFlowBody
18
+ class << self
19
+ # List of class defined in oneOf (OpenAPI v3)
20
+ def openapi_one_of
21
+ [
22
+ :'SubmitSelfServiceSettingsFlowWithOidcMethodBody',
23
+ :'SubmitSelfServiceSettingsFlowWithPasswordMethodBody',
24
+ :'SubmitSelfServiceSettingsFlowWithProfileMethodBody',
25
+ :'SubmitSelfServiceSettingsFlowWithTotpMethodBody'
26
+ ]
27
+ end
28
+
29
+ # Discriminator's property name (OpenAPI v3)
30
+ def openapi_discriminator_name
31
+ :'method'
32
+ end
33
+
34
+ # Discriminator's mapping (OpenAPI v3)
35
+ def openapi_discriminator_mapping
36
+ {
37
+ :'oidc' => :'SubmitSelfServiceSettingsFlowWithOidcMethodBody',
38
+ :'password' => :'SubmitSelfServiceSettingsFlowWithPasswordMethodBody',
39
+ :'profile' => :'SubmitSelfServiceSettingsFlowWithProfileMethodBody',
40
+ :'totp' => :'SubmitSelfServiceSettingsFlowWithTotpMethodBody'
41
+ }
42
+ end
43
+
44
+ # Builds the object
45
+ # @param [Mixed] Data to be matched against the list of oneOf items
46
+ # @return [Object] Returns the model or the data itself
47
+ def build(data)
48
+ discriminator_value = data[openapi_discriminator_name]
49
+ return nil unless discriminator_value
50
+
51
+ klass = openapi_discriminator_mapping[discriminator_value.to_sym]
52
+ return nil unless klass
53
+
54
+ OryClient.const_get(klass).build_from_hash(data)
55
+ end
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,264 @@
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.19
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ class SubmitSelfServiceSettingsFlowWithLookupMethodBody
18
+ # CSRFToken is the anti-CSRF token
19
+ attr_accessor :csrf_token
20
+
21
+ # If set to true will save the regenerated lookup secrets
22
+ attr_accessor :lookup_secret_confirm
23
+
24
+ # If set to true will regenerate the lookup secrets
25
+ attr_accessor :lookup_secret_regenerate
26
+
27
+ # If set to true will reveal the lookup secrets
28
+ attr_accessor :lookup_secret_reveal
29
+
30
+ # Method Should be set to \"lookup\" when trying to add, update, or remove a lookup pairing.
31
+ attr_accessor :method
32
+
33
+ # Attribute mapping from ruby-style variable name to JSON key.
34
+ def self.attribute_map
35
+ {
36
+ :'csrf_token' => :'csrf_token',
37
+ :'lookup_secret_confirm' => :'lookup_secret_confirm',
38
+ :'lookup_secret_regenerate' => :'lookup_secret_regenerate',
39
+ :'lookup_secret_reveal' => :'lookup_secret_reveal',
40
+ :'method' => :'method'
41
+ }
42
+ end
43
+
44
+ # Returns all the JSON keys this model knows about
45
+ def self.acceptable_attributes
46
+ attribute_map.values
47
+ end
48
+
49
+ # Attribute type mapping.
50
+ def self.openapi_types
51
+ {
52
+ :'csrf_token' => :'String',
53
+ :'lookup_secret_confirm' => :'Boolean',
54
+ :'lookup_secret_regenerate' => :'Boolean',
55
+ :'lookup_secret_reveal' => :'Boolean',
56
+ :'method' => :'String'
57
+ }
58
+ end
59
+
60
+ # List of attributes with nullable: true
61
+ def self.openapi_nullable
62
+ Set.new([
63
+ ])
64
+ end
65
+
66
+ # Initializes the object
67
+ # @param [Hash] attributes Model attributes in the form of hash
68
+ def initialize(attributes = {})
69
+ if (!attributes.is_a?(Hash))
70
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::SubmitSelfServiceSettingsFlowWithLookupMethodBody` initialize method"
71
+ end
72
+
73
+ # check to see if the attribute exists and convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}) { |(k, v), h|
75
+ if (!self.class.attribute_map.key?(k.to_sym))
76
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::SubmitSelfServiceSettingsFlowWithLookupMethodBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
+ end
78
+ h[k.to_sym] = v
79
+ }
80
+
81
+ if attributes.key?(:'csrf_token')
82
+ self.csrf_token = attributes[:'csrf_token']
83
+ end
84
+
85
+ if attributes.key?(:'lookup_secret_confirm')
86
+ self.lookup_secret_confirm = attributes[:'lookup_secret_confirm']
87
+ end
88
+
89
+ if attributes.key?(:'lookup_secret_regenerate')
90
+ self.lookup_secret_regenerate = attributes[:'lookup_secret_regenerate']
91
+ end
92
+
93
+ if attributes.key?(:'lookup_secret_reveal')
94
+ self.lookup_secret_reveal = attributes[:'lookup_secret_reveal']
95
+ end
96
+
97
+ if attributes.key?(:'method')
98
+ self.method = attributes[:'method']
99
+ end
100
+ end
101
+
102
+ # Show invalid properties with the reasons. Usually used together with valid?
103
+ # @return Array for valid properties with the reasons
104
+ def list_invalid_properties
105
+ invalid_properties = Array.new
106
+ if @method.nil?
107
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
108
+ end
109
+
110
+ invalid_properties
111
+ end
112
+
113
+ # Check to see if the all the properties in the model are valid
114
+ # @return true if the model is valid
115
+ def valid?
116
+ return false if @method.nil?
117
+ true
118
+ end
119
+
120
+ # Checks equality by comparing each attribute.
121
+ # @param [Object] Object to be compared
122
+ def ==(o)
123
+ return true if self.equal?(o)
124
+ self.class == o.class &&
125
+ csrf_token == o.csrf_token &&
126
+ lookup_secret_confirm == o.lookup_secret_confirm &&
127
+ lookup_secret_regenerate == o.lookup_secret_regenerate &&
128
+ lookup_secret_reveal == o.lookup_secret_reveal &&
129
+ method == o.method
130
+ end
131
+
132
+ # @see the `==` method
133
+ # @param [Object] Object to be compared
134
+ def eql?(o)
135
+ self == o
136
+ end
137
+
138
+ # Calculates hash code according to all attributes.
139
+ # @return [Integer] Hash code
140
+ def hash
141
+ [csrf_token, lookup_secret_confirm, lookup_secret_regenerate, lookup_secret_reveal, method].hash
142
+ end
143
+
144
+ # Builds the object from hash
145
+ # @param [Hash] attributes Model attributes in the form of hash
146
+ # @return [Object] Returns the model itself
147
+ def self.build_from_hash(attributes)
148
+ new.build_from_hash(attributes)
149
+ end
150
+
151
+ # Builds the object from hash
152
+ # @param [Hash] attributes Model attributes in the form of hash
153
+ # @return [Object] Returns the model itself
154
+ def build_from_hash(attributes)
155
+ return nil unless attributes.is_a?(Hash)
156
+ self.class.openapi_types.each_pair do |key, type|
157
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
158
+ self.send("#{key}=", nil)
159
+ elsif type =~ /\AArray<(.*)>/i
160
+ # check to ensure the input is an array given that the attribute
161
+ # is documented as an array but the input is not
162
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
163
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
164
+ end
165
+ elsif !attributes[self.class.attribute_map[key]].nil?
166
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
167
+ end
168
+ end
169
+
170
+ self
171
+ end
172
+
173
+ # Deserializes the data based on type
174
+ # @param string type Data type
175
+ # @param string value Value to be deserialized
176
+ # @return [Object] Deserialized data
177
+ def _deserialize(type, value)
178
+ case type.to_sym
179
+ when :Time
180
+ Time.parse(value)
181
+ when :Date
182
+ Date.parse(value)
183
+ when :String
184
+ value.to_s
185
+ when :Integer
186
+ value.to_i
187
+ when :Float
188
+ value.to_f
189
+ when :Boolean
190
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
191
+ true
192
+ else
193
+ false
194
+ end
195
+ when :Object
196
+ # generic object (usually a Hash), return directly
197
+ value
198
+ when /\AArray<(?<inner_type>.+)>\z/
199
+ inner_type = Regexp.last_match[:inner_type]
200
+ value.map { |v| _deserialize(inner_type, v) }
201
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
202
+ k_type = Regexp.last_match[:k_type]
203
+ v_type = Regexp.last_match[:v_type]
204
+ {}.tap do |hash|
205
+ value.each do |k, v|
206
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
207
+ end
208
+ end
209
+ else # model
210
+ # models (e.g. Pet) or oneOf
211
+ klass = OryClient.const_get(type)
212
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
213
+ end
214
+ end
215
+
216
+ # Returns the string representation of the object
217
+ # @return [String] String presentation of the object
218
+ def to_s
219
+ to_hash.to_s
220
+ end
221
+
222
+ # to_body is an alias to to_hash (backward compatibility)
223
+ # @return [Hash] Returns the object in the form of hash
224
+ def to_body
225
+ to_hash
226
+ end
227
+
228
+ # Returns the object in the form of hash
229
+ # @return [Hash] Returns the object in the form of hash
230
+ def to_hash
231
+ hash = {}
232
+ self.class.attribute_map.each_pair do |attr, param|
233
+ value = self.send(attr)
234
+ if value.nil?
235
+ is_nullable = self.class.openapi_nullable.include?(attr)
236
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
237
+ end
238
+
239
+ hash[param] = _to_hash(value)
240
+ end
241
+ hash
242
+ end
243
+
244
+ # Outputs non-array value in the form of hash
245
+ # For object, use to_hash. Otherwise, just return the value
246
+ # @param [Object] value Any valid value
247
+ # @return [Hash] Returns the value in the form of hash
248
+ def _to_hash(value)
249
+ if value.is_a?(Array)
250
+ value.compact.map { |v| _to_hash(v) }
251
+ elsif value.is_a?(Hash)
252
+ {}.tap do |hash|
253
+ value.each { |k, v| hash[k] = _to_hash(v) }
254
+ end
255
+ elsif value.respond_to? :to_hash
256
+ value.to_hash
257
+ else
258
+ value
259
+ end
260
+ end
261
+
262
+ end
263
+
264
+ end