ory-kratos-client 0.6.0.alpha17 → 0.7.0.alpha1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (211) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +82 -95
  3. data/docs/AdminApi.md +15 -13
  4. data/docs/AdminCreateIdentityBody.md +20 -0
  5. data/docs/AdminCreateSelfServiceRecoveryLinkBody.md +20 -0
  6. data/docs/AdminUpdateIdentityBody.md +22 -0
  7. data/docs/GenericError.md +14 -2
  8. data/docs/Identity.md +12 -4
  9. data/docs/IdentityCredentials.md +5 -1
  10. data/docs/JsonError.md +18 -0
  11. data/docs/LoginFlow.md +5 -1
  12. data/docs/MetadataApi.md +254 -0
  13. data/docs/PublicApi.md +216 -210
  14. data/docs/RecoveryAddress.md +4 -0
  15. data/docs/SelfServiceError.md +24 -0
  16. data/docs/SelfServiceErrorContainer.md +24 -0
  17. data/docs/SelfServiceLoginFlow.md +36 -0
  18. data/docs/SelfServiceLogoutUrl.md +18 -0
  19. data/docs/SelfServiceRecoveryFlow.md +32 -0
  20. data/docs/SelfServiceRecoveryFlowState.md +15 -0
  21. data/docs/SelfServiceRecoveryLink.md +20 -0
  22. data/docs/SelfServiceRegistrationFlow.md +30 -0
  23. data/docs/SelfServiceSettingsFlow.md +34 -0
  24. data/docs/SelfServiceSettingsFlowState.md +15 -0
  25. data/docs/SelfServiceVerificationFlow.md +32 -0
  26. data/docs/SelfServiceVerificationFlowState.md +15 -0
  27. data/docs/Session.md +4 -4
  28. data/docs/SubmitSelfServiceLoginFlowBody.md +76 -0
  29. data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +22 -0
  30. data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +24 -0
  31. data/docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md +18 -0
  32. data/docs/SubmitSelfServiceRecoveryFlowBody.md +75 -0
  33. data/docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md +22 -0
  34. data/docs/SubmitSelfServiceRegistrationFlowBody.md +76 -0
  35. data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +22 -0
  36. data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md +24 -0
  37. data/docs/SubmitSelfServiceSettingsFlowBody.md +79 -0
  38. data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +24 -0
  39. data/docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md +22 -0
  40. data/docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md +22 -0
  41. data/docs/SubmitSelfServiceVerificationFlowBody.md +75 -0
  42. data/docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md +22 -0
  43. data/docs/SuccessfulSelfServiceLoginWithoutBrowser.md +20 -0
  44. data/docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md +22 -0
  45. data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +20 -0
  46. data/docs/UiNodeInputAttributes.md +1 -1
  47. data/docs/V0alpha1Api.md +2167 -0
  48. data/docs/VerifiableIdentityAddress.md +32 -0
  49. data/lib/ory-kratos-client.rb +37 -30
  50. data/lib/ory-kratos-client/api/admin_api.rb +7 -4
  51. data/lib/ory-kratos-client/api/metadata_api.rb +248 -0
  52. data/lib/ory-kratos-client/api/public_api.rb +171 -162
  53. data/lib/ory-kratos-client/api/v0alpha1_api.rb +2054 -0
  54. data/lib/ory-kratos-client/api_client.rb +1 -1
  55. data/lib/ory-kratos-client/api_error.rb +1 -1
  56. data/lib/ory-kratos-client/configuration.rb +9 -30
  57. data/lib/ory-kratos-client/models/admin_create_identity_body.rb +239 -0
  58. data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +250 -0
  59. data/lib/ory-kratos-client/models/admin_update_identity_body.rb +245 -0
  60. data/lib/ory-kratos-client/models/authenticate_ok_body.rb +1 -1
  61. data/lib/ory-kratos-client/models/container_change_response_item.rb +1 -1
  62. data/lib/ory-kratos-client/models/container_create_created_body.rb +1 -1
  63. data/lib/ory-kratos-client/models/container_top_ok_body.rb +1 -1
  64. data/lib/ory-kratos-client/models/container_update_ok_body.rb +1 -1
  65. data/lib/ory-kratos-client/models/container_wait_ok_body.rb +1 -1
  66. data/lib/ory-kratos-client/models/container_wait_ok_body_error.rb +1 -1
  67. data/lib/ory-kratos-client/models/create_identity.rb +1 -1
  68. data/lib/ory-kratos-client/models/create_recovery_link.rb +1 -1
  69. data/lib/ory-kratos-client/models/error_container.rb +1 -1
  70. data/lib/ory-kratos-client/models/error_response.rb +1 -1
  71. data/lib/ory-kratos-client/models/generic_error.rb +76 -9
  72. data/lib/ory-kratos-client/models/generic_error_payload.rb +1 -1
  73. data/lib/ory-kratos-client/models/graph_driver_data.rb +1 -1
  74. data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
  75. data/lib/ory-kratos-client/models/health_status.rb +1 -1
  76. data/lib/ory-kratos-client/models/id_response.rb +1 -1
  77. data/lib/ory-kratos-client/models/identity.rb +56 -15
  78. data/lib/ory-kratos-client/models/identity_credentials.rb +25 -5
  79. data/lib/ory-kratos-client/models/image_delete_response_item.rb +1 -1
  80. data/lib/ory-kratos-client/models/image_summary.rb +1 -1
  81. data/lib/ory-kratos-client/models/inline_response200.rb +1 -1
  82. data/lib/ory-kratos-client/models/inline_response2001.rb +1 -1
  83. data/lib/ory-kratos-client/models/inline_response503.rb +1 -1
  84. data/lib/ory-kratos-client/models/json_error.rb +224 -0
  85. data/lib/ory-kratos-client/models/login_flow.rb +25 -5
  86. data/lib/ory-kratos-client/models/login_via_api_response.rb +1 -1
  87. data/lib/ory-kratos-client/models/meta.rb +1 -1
  88. data/lib/ory-kratos-client/models/plugin.rb +1 -1
  89. data/lib/ory-kratos-client/models/plugin_config.rb +1 -1
  90. data/lib/ory-kratos-client/models/plugin_config_args.rb +1 -1
  91. data/lib/ory-kratos-client/models/plugin_config_interface.rb +1 -1
  92. data/lib/ory-kratos-client/models/plugin_config_linux.rb +1 -1
  93. data/lib/ory-kratos-client/models/plugin_config_network.rb +1 -1
  94. data/lib/ory-kratos-client/models/plugin_config_rootfs.rb +1 -1
  95. data/lib/ory-kratos-client/models/plugin_config_user.rb +1 -1
  96. data/lib/ory-kratos-client/models/plugin_device.rb +1 -1
  97. data/lib/ory-kratos-client/models/plugin_env.rb +1 -1
  98. data/lib/ory-kratos-client/models/plugin_interface_type.rb +1 -1
  99. data/lib/ory-kratos-client/models/plugin_mount.rb +1 -1
  100. data/lib/ory-kratos-client/models/plugin_settings.rb +1 -1
  101. data/lib/ory-kratos-client/models/port.rb +1 -1
  102. data/lib/ory-kratos-client/models/recovery_address.rb +22 -2
  103. data/lib/ory-kratos-client/models/recovery_flow.rb +1 -1
  104. data/lib/ory-kratos-client/models/recovery_link.rb +1 -1
  105. data/lib/ory-kratos-client/models/registration_flow.rb +1 -1
  106. data/lib/ory-kratos-client/models/registration_via_api_response.rb +1 -1
  107. data/lib/ory-kratos-client/models/revoke_session.rb +1 -1
  108. data/lib/ory-kratos-client/models/self_service_error.rb +252 -0
  109. data/lib/ory-kratos-client/models/self_service_error_container.rb +260 -0
  110. data/lib/ory-kratos-client/models/self_service_login_flow.rb +338 -0
  111. data/lib/ory-kratos-client/models/self_service_logout_url.rb +219 -0
  112. data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +317 -0
  113. data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +38 -0
  114. data/lib/ory-kratos-client/models/self_service_recovery_link.rb +234 -0
  115. data/lib/ory-kratos-client/models/self_service_registration_flow.rb +302 -0
  116. data/lib/ory-kratos-client/models/self_service_settings_flow.rb +331 -0
  117. data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +37 -0
  118. data/lib/ory-kratos-client/models/self_service_verification_flow.rb +307 -0
  119. data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +38 -0
  120. data/lib/ory-kratos-client/models/service_update_response.rb +1 -1
  121. data/lib/ory-kratos-client/models/session.rb +6 -16
  122. data/lib/ory-kratos-client/models/settings_flow.rb +1 -1
  123. data/lib/ory-kratos-client/models/settings_profile_form_config.rb +1 -1
  124. data/lib/ory-kratos-client/models/settings_via_api_response.rb +1 -1
  125. data/lib/ory-kratos-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb +1 -1
  126. data/lib/ory-kratos-client/models/submit_self_service_login_flow.rb +1 -1
  127. data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +54 -0
  128. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +250 -0
  129. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method.rb +1 -1
  130. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +298 -0
  131. data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +225 -0
  132. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +53 -0
  133. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method.rb +1 -1
  134. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +283 -0
  135. data/lib/ory-kratos-client/models/submit_self_service_registration_flow.rb +1 -1
  136. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +54 -0
  137. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +250 -0
  138. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method.rb +22 -1
  139. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +299 -0
  140. data/lib/ory-kratos-client/models/submit_self_service_settings_flow.rb +1 -1
  141. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +56 -0
  142. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +255 -0
  143. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method.rb +1 -1
  144. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +283 -0
  145. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method.rb +1 -1
  146. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +250 -0
  147. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +54 -0
  148. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method.rb +1 -1
  149. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +283 -0
  150. data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +234 -0
  151. data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +243 -0
  152. data/lib/ory-kratos-client/models/successful_self_service_settings_without_browser.rb +238 -0
  153. data/lib/ory-kratos-client/models/ui_container.rb +1 -1
  154. data/lib/ory-kratos-client/models/ui_node.rb +1 -1
  155. data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +1 -1
  156. data/lib/ory-kratos-client/models/ui_node_attributes.rb +1 -1
  157. data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +1 -1
  158. data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +4 -2
  159. data/lib/ory-kratos-client/models/ui_node_input_attributes_value.rb +1 -1
  160. data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +1 -1
  161. data/lib/ory-kratos-client/models/ui_text.rb +1 -1
  162. data/lib/ory-kratos-client/models/update_identity.rb +1 -1
  163. data/lib/ory-kratos-client/models/verifiable_address.rb +1 -1
  164. data/lib/ory-kratos-client/models/verifiable_identity_address.rb +313 -0
  165. data/lib/ory-kratos-client/models/verification_flow.rb +1 -1
  166. data/lib/ory-kratos-client/models/version.rb +1 -1
  167. data/lib/ory-kratos-client/models/volume.rb +1 -1
  168. data/lib/ory-kratos-client/models/volume_usage_data.rb +1 -1
  169. data/lib/ory-kratos-client/version.rb +2 -2
  170. data/ory-kratos-client.gemspec +1 -1
  171. data/spec/api/metadata_api_spec.rb +79 -0
  172. data/spec/api/v0alpha1_api_spec.rb +429 -0
  173. data/spec/api_client_spec.rb +1 -1
  174. data/spec/configuration_spec.rb +4 -4
  175. data/spec/models/admin_create_identity_body_spec.rb +40 -0
  176. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +40 -0
  177. data/spec/models/admin_update_identity_body_spec.rb +46 -0
  178. data/spec/models/json_error_spec.rb +34 -0
  179. data/spec/models/self_service_error_container_spec.rb +52 -0
  180. data/spec/models/self_service_error_spec.rb +52 -0
  181. data/spec/models/self_service_login_flow_spec.rb +88 -0
  182. data/spec/models/self_service_logout_url_spec.rb +34 -0
  183. data/spec/models/self_service_recovery_flow_spec.rb +76 -0
  184. data/spec/models/self_service_recovery_flow_state_spec.rb +28 -0
  185. data/spec/models/self_service_recovery_link_spec.rb +40 -0
  186. data/spec/models/self_service_registration_flow_spec.rb +70 -0
  187. data/spec/models/self_service_settings_flow_spec.rb +82 -0
  188. data/spec/models/self_service_settings_flow_state_spec.rb +28 -0
  189. data/spec/models/self_service_verification_flow_spec.rb +76 -0
  190. data/spec/models/self_service_verification_flow_state_spec.rb +28 -0
  191. data/spec/models/submit_self_service_login_flow_body_spec.rb +43 -0
  192. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +46 -0
  193. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +56 -0
  194. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +34 -0
  195. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +43 -0
  196. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +50 -0
  197. data/spec/models/submit_self_service_registration_flow_body_spec.rb +43 -0
  198. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +46 -0
  199. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +56 -0
  200. data/spec/models/submit_self_service_settings_flow_body_spec.rb +43 -0
  201. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +52 -0
  202. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +50 -0
  203. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +46 -0
  204. data/spec/models/submit_self_service_verification_flow_body_spec.rb +43 -0
  205. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +50 -0
  206. data/spec/models/successful_self_service_login_without_browser_spec.rb +40 -0
  207. data/spec/models/successful_self_service_registration_without_browser_spec.rb +46 -0
  208. data/spec/models/successful_self_service_settings_without_browser_spec.rb +40 -0
  209. data/spec/models/verifiable_identity_address_spec.rb +76 -0
  210. data/spec/spec_helper.rb +1 -1
  211. metadata +150 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
5
5
 
6
- The version of the OpenAPI document: v0.6.0-alpha.17
6
+ The version of the OpenAPI document: v0.6.3-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -0,0 +1,298 @@
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 'date'
14
+ require 'time'
15
+
16
+ module OryHydraClient
17
+ class SubmitSelfServiceLoginFlowWithPasswordMethodBody
18
+ # Sending the anti-csrf token is only required for browser login flows.
19
+ attr_accessor :csrf_token
20
+
21
+ # Method should be set to \"password\" when logging in using the identifier and password strategy.
22
+ attr_accessor :method
23
+
24
+ # The user's password.
25
+ attr_accessor :password
26
+
27
+ # Identifier is the email or username of the user trying to log in.
28
+ attr_accessor :password_identifier
29
+
30
+ class EnumAttributeValidator
31
+ attr_reader :datatype
32
+ attr_reader :allowable_values
33
+
34
+ def initialize(datatype, allowable_values)
35
+ @allowable_values = allowable_values.map do |value|
36
+ case datatype.to_s
37
+ when /Integer/i
38
+ value.to_i
39
+ when /Float/i
40
+ value.to_f
41
+ else
42
+ value
43
+ end
44
+ end
45
+ end
46
+
47
+ def valid?(value)
48
+ !value || allowable_values.include?(value)
49
+ end
50
+ end
51
+
52
+ # Attribute mapping from ruby-style variable name to JSON key.
53
+ def self.attribute_map
54
+ {
55
+ :'csrf_token' => :'csrf_token',
56
+ :'method' => :'method',
57
+ :'password' => :'password',
58
+ :'password_identifier' => :'password_identifier'
59
+ }
60
+ end
61
+
62
+ # Returns all the JSON keys this model knows about
63
+ def self.acceptable_attributes
64
+ attribute_map.values
65
+ end
66
+
67
+ # Attribute type mapping.
68
+ def self.openapi_types
69
+ {
70
+ :'csrf_token' => :'String',
71
+ :'method' => :'String',
72
+ :'password' => :'String',
73
+ :'password_identifier' => :'String'
74
+ }
75
+ end
76
+
77
+ # List of attributes with nullable: true
78
+ def self.openapi_nullable
79
+ Set.new([
80
+ ])
81
+ end
82
+
83
+ # Initializes the object
84
+ # @param [Hash] attributes Model attributes in the form of hash
85
+ def initialize(attributes = {})
86
+ if (!attributes.is_a?(Hash))
87
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody` initialize method"
88
+ end
89
+
90
+ # check to see if the attribute exists and convert string to symbol for hash key
91
+ attributes = attributes.each_with_object({}) { |(k, v), h|
92
+ if (!self.class.attribute_map.key?(k.to_sym))
93
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
94
+ end
95
+ h[k.to_sym] = v
96
+ }
97
+
98
+ if attributes.key?(:'csrf_token')
99
+ self.csrf_token = attributes[:'csrf_token']
100
+ end
101
+
102
+ if attributes.key?(:'method')
103
+ self.method = attributes[:'method']
104
+ end
105
+
106
+ if attributes.key?(:'password')
107
+ self.password = attributes[:'password']
108
+ end
109
+
110
+ if attributes.key?(:'password_identifier')
111
+ self.password_identifier = attributes[:'password_identifier']
112
+ end
113
+ end
114
+
115
+ # Show invalid properties with the reasons. Usually used together with valid?
116
+ # @return Array for valid properties with the reasons
117
+ def list_invalid_properties
118
+ invalid_properties = Array.new
119
+ if @method.nil?
120
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
121
+ end
122
+
123
+ if @password.nil?
124
+ invalid_properties.push('invalid value for "password", password cannot be nil.')
125
+ end
126
+
127
+ if @password_identifier.nil?
128
+ invalid_properties.push('invalid value for "password_identifier", password_identifier cannot be nil.')
129
+ end
130
+
131
+ invalid_properties
132
+ end
133
+
134
+ # Check to see if the all the properties in the model are valid
135
+ # @return true if the model is valid
136
+ def valid?
137
+ return false if @method.nil?
138
+ method_validator = EnumAttributeValidator.new('String', ["password", "oidc"])
139
+ return false unless method_validator.valid?(@method)
140
+ return false if @password.nil?
141
+ return false if @password_identifier.nil?
142
+ true
143
+ end
144
+
145
+ # Custom attribute writer method checking allowed values (enum).
146
+ # @param [Object] method Object to be assigned
147
+ def method=(method)
148
+ validator = EnumAttributeValidator.new('String', ["password", "oidc"])
149
+ unless validator.valid?(method)
150
+ fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
151
+ end
152
+ @method = method
153
+ end
154
+
155
+ # Checks equality by comparing each attribute.
156
+ # @param [Object] Object to be compared
157
+ def ==(o)
158
+ return true if self.equal?(o)
159
+ self.class == o.class &&
160
+ csrf_token == o.csrf_token &&
161
+ method == o.method &&
162
+ password == o.password &&
163
+ password_identifier == o.password_identifier
164
+ end
165
+
166
+ # @see the `==` method
167
+ # @param [Object] Object to be compared
168
+ def eql?(o)
169
+ self == o
170
+ end
171
+
172
+ # Calculates hash code according to all attributes.
173
+ # @return [Integer] Hash code
174
+ def hash
175
+ [csrf_token, method, password, password_identifier].hash
176
+ end
177
+
178
+ # Builds the object from hash
179
+ # @param [Hash] attributes Model attributes in the form of hash
180
+ # @return [Object] Returns the model itself
181
+ def self.build_from_hash(attributes)
182
+ new.build_from_hash(attributes)
183
+ end
184
+
185
+ # Builds the object from hash
186
+ # @param [Hash] attributes Model attributes in the form of hash
187
+ # @return [Object] Returns the model itself
188
+ def build_from_hash(attributes)
189
+ return nil unless attributes.is_a?(Hash)
190
+ self.class.openapi_types.each_pair do |key, type|
191
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
192
+ self.send("#{key}=", nil)
193
+ elsif type =~ /\AArray<(.*)>/i
194
+ # check to ensure the input is an array given that the attribute
195
+ # is documented as an array but the input is not
196
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
197
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
198
+ end
199
+ elsif !attributes[self.class.attribute_map[key]].nil?
200
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
201
+ end
202
+ end
203
+
204
+ self
205
+ end
206
+
207
+ # Deserializes the data based on type
208
+ # @param string type Data type
209
+ # @param string value Value to be deserialized
210
+ # @return [Object] Deserialized data
211
+ def _deserialize(type, value)
212
+ case type.to_sym
213
+ when :Time
214
+ Time.parse(value)
215
+ when :Date
216
+ Date.parse(value)
217
+ when :String
218
+ value.to_s
219
+ when :Integer
220
+ value.to_i
221
+ when :Float
222
+ value.to_f
223
+ when :Boolean
224
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
225
+ true
226
+ else
227
+ false
228
+ end
229
+ when :Object
230
+ # generic object (usually a Hash), return directly
231
+ value
232
+ when /\AArray<(?<inner_type>.+)>\z/
233
+ inner_type = Regexp.last_match[:inner_type]
234
+ value.map { |v| _deserialize(inner_type, v) }
235
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
236
+ k_type = Regexp.last_match[:k_type]
237
+ v_type = Regexp.last_match[:v_type]
238
+ {}.tap do |hash|
239
+ value.each do |k, v|
240
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
241
+ end
242
+ end
243
+ else # model
244
+ # models (e.g. Pet) or oneOf
245
+ klass = OryHydraClient.const_get(type)
246
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
247
+ end
248
+ end
249
+
250
+ # Returns the string representation of the object
251
+ # @return [String] String presentation of the object
252
+ def to_s
253
+ to_hash.to_s
254
+ end
255
+
256
+ # to_body is an alias to to_hash (backward compatibility)
257
+ # @return [Hash] Returns the object in the form of hash
258
+ def to_body
259
+ to_hash
260
+ end
261
+
262
+ # Returns the object in the form of hash
263
+ # @return [Hash] Returns the object in the form of hash
264
+ def to_hash
265
+ hash = {}
266
+ self.class.attribute_map.each_pair do |attr, param|
267
+ value = self.send(attr)
268
+ if value.nil?
269
+ is_nullable = self.class.openapi_nullable.include?(attr)
270
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
271
+ end
272
+
273
+ hash[param] = _to_hash(value)
274
+ end
275
+ hash
276
+ end
277
+
278
+ # Outputs non-array value in the form of hash
279
+ # For object, use to_hash. Otherwise, just return the value
280
+ # @param [Object] value Any valid value
281
+ # @return [Hash] Returns the value in the form of hash
282
+ def _to_hash(value)
283
+ if value.is_a?(Array)
284
+ value.compact.map { |v| _to_hash(v) }
285
+ elsif value.is_a?(Hash)
286
+ {}.tap do |hash|
287
+ value.each { |k, v| hash[k] = _to_hash(v) }
288
+ end
289
+ elsif value.respond_to? :to_hash
290
+ value.to_hash
291
+ else
292
+ value
293
+ end
294
+ end
295
+
296
+ end
297
+
298
+ end
@@ -0,0 +1,225 @@
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 'date'
14
+ require 'time'
15
+
16
+ module OryHydraClient
17
+ # nolint:deadcode,unused
18
+ class SubmitSelfServiceLogoutFlowWithoutBrowserBody
19
+ # The Session Token Invalidate this session token.
20
+ attr_accessor :session_token
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'session_token' => :'session_token'
26
+ }
27
+ end
28
+
29
+ # Returns all the JSON keys this model knows about
30
+ def self.acceptable_attributes
31
+ attribute_map.values
32
+ end
33
+
34
+ # Attribute type mapping.
35
+ def self.openapi_types
36
+ {
37
+ :'session_token' => :'String'
38
+ }
39
+ end
40
+
41
+ # List of attributes with nullable: true
42
+ def self.openapi_nullable
43
+ Set.new([
44
+ ])
45
+ end
46
+
47
+ # Initializes the object
48
+ # @param [Hash] attributes Model attributes in the form of hash
49
+ def initialize(attributes = {})
50
+ if (!attributes.is_a?(Hash))
51
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryHydraClient::SubmitSelfServiceLogoutFlowWithoutBrowserBody` initialize method"
52
+ end
53
+
54
+ # check to see if the attribute exists and convert string to symbol for hash key
55
+ attributes = attributes.each_with_object({}) { |(k, v), h|
56
+ if (!self.class.attribute_map.key?(k.to_sym))
57
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryHydraClient::SubmitSelfServiceLogoutFlowWithoutBrowserBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
58
+ end
59
+ h[k.to_sym] = v
60
+ }
61
+
62
+ if attributes.key?(:'session_token')
63
+ self.session_token = attributes[:'session_token']
64
+ end
65
+ end
66
+
67
+ # Show invalid properties with the reasons. Usually used together with valid?
68
+ # @return Array for valid properties with the reasons
69
+ def list_invalid_properties
70
+ invalid_properties = Array.new
71
+ if @session_token.nil?
72
+ invalid_properties.push('invalid value for "session_token", session_token cannot be nil.')
73
+ end
74
+
75
+ invalid_properties
76
+ end
77
+
78
+ # Check to see if the all the properties in the model are valid
79
+ # @return true if the model is valid
80
+ def valid?
81
+ return false if @session_token.nil?
82
+ true
83
+ end
84
+
85
+ # Checks equality by comparing each attribute.
86
+ # @param [Object] Object to be compared
87
+ def ==(o)
88
+ return true if self.equal?(o)
89
+ self.class == o.class &&
90
+ session_token == o.session_token
91
+ end
92
+
93
+ # @see the `==` method
94
+ # @param [Object] Object to be compared
95
+ def eql?(o)
96
+ self == o
97
+ end
98
+
99
+ # Calculates hash code according to all attributes.
100
+ # @return [Integer] Hash code
101
+ def hash
102
+ [session_token].hash
103
+ end
104
+
105
+ # Builds the object from hash
106
+ # @param [Hash] attributes Model attributes in the form of hash
107
+ # @return [Object] Returns the model itself
108
+ def self.build_from_hash(attributes)
109
+ new.build_from_hash(attributes)
110
+ end
111
+
112
+ # Builds the object from hash
113
+ # @param [Hash] attributes Model attributes in the form of hash
114
+ # @return [Object] Returns the model itself
115
+ def build_from_hash(attributes)
116
+ return nil unless attributes.is_a?(Hash)
117
+ self.class.openapi_types.each_pair do |key, type|
118
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
119
+ self.send("#{key}=", nil)
120
+ elsif type =~ /\AArray<(.*)>/i
121
+ # check to ensure the input is an array given that the attribute
122
+ # is documented as an array but the input is not
123
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
124
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
125
+ end
126
+ elsif !attributes[self.class.attribute_map[key]].nil?
127
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
128
+ end
129
+ end
130
+
131
+ self
132
+ end
133
+
134
+ # Deserializes the data based on type
135
+ # @param string type Data type
136
+ # @param string value Value to be deserialized
137
+ # @return [Object] Deserialized data
138
+ def _deserialize(type, value)
139
+ case type.to_sym
140
+ when :Time
141
+ Time.parse(value)
142
+ when :Date
143
+ Date.parse(value)
144
+ when :String
145
+ value.to_s
146
+ when :Integer
147
+ value.to_i
148
+ when :Float
149
+ value.to_f
150
+ when :Boolean
151
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
152
+ true
153
+ else
154
+ false
155
+ end
156
+ when :Object
157
+ # generic object (usually a Hash), return directly
158
+ value
159
+ when /\AArray<(?<inner_type>.+)>\z/
160
+ inner_type = Regexp.last_match[:inner_type]
161
+ value.map { |v| _deserialize(inner_type, v) }
162
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
163
+ k_type = Regexp.last_match[:k_type]
164
+ v_type = Regexp.last_match[:v_type]
165
+ {}.tap do |hash|
166
+ value.each do |k, v|
167
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
168
+ end
169
+ end
170
+ else # model
171
+ # models (e.g. Pet) or oneOf
172
+ klass = OryHydraClient.const_get(type)
173
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
174
+ end
175
+ end
176
+
177
+ # Returns the string representation of the object
178
+ # @return [String] String presentation of the object
179
+ def to_s
180
+ to_hash.to_s
181
+ end
182
+
183
+ # to_body is an alias to to_hash (backward compatibility)
184
+ # @return [Hash] Returns the object in the form of hash
185
+ def to_body
186
+ to_hash
187
+ end
188
+
189
+ # Returns the object in the form of hash
190
+ # @return [Hash] Returns the object in the form of hash
191
+ def to_hash
192
+ hash = {}
193
+ self.class.attribute_map.each_pair do |attr, param|
194
+ value = self.send(attr)
195
+ if value.nil?
196
+ is_nullable = self.class.openapi_nullable.include?(attr)
197
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
198
+ end
199
+
200
+ hash[param] = _to_hash(value)
201
+ end
202
+ hash
203
+ end
204
+
205
+ # Outputs non-array value in the form of hash
206
+ # For object, use to_hash. Otherwise, just return the value
207
+ # @param [Object] value Any valid value
208
+ # @return [Hash] Returns the value in the form of hash
209
+ def _to_hash(value)
210
+ if value.is_a?(Array)
211
+ value.compact.map { |v| _to_hash(v) }
212
+ elsif value.is_a?(Hash)
213
+ {}.tap do |hash|
214
+ value.each { |k, v| hash[k] = _to_hash(v) }
215
+ end
216
+ elsif value.respond_to? :to_hash
217
+ value.to_hash
218
+ else
219
+ value
220
+ end
221
+ end
222
+
223
+ end
224
+
225
+ end