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
@@ -0,0 +1,54 @@
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
+ module SubmitSelfServiceVerificationFlowBody
19
+ class << self
20
+ # List of class defined in oneOf (OpenAPI v3)
21
+ def openapi_one_of
22
+ [
23
+ :'SubmitSelfServiceVerificationFlowWithLinkMethodBody'
24
+ ]
25
+ end
26
+
27
+ # Discriminator's property name (OpenAPI v3)
28
+ def openapi_discriminator_name
29
+ :'method'
30
+ end
31
+
32
+ # Discriminator's mapping (OpenAPI v3)
33
+ def openapi_discriminator_mapping
34
+ {
35
+ :'link' => :'SubmitSelfServiceVerificationFlowWithLinkMethodBody'
36
+ }
37
+ end
38
+
39
+ # Builds the object
40
+ # @param [Mixed] Data to be matched against the list of oneOf items
41
+ # @return [Object] Returns the model or the data itself
42
+ def build(data)
43
+ discriminator_value = data[openapi_discriminator_name]
44
+ return nil unless discriminator_value
45
+
46
+ klass = openapi_discriminator_mapping[discriminator_value.to_sym]
47
+ return nil unless klass
48
+
49
+ OryHydraClient.const_get(klass).build_from_hash(data)
50
+ end
51
+ end
52
+ end
53
+
54
+ end
@@ -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,283 @@
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 SubmitSelfServiceVerificationFlowWithLinkMethodBody
18
+ # Sending the anti-csrf token is only required for browser login flows.
19
+ attr_accessor :csrf_token
20
+
21
+ # Email to Verify Needs to be set when initiating the flow. If the email is a registered verification email, a verification link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email
22
+ attr_accessor :email
23
+
24
+ # Method supports `link` only right now.
25
+ attr_accessor :method
26
+
27
+ class EnumAttributeValidator
28
+ attr_reader :datatype
29
+ attr_reader :allowable_values
30
+
31
+ def initialize(datatype, allowable_values)
32
+ @allowable_values = allowable_values.map do |value|
33
+ case datatype.to_s
34
+ when /Integer/i
35
+ value.to_i
36
+ when /Float/i
37
+ value.to_f
38
+ else
39
+ value
40
+ end
41
+ end
42
+ end
43
+
44
+ def valid?(value)
45
+ !value || allowable_values.include?(value)
46
+ end
47
+ end
48
+
49
+ # Attribute mapping from ruby-style variable name to JSON key.
50
+ def self.attribute_map
51
+ {
52
+ :'csrf_token' => :'csrf_token',
53
+ :'email' => :'email',
54
+ :'method' => :'method'
55
+ }
56
+ end
57
+
58
+ # Returns all the JSON keys this model knows about
59
+ def self.acceptable_attributes
60
+ attribute_map.values
61
+ end
62
+
63
+ # Attribute type mapping.
64
+ def self.openapi_types
65
+ {
66
+ :'csrf_token' => :'String',
67
+ :'email' => :'String',
68
+ :'method' => :'String'
69
+ }
70
+ end
71
+
72
+ # List of attributes with nullable: true
73
+ def self.openapi_nullable
74
+ Set.new([
75
+ ])
76
+ end
77
+
78
+ # Initializes the object
79
+ # @param [Hash] attributes Model attributes in the form of hash
80
+ def initialize(attributes = {})
81
+ if (!attributes.is_a?(Hash))
82
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody` initialize method"
83
+ end
84
+
85
+ # check to see if the attribute exists and convert string to symbol for hash key
86
+ attributes = attributes.each_with_object({}) { |(k, v), h|
87
+ if (!self.class.attribute_map.key?(k.to_sym))
88
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
89
+ end
90
+ h[k.to_sym] = v
91
+ }
92
+
93
+ if attributes.key?(:'csrf_token')
94
+ self.csrf_token = attributes[:'csrf_token']
95
+ end
96
+
97
+ if attributes.key?(:'email')
98
+ self.email = attributes[:'email']
99
+ end
100
+
101
+ if attributes.key?(:'method')
102
+ self.method = attributes[:'method']
103
+ end
104
+ end
105
+
106
+ # Show invalid properties with the reasons. Usually used together with valid?
107
+ # @return Array for valid properties with the reasons
108
+ def list_invalid_properties
109
+ invalid_properties = Array.new
110
+ if @email.nil?
111
+ invalid_properties.push('invalid value for "email", email cannot be nil.')
112
+ end
113
+
114
+ if @method.nil?
115
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
116
+ end
117
+
118
+ invalid_properties
119
+ end
120
+
121
+ # Check to see if the all the properties in the model are valid
122
+ # @return true if the model is valid
123
+ def valid?
124
+ return false if @email.nil?
125
+ return false if @method.nil?
126
+ method_validator = EnumAttributeValidator.new('String', ["password", "oidc"])
127
+ return false unless method_validator.valid?(@method)
128
+ true
129
+ end
130
+
131
+ # Custom attribute writer method checking allowed values (enum).
132
+ # @param [Object] method Object to be assigned
133
+ def method=(method)
134
+ validator = EnumAttributeValidator.new('String', ["password", "oidc"])
135
+ unless validator.valid?(method)
136
+ fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
137
+ end
138
+ @method = method
139
+ end
140
+
141
+ # Checks equality by comparing each attribute.
142
+ # @param [Object] Object to be compared
143
+ def ==(o)
144
+ return true if self.equal?(o)
145
+ self.class == o.class &&
146
+ csrf_token == o.csrf_token &&
147
+ email == o.email &&
148
+ method == o.method
149
+ end
150
+
151
+ # @see the `==` method
152
+ # @param [Object] Object to be compared
153
+ def eql?(o)
154
+ self == o
155
+ end
156
+
157
+ # Calculates hash code according to all attributes.
158
+ # @return [Integer] Hash code
159
+ def hash
160
+ [csrf_token, email, method].hash
161
+ end
162
+
163
+ # Builds the object from hash
164
+ # @param [Hash] attributes Model attributes in the form of hash
165
+ # @return [Object] Returns the model itself
166
+ def self.build_from_hash(attributes)
167
+ new.build_from_hash(attributes)
168
+ end
169
+
170
+ # Builds the object from hash
171
+ # @param [Hash] attributes Model attributes in the form of hash
172
+ # @return [Object] Returns the model itself
173
+ def build_from_hash(attributes)
174
+ return nil unless attributes.is_a?(Hash)
175
+ self.class.openapi_types.each_pair do |key, type|
176
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
177
+ self.send("#{key}=", nil)
178
+ elsif type =~ /\AArray<(.*)>/i
179
+ # check to ensure the input is an array given that the attribute
180
+ # is documented as an array but the input is not
181
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
182
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
183
+ end
184
+ elsif !attributes[self.class.attribute_map[key]].nil?
185
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
186
+ end
187
+ end
188
+
189
+ self
190
+ end
191
+
192
+ # Deserializes the data based on type
193
+ # @param string type Data type
194
+ # @param string value Value to be deserialized
195
+ # @return [Object] Deserialized data
196
+ def _deserialize(type, value)
197
+ case type.to_sym
198
+ when :Time
199
+ Time.parse(value)
200
+ when :Date
201
+ Date.parse(value)
202
+ when :String
203
+ value.to_s
204
+ when :Integer
205
+ value.to_i
206
+ when :Float
207
+ value.to_f
208
+ when :Boolean
209
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
210
+ true
211
+ else
212
+ false
213
+ end
214
+ when :Object
215
+ # generic object (usually a Hash), return directly
216
+ value
217
+ when /\AArray<(?<inner_type>.+)>\z/
218
+ inner_type = Regexp.last_match[:inner_type]
219
+ value.map { |v| _deserialize(inner_type, v) }
220
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
221
+ k_type = Regexp.last_match[:k_type]
222
+ v_type = Regexp.last_match[:v_type]
223
+ {}.tap do |hash|
224
+ value.each do |k, v|
225
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
226
+ end
227
+ end
228
+ else # model
229
+ # models (e.g. Pet) or oneOf
230
+ klass = OryHydraClient.const_get(type)
231
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
232
+ end
233
+ end
234
+
235
+ # Returns the string representation of the object
236
+ # @return [String] String presentation of the object
237
+ def to_s
238
+ to_hash.to_s
239
+ end
240
+
241
+ # to_body is an alias to to_hash (backward compatibility)
242
+ # @return [Hash] Returns the object in the form of hash
243
+ def to_body
244
+ to_hash
245
+ end
246
+
247
+ # Returns the object in the form of hash
248
+ # @return [Hash] Returns the object in the form of hash
249
+ def to_hash
250
+ hash = {}
251
+ self.class.attribute_map.each_pair do |attr, param|
252
+ value = self.send(attr)
253
+ if value.nil?
254
+ is_nullable = self.class.openapi_nullable.include?(attr)
255
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
256
+ end
257
+
258
+ hash[param] = _to_hash(value)
259
+ end
260
+ hash
261
+ end
262
+
263
+ # Outputs non-array value in the form of hash
264
+ # For object, use to_hash. Otherwise, just return the value
265
+ # @param [Object] value Any valid value
266
+ # @return [Hash] Returns the value in the form of hash
267
+ def _to_hash(value)
268
+ if value.is_a?(Array)
269
+ value.compact.map { |v| _to_hash(v) }
270
+ elsif value.is_a?(Hash)
271
+ {}.tap do |hash|
272
+ value.each { |k, v| hash[k] = _to_hash(v) }
273
+ end
274
+ elsif value.respond_to? :to_hash
275
+ value.to_hash
276
+ else
277
+ value
278
+ end
279
+ end
280
+
281
+ end
282
+
283
+ end
@@ -0,0 +1,234 @@
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
+ # The Response for Login Flows via API
18
+ class SuccessfulSelfServiceLoginWithoutBrowser
19
+ attr_accessor :session
20
+
21
+ # The Session Token A session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization Header: Authorization: bearer ${session-token} The session token is only issued for API flows, not for Browser flows!
22
+ attr_accessor :session_token
23
+
24
+ # Attribute mapping from ruby-style variable name to JSON key.
25
+ def self.attribute_map
26
+ {
27
+ :'session' => :'session',
28
+ :'session_token' => :'session_token'
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
+ :'session' => :'Session',
41
+ :'session_token' => :'String'
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::SuccessfulSelfServiceLoginWithoutBrowser` 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::SuccessfulSelfServiceLoginWithoutBrowser`. 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?(:'session')
67
+ self.session = attributes[:'session']
68
+ end
69
+
70
+ if attributes.key?(:'session_token')
71
+ self.session_token = attributes[:'session_token']
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 @session.nil?
80
+ invalid_properties.push('invalid value for "session", session cannot be nil.')
81
+ end
82
+
83
+ invalid_properties
84
+ end
85
+
86
+ # Check to see if the all the properties in the model are valid
87
+ # @return true if the model is valid
88
+ def valid?
89
+ return false if @session.nil?
90
+ true
91
+ end
92
+
93
+ # Checks equality by comparing each attribute.
94
+ # @param [Object] Object to be compared
95
+ def ==(o)
96
+ return true if self.equal?(o)
97
+ self.class == o.class &&
98
+ session == o.session &&
99
+ session_token == o.session_token
100
+ end
101
+
102
+ # @see the `==` method
103
+ # @param [Object] Object to be compared
104
+ def eql?(o)
105
+ self == o
106
+ end
107
+
108
+ # Calculates hash code according to all attributes.
109
+ # @return [Integer] Hash code
110
+ def hash
111
+ [session, session_token].hash
112
+ end
113
+
114
+ # Builds the object from hash
115
+ # @param [Hash] attributes Model attributes in the form of hash
116
+ # @return [Object] Returns the model itself
117
+ def self.build_from_hash(attributes)
118
+ new.build_from_hash(attributes)
119
+ end
120
+
121
+ # Builds the object from hash
122
+ # @param [Hash] attributes Model attributes in the form of hash
123
+ # @return [Object] Returns the model itself
124
+ def build_from_hash(attributes)
125
+ return nil unless attributes.is_a?(Hash)
126
+ self.class.openapi_types.each_pair do |key, type|
127
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
128
+ self.send("#{key}=", nil)
129
+ elsif type =~ /\AArray<(.*)>/i
130
+ # check to ensure the input is an array given that the attribute
131
+ # is documented as an array but the input is not
132
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
133
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
134
+ end
135
+ elsif !attributes[self.class.attribute_map[key]].nil?
136
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
137
+ end
138
+ end
139
+
140
+ self
141
+ end
142
+
143
+ # Deserializes the data based on type
144
+ # @param string type Data type
145
+ # @param string value Value to be deserialized
146
+ # @return [Object] Deserialized data
147
+ def _deserialize(type, value)
148
+ case type.to_sym
149
+ when :Time
150
+ Time.parse(value)
151
+ when :Date
152
+ Date.parse(value)
153
+ when :String
154
+ value.to_s
155
+ when :Integer
156
+ value.to_i
157
+ when :Float
158
+ value.to_f
159
+ when :Boolean
160
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
161
+ true
162
+ else
163
+ false
164
+ end
165
+ when :Object
166
+ # generic object (usually a Hash), return directly
167
+ value
168
+ when /\AArray<(?<inner_type>.+)>\z/
169
+ inner_type = Regexp.last_match[:inner_type]
170
+ value.map { |v| _deserialize(inner_type, v) }
171
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
172
+ k_type = Regexp.last_match[:k_type]
173
+ v_type = Regexp.last_match[:v_type]
174
+ {}.tap do |hash|
175
+ value.each do |k, v|
176
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
177
+ end
178
+ end
179
+ else # model
180
+ # models (e.g. Pet) or oneOf
181
+ klass = OryHydraClient.const_get(type)
182
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
183
+ end
184
+ end
185
+
186
+ # Returns the string representation of the object
187
+ # @return [String] String presentation of the object
188
+ def to_s
189
+ to_hash.to_s
190
+ end
191
+
192
+ # to_body is an alias to to_hash (backward compatibility)
193
+ # @return [Hash] Returns the object in the form of hash
194
+ def to_body
195
+ to_hash
196
+ end
197
+
198
+ # Returns the object in the form of hash
199
+ # @return [Hash] Returns the object in the form of hash
200
+ def to_hash
201
+ hash = {}
202
+ self.class.attribute_map.each_pair do |attr, param|
203
+ value = self.send(attr)
204
+ if value.nil?
205
+ is_nullable = self.class.openapi_nullable.include?(attr)
206
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
207
+ end
208
+
209
+ hash[param] = _to_hash(value)
210
+ end
211
+ hash
212
+ end
213
+
214
+ # Outputs non-array value in the form of hash
215
+ # For object, use to_hash. Otherwise, just return the value
216
+ # @param [Object] value Any valid value
217
+ # @return [Hash] Returns the value in the form of hash
218
+ def _to_hash(value)
219
+ if value.is_a?(Array)
220
+ value.compact.map { |v| _to_hash(v) }
221
+ elsif value.is_a?(Hash)
222
+ {}.tap do |hash|
223
+ value.each { |k, v| hash[k] = _to_hash(v) }
224
+ end
225
+ elsif value.respond_to? :to_hash
226
+ value.to_hash
227
+ else
228
+ value
229
+ end
230
+ end
231
+
232
+ end
233
+
234
+ end