ory-kratos-client 0.6.3.alpha1 → 0.7.0.alpha1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +78 -92
  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/MetadataApi.md +254 -0
  8. data/docs/SelfServiceError.md +24 -0
  9. data/docs/SelfServiceLoginFlow.md +36 -0
  10. data/docs/SelfServiceLogoutUrl.md +18 -0
  11. data/docs/SelfServiceRecoveryFlow.md +32 -0
  12. data/docs/SelfServiceRecoveryFlowState.md +15 -0
  13. data/docs/SelfServiceRecoveryLink.md +20 -0
  14. data/docs/SelfServiceRegistrationFlow.md +30 -0
  15. data/docs/SelfServiceSettingsFlow.md +34 -0
  16. data/docs/SelfServiceSettingsFlowState.md +15 -0
  17. data/docs/SelfServiceVerificationFlow.md +32 -0
  18. data/docs/SelfServiceVerificationFlowState.md +15 -0
  19. data/docs/Session.md +4 -4
  20. data/docs/SubmitSelfServiceLoginFlowBody.md +76 -0
  21. data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +22 -0
  22. data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +24 -0
  23. data/docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md +18 -0
  24. data/docs/SubmitSelfServiceRecoveryFlowBody.md +75 -0
  25. data/docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md +22 -0
  26. data/docs/SubmitSelfServiceRegistrationFlowBody.md +76 -0
  27. data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +22 -0
  28. data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md +24 -0
  29. data/docs/SubmitSelfServiceSettingsFlowBody.md +79 -0
  30. data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +24 -0
  31. data/docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md +22 -0
  32. data/docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md +22 -0
  33. data/docs/SubmitSelfServiceVerificationFlowBody.md +75 -0
  34. data/docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md +22 -0
  35. data/docs/SuccessfulSelfServiceLoginWithoutBrowser.md +20 -0
  36. data/docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md +22 -0
  37. data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +20 -0
  38. data/docs/UiNodeInputAttributes.md +1 -1
  39. data/docs/V0alpha1Api.md +2167 -0
  40. data/lib/ory-kratos-client.rb +35 -28
  41. data/lib/ory-kratos-client/api/metadata_api.rb +248 -0
  42. data/lib/ory-kratos-client/api/v0alpha1_api.rb +2054 -0
  43. data/lib/ory-kratos-client/api_client.rb +1 -1
  44. data/lib/ory-kratos-client/api_error.rb +1 -1
  45. data/lib/ory-kratos-client/configuration.rb +2 -16
  46. data/lib/ory-kratos-client/models/admin_create_identity_body.rb +239 -0
  47. data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +250 -0
  48. data/lib/ory-kratos-client/models/admin_update_identity_body.rb +245 -0
  49. data/lib/ory-kratos-client/models/authenticate_ok_body.rb +1 -1
  50. data/lib/ory-kratos-client/models/container_change_response_item.rb +1 -1
  51. data/lib/ory-kratos-client/models/container_create_created_body.rb +1 -1
  52. data/lib/ory-kratos-client/models/container_top_ok_body.rb +1 -1
  53. data/lib/ory-kratos-client/models/container_update_ok_body.rb +1 -1
  54. data/lib/ory-kratos-client/models/container_wait_ok_body.rb +1 -1
  55. data/lib/ory-kratos-client/models/container_wait_ok_body_error.rb +1 -1
  56. data/lib/ory-kratos-client/models/error_response.rb +1 -1
  57. data/lib/ory-kratos-client/models/generic_error.rb +1 -1
  58. data/lib/ory-kratos-client/models/graph_driver_data.rb +1 -1
  59. data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
  60. data/lib/ory-kratos-client/models/health_status.rb +1 -1
  61. data/lib/ory-kratos-client/models/id_response.rb +1 -1
  62. data/lib/ory-kratos-client/models/identity.rb +34 -2
  63. data/lib/ory-kratos-client/models/identity_credentials.rb +1 -1
  64. data/lib/ory-kratos-client/models/image_delete_response_item.rb +1 -1
  65. data/lib/ory-kratos-client/models/image_summary.rb +1 -1
  66. data/lib/ory-kratos-client/models/inline_response200.rb +1 -1
  67. data/lib/ory-kratos-client/models/inline_response2001.rb +1 -1
  68. data/lib/ory-kratos-client/models/inline_response503.rb +1 -1
  69. data/lib/ory-kratos-client/models/json_error.rb +1 -1
  70. data/lib/ory-kratos-client/models/meta.rb +1 -1
  71. data/lib/ory-kratos-client/models/plugin.rb +1 -1
  72. data/lib/ory-kratos-client/models/plugin_config.rb +1 -1
  73. data/lib/ory-kratos-client/models/plugin_config_args.rb +1 -1
  74. data/lib/ory-kratos-client/models/plugin_config_interface.rb +1 -1
  75. data/lib/ory-kratos-client/models/plugin_config_linux.rb +1 -1
  76. data/lib/ory-kratos-client/models/plugin_config_network.rb +1 -1
  77. data/lib/ory-kratos-client/models/plugin_config_rootfs.rb +1 -1
  78. data/lib/ory-kratos-client/models/plugin_config_user.rb +1 -1
  79. data/lib/ory-kratos-client/models/plugin_device.rb +1 -1
  80. data/lib/ory-kratos-client/models/plugin_env.rb +1 -1
  81. data/lib/ory-kratos-client/models/plugin_interface_type.rb +1 -1
  82. data/lib/ory-kratos-client/models/plugin_mount.rb +1 -1
  83. data/lib/ory-kratos-client/models/plugin_settings.rb +1 -1
  84. data/lib/ory-kratos-client/models/port.rb +1 -1
  85. data/lib/ory-kratos-client/models/recovery_address.rb +1 -1
  86. data/lib/ory-kratos-client/models/self_service_error.rb +252 -0
  87. data/lib/ory-kratos-client/models/self_service_login_flow.rb +338 -0
  88. data/lib/ory-kratos-client/models/self_service_logout_url.rb +219 -0
  89. data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +317 -0
  90. data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +38 -0
  91. data/lib/ory-kratos-client/models/self_service_recovery_link.rb +234 -0
  92. data/lib/ory-kratos-client/models/self_service_registration_flow.rb +302 -0
  93. data/lib/ory-kratos-client/models/self_service_settings_flow.rb +331 -0
  94. data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +37 -0
  95. data/lib/ory-kratos-client/models/self_service_verification_flow.rb +307 -0
  96. data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +38 -0
  97. data/lib/ory-kratos-client/models/service_update_response.rb +1 -1
  98. data/lib/ory-kratos-client/models/session.rb +6 -16
  99. data/lib/ory-kratos-client/models/settings_profile_form_config.rb +1 -1
  100. data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +54 -0
  101. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +250 -0
  102. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +298 -0
  103. data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +225 -0
  104. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +53 -0
  105. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +283 -0
  106. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +54 -0
  107. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +250 -0
  108. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +299 -0
  109. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +56 -0
  110. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +255 -0
  111. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +283 -0
  112. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +250 -0
  113. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +54 -0
  114. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +283 -0
  115. data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +234 -0
  116. data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +243 -0
  117. data/lib/ory-kratos-client/models/successful_self_service_settings_without_browser.rb +238 -0
  118. data/lib/ory-kratos-client/models/ui_container.rb +1 -1
  119. data/lib/ory-kratos-client/models/ui_node.rb +1 -1
  120. data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +1 -1
  121. data/lib/ory-kratos-client/models/ui_node_attributes.rb +1 -1
  122. data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +1 -1
  123. data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +4 -2
  124. data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +1 -1
  125. data/lib/ory-kratos-client/models/ui_text.rb +1 -1
  126. data/lib/ory-kratos-client/models/verifiable_identity_address.rb +1 -1
  127. data/lib/ory-kratos-client/models/version.rb +1 -1
  128. data/lib/ory-kratos-client/models/volume.rb +1 -1
  129. data/lib/ory-kratos-client/models/volume_usage_data.rb +1 -1
  130. data/lib/ory-kratos-client/version.rb +2 -2
  131. data/ory-kratos-client.gemspec +1 -1
  132. data/spec/api/metadata_api_spec.rb +79 -0
  133. data/spec/api/v0alpha1_api_spec.rb +429 -0
  134. data/spec/api_client_spec.rb +1 -1
  135. data/spec/configuration_spec.rb +1 -1
  136. data/spec/models/admin_create_identity_body_spec.rb +40 -0
  137. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +40 -0
  138. data/spec/models/admin_update_identity_body_spec.rb +46 -0
  139. data/spec/models/self_service_error_spec.rb +52 -0
  140. data/spec/models/self_service_login_flow_spec.rb +88 -0
  141. data/spec/models/self_service_logout_url_spec.rb +34 -0
  142. data/spec/models/self_service_recovery_flow_spec.rb +76 -0
  143. data/spec/models/self_service_recovery_flow_state_spec.rb +28 -0
  144. data/spec/models/self_service_recovery_link_spec.rb +40 -0
  145. data/spec/models/self_service_registration_flow_spec.rb +70 -0
  146. data/spec/models/self_service_settings_flow_spec.rb +82 -0
  147. data/spec/models/self_service_settings_flow_state_spec.rb +28 -0
  148. data/spec/models/self_service_verification_flow_spec.rb +76 -0
  149. data/spec/models/self_service_verification_flow_state_spec.rb +28 -0
  150. data/spec/models/submit_self_service_login_flow_body_spec.rb +43 -0
  151. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +46 -0
  152. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +56 -0
  153. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +34 -0
  154. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +43 -0
  155. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +50 -0
  156. data/spec/models/submit_self_service_registration_flow_body_spec.rb +43 -0
  157. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +46 -0
  158. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +56 -0
  159. data/spec/models/submit_self_service_settings_flow_body_spec.rb +43 -0
  160. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +52 -0
  161. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +50 -0
  162. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +46 -0
  163. data/spec/models/submit_self_service_verification_flow_body_spec.rb +43 -0
  164. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +50 -0
  165. data/spec/models/successful_self_service_login_without_browser_spec.rb +40 -0
  166. data/spec/models/successful_self_service_registration_without_browser_spec.rb +46 -0
  167. data/spec/models/successful_self_service_settings_without_browser_spec.rb +40 -0
  168. data/spec/spec_helper.rb +1 -1
  169. metadata +141 -5
@@ -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.3-alpha.1
6
+ The version of the OpenAPI document: v0.7.0-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -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.3-alpha.1
6
+ The version of the OpenAPI document: v0.7.0-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -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.3-alpha.1
6
+ The version of the OpenAPI document: v0.7.0-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -215,21 +215,7 @@ module OryHydraClient
215
215
  # Returns Auth Settings hash for api client.
216
216
  def auth_settings
217
217
  {
218
- 'oryToken' =>
219
- {
220
- type: 'bearer',
221
- in: 'header',
222
- key: 'Authorization',
223
- value: "Bearer #{access_token}"
224
- },
225
- 'sessionCookie' =>
226
- {
227
- type: 'api_key',
228
- in: ,
229
- key: 'ory_kratos_session',
230
- value: api_key_with_prefix('sessionCookie')
231
- },
232
- 'sessionToken' =>
218
+ 'oryAccessToken' =>
233
219
  {
234
220
  type: 'bearer',
235
221
  in: 'header',
@@ -0,0 +1,239 @@
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 AdminCreateIdentityBody
18
+ # SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.
19
+ attr_accessor :schema_id
20
+
21
+ # Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_url`.
22
+ attr_accessor :traits
23
+
24
+ # Attribute mapping from ruby-style variable name to JSON key.
25
+ def self.attribute_map
26
+ {
27
+ :'schema_id' => :'schema_id',
28
+ :'traits' => :'traits'
29
+ }
30
+ end
31
+
32
+ # Returns all the JSON keys this model knows about
33
+ def self.acceptable_attributes
34
+ attribute_map.values
35
+ end
36
+
37
+ # Attribute type mapping.
38
+ def self.openapi_types
39
+ {
40
+ :'schema_id' => :'String',
41
+ :'traits' => :'Object'
42
+ }
43
+ end
44
+
45
+ # List of attributes with nullable: true
46
+ def self.openapi_nullable
47
+ Set.new([
48
+ ])
49
+ end
50
+
51
+ # Initializes the object
52
+ # @param [Hash] attributes Model attributes in the form of hash
53
+ def initialize(attributes = {})
54
+ if (!attributes.is_a?(Hash))
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryHydraClient::AdminCreateIdentityBody` initialize method"
56
+ end
57
+
58
+ # check to see if the attribute exists and convert string to symbol for hash key
59
+ attributes = attributes.each_with_object({}) { |(k, v), h|
60
+ if (!self.class.attribute_map.key?(k.to_sym))
61
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryHydraClient::AdminCreateIdentityBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ end
63
+ h[k.to_sym] = v
64
+ }
65
+
66
+ if attributes.key?(:'schema_id')
67
+ self.schema_id = attributes[:'schema_id']
68
+ end
69
+
70
+ if attributes.key?(:'traits')
71
+ self.traits = attributes[:'traits']
72
+ end
73
+ end
74
+
75
+ # Show invalid properties with the reasons. Usually used together with valid?
76
+ # @return Array for valid properties with the reasons
77
+ def list_invalid_properties
78
+ invalid_properties = Array.new
79
+ if @schema_id.nil?
80
+ invalid_properties.push('invalid value for "schema_id", schema_id cannot be nil.')
81
+ end
82
+
83
+ if @traits.nil?
84
+ invalid_properties.push('invalid value for "traits", traits cannot be nil.')
85
+ end
86
+
87
+ invalid_properties
88
+ end
89
+
90
+ # Check to see if the all the properties in the model are valid
91
+ # @return true if the model is valid
92
+ def valid?
93
+ return false if @schema_id.nil?
94
+ return false if @traits.nil?
95
+ true
96
+ end
97
+
98
+ # Checks equality by comparing each attribute.
99
+ # @param [Object] Object to be compared
100
+ def ==(o)
101
+ return true if self.equal?(o)
102
+ self.class == o.class &&
103
+ schema_id == o.schema_id &&
104
+ traits == o.traits
105
+ end
106
+
107
+ # @see the `==` method
108
+ # @param [Object] Object to be compared
109
+ def eql?(o)
110
+ self == o
111
+ end
112
+
113
+ # Calculates hash code according to all attributes.
114
+ # @return [Integer] Hash code
115
+ def hash
116
+ [schema_id, traits].hash
117
+ end
118
+
119
+ # Builds the object from hash
120
+ # @param [Hash] attributes Model attributes in the form of hash
121
+ # @return [Object] Returns the model itself
122
+ def self.build_from_hash(attributes)
123
+ new.build_from_hash(attributes)
124
+ end
125
+
126
+ # Builds the object from hash
127
+ # @param [Hash] attributes Model attributes in the form of hash
128
+ # @return [Object] Returns the model itself
129
+ def build_from_hash(attributes)
130
+ return nil unless attributes.is_a?(Hash)
131
+ self.class.openapi_types.each_pair do |key, type|
132
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
133
+ self.send("#{key}=", nil)
134
+ elsif type =~ /\AArray<(.*)>/i
135
+ # check to ensure the input is an array given that the attribute
136
+ # is documented as an array but the input is not
137
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
138
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
139
+ end
140
+ elsif !attributes[self.class.attribute_map[key]].nil?
141
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
142
+ end
143
+ end
144
+
145
+ self
146
+ end
147
+
148
+ # Deserializes the data based on type
149
+ # @param string type Data type
150
+ # @param string value Value to be deserialized
151
+ # @return [Object] Deserialized data
152
+ def _deserialize(type, value)
153
+ case type.to_sym
154
+ when :Time
155
+ Time.parse(value)
156
+ when :Date
157
+ Date.parse(value)
158
+ when :String
159
+ value.to_s
160
+ when :Integer
161
+ value.to_i
162
+ when :Float
163
+ value.to_f
164
+ when :Boolean
165
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
166
+ true
167
+ else
168
+ false
169
+ end
170
+ when :Object
171
+ # generic object (usually a Hash), return directly
172
+ value
173
+ when /\AArray<(?<inner_type>.+)>\z/
174
+ inner_type = Regexp.last_match[:inner_type]
175
+ value.map { |v| _deserialize(inner_type, v) }
176
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
177
+ k_type = Regexp.last_match[:k_type]
178
+ v_type = Regexp.last_match[:v_type]
179
+ {}.tap do |hash|
180
+ value.each do |k, v|
181
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
182
+ end
183
+ end
184
+ else # model
185
+ # models (e.g. Pet) or oneOf
186
+ klass = OryHydraClient.const_get(type)
187
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
188
+ end
189
+ end
190
+
191
+ # Returns the string representation of the object
192
+ # @return [String] String presentation of the object
193
+ def to_s
194
+ to_hash.to_s
195
+ end
196
+
197
+ # to_body is an alias to to_hash (backward compatibility)
198
+ # @return [Hash] Returns the object in the form of hash
199
+ def to_body
200
+ to_hash
201
+ end
202
+
203
+ # Returns the object in the form of hash
204
+ # @return [Hash] Returns the object in the form of hash
205
+ def to_hash
206
+ hash = {}
207
+ self.class.attribute_map.each_pair do |attr, param|
208
+ value = self.send(attr)
209
+ if value.nil?
210
+ is_nullable = self.class.openapi_nullable.include?(attr)
211
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
212
+ end
213
+
214
+ hash[param] = _to_hash(value)
215
+ end
216
+ hash
217
+ end
218
+
219
+ # Outputs non-array value in the form of hash
220
+ # For object, use to_hash. Otherwise, just return the value
221
+ # @param [Object] value Any valid value
222
+ # @return [Hash] Returns the value in the form of hash
223
+ def _to_hash(value)
224
+ if value.is_a?(Array)
225
+ value.compact.map { |v| _to_hash(v) }
226
+ elsif value.is_a?(Hash)
227
+ {}.tap do |hash|
228
+ value.each { |k, v| hash[k] = _to_hash(v) }
229
+ end
230
+ elsif value.respond_to? :to_hash
231
+ value.to_hash
232
+ else
233
+ value
234
+ end
235
+ end
236
+
237
+ end
238
+
239
+ end
@@ -0,0 +1,250 @@
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 AdminCreateSelfServiceRecoveryLinkBody
18
+ # Link Expires In The recovery link will expire at that point in time. Defaults to the configuration value of `selfservice.flows.recovery.request_lifespan`.
19
+ attr_accessor :expires_in
20
+
21
+ attr_accessor :identity_id
22
+
23
+ # Attribute mapping from ruby-style variable name to JSON key.
24
+ def self.attribute_map
25
+ {
26
+ :'expires_in' => :'expires_in',
27
+ :'identity_id' => :'identity_id'
28
+ }
29
+ end
30
+
31
+ # Returns all the JSON keys this model knows about
32
+ def self.acceptable_attributes
33
+ attribute_map.values
34
+ end
35
+
36
+ # Attribute type mapping.
37
+ def self.openapi_types
38
+ {
39
+ :'expires_in' => :'String',
40
+ :'identity_id' => :'String'
41
+ }
42
+ end
43
+
44
+ # List of attributes with nullable: true
45
+ def self.openapi_nullable
46
+ Set.new([
47
+ ])
48
+ end
49
+
50
+ # Initializes the object
51
+ # @param [Hash] attributes Model attributes in the form of hash
52
+ def initialize(attributes = {})
53
+ if (!attributes.is_a?(Hash))
54
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryHydraClient::AdminCreateSelfServiceRecoveryLinkBody` initialize method"
55
+ end
56
+
57
+ # check to see if the attribute exists and convert string to symbol for hash key
58
+ attributes = attributes.each_with_object({}) { |(k, v), h|
59
+ if (!self.class.attribute_map.key?(k.to_sym))
60
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryHydraClient::AdminCreateSelfServiceRecoveryLinkBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
61
+ end
62
+ h[k.to_sym] = v
63
+ }
64
+
65
+ if attributes.key?(:'expires_in')
66
+ self.expires_in = attributes[:'expires_in']
67
+ end
68
+
69
+ if attributes.key?(:'identity_id')
70
+ self.identity_id = attributes[:'identity_id']
71
+ end
72
+ end
73
+
74
+ # Show invalid properties with the reasons. Usually used together with valid?
75
+ # @return Array for valid properties with the reasons
76
+ def list_invalid_properties
77
+ invalid_properties = Array.new
78
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
79
+ if !@expires_in.nil? && @expires_in !~ pattern
80
+ invalid_properties.push("invalid value for \"expires_in\", must conform to the pattern #{pattern}.")
81
+ end
82
+
83
+ if @identity_id.nil?
84
+ invalid_properties.push('invalid value for "identity_id", identity_id cannot be nil.')
85
+ end
86
+
87
+ invalid_properties
88
+ end
89
+
90
+ # Check to see if the all the properties in the model are valid
91
+ # @return true if the model is valid
92
+ def valid?
93
+ return false if !@expires_in.nil? && @expires_in !~ Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
94
+ return false if @identity_id.nil?
95
+ true
96
+ end
97
+
98
+ # Custom attribute writer method with validation
99
+ # @param [Object] expires_in Value to be assigned
100
+ def expires_in=(expires_in)
101
+ pattern = Regexp.new(/^[0-9]+(ns|us|ms|s|m|h)$/)
102
+ if !expires_in.nil? && expires_in !~ pattern
103
+ fail ArgumentError, "invalid value for \"expires_in\", must conform to the pattern #{pattern}."
104
+ end
105
+
106
+ @expires_in = expires_in
107
+ end
108
+
109
+ # Checks equality by comparing each attribute.
110
+ # @param [Object] Object to be compared
111
+ def ==(o)
112
+ return true if self.equal?(o)
113
+ self.class == o.class &&
114
+ expires_in == o.expires_in &&
115
+ identity_id == o.identity_id
116
+ end
117
+
118
+ # @see the `==` method
119
+ # @param [Object] Object to be compared
120
+ def eql?(o)
121
+ self == o
122
+ end
123
+
124
+ # Calculates hash code according to all attributes.
125
+ # @return [Integer] Hash code
126
+ def hash
127
+ [expires_in, identity_id].hash
128
+ end
129
+
130
+ # Builds the object from hash
131
+ # @param [Hash] attributes Model attributes in the form of hash
132
+ # @return [Object] Returns the model itself
133
+ def self.build_from_hash(attributes)
134
+ new.build_from_hash(attributes)
135
+ end
136
+
137
+ # Builds the object from hash
138
+ # @param [Hash] attributes Model attributes in the form of hash
139
+ # @return [Object] Returns the model itself
140
+ def build_from_hash(attributes)
141
+ return nil unless attributes.is_a?(Hash)
142
+ self.class.openapi_types.each_pair do |key, type|
143
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
144
+ self.send("#{key}=", nil)
145
+ elsif type =~ /\AArray<(.*)>/i
146
+ # check to ensure the input is an array given that the attribute
147
+ # is documented as an array but the input is not
148
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
149
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
150
+ end
151
+ elsif !attributes[self.class.attribute_map[key]].nil?
152
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
153
+ end
154
+ end
155
+
156
+ self
157
+ end
158
+
159
+ # Deserializes the data based on type
160
+ # @param string type Data type
161
+ # @param string value Value to be deserialized
162
+ # @return [Object] Deserialized data
163
+ def _deserialize(type, value)
164
+ case type.to_sym
165
+ when :Time
166
+ Time.parse(value)
167
+ when :Date
168
+ Date.parse(value)
169
+ when :String
170
+ value.to_s
171
+ when :Integer
172
+ value.to_i
173
+ when :Float
174
+ value.to_f
175
+ when :Boolean
176
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
177
+ true
178
+ else
179
+ false
180
+ end
181
+ when :Object
182
+ # generic object (usually a Hash), return directly
183
+ value
184
+ when /\AArray<(?<inner_type>.+)>\z/
185
+ inner_type = Regexp.last_match[:inner_type]
186
+ value.map { |v| _deserialize(inner_type, v) }
187
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
188
+ k_type = Regexp.last_match[:k_type]
189
+ v_type = Regexp.last_match[:v_type]
190
+ {}.tap do |hash|
191
+ value.each do |k, v|
192
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
193
+ end
194
+ end
195
+ else # model
196
+ # models (e.g. Pet) or oneOf
197
+ klass = OryHydraClient.const_get(type)
198
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
199
+ end
200
+ end
201
+
202
+ # Returns the string representation of the object
203
+ # @return [String] String presentation of the object
204
+ def to_s
205
+ to_hash.to_s
206
+ end
207
+
208
+ # to_body is an alias to to_hash (backward compatibility)
209
+ # @return [Hash] Returns the object in the form of hash
210
+ def to_body
211
+ to_hash
212
+ end
213
+
214
+ # Returns the object in the form of hash
215
+ # @return [Hash] Returns the object in the form of hash
216
+ def to_hash
217
+ hash = {}
218
+ self.class.attribute_map.each_pair do |attr, param|
219
+ value = self.send(attr)
220
+ if value.nil?
221
+ is_nullable = self.class.openapi_nullable.include?(attr)
222
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
223
+ end
224
+
225
+ hash[param] = _to_hash(value)
226
+ end
227
+ hash
228
+ end
229
+
230
+ # Outputs non-array value in the form of hash
231
+ # For object, use to_hash. Otherwise, just return the value
232
+ # @param [Object] value Any valid value
233
+ # @return [Hash] Returns the value in the form of hash
234
+ def _to_hash(value)
235
+ if value.is_a?(Array)
236
+ value.compact.map { |v| _to_hash(v) }
237
+ elsif value.is_a?(Hash)
238
+ {}.tap do |hash|
239
+ value.each { |k, v| hash[k] = _to_hash(v) }
240
+ end
241
+ elsif value.respond_to? :to_hash
242
+ value.to_hash
243
+ else
244
+ value
245
+ end
246
+ end
247
+
248
+ end
249
+
250
+ end