ory-client 0.2.0.alpha4 → 0.2.0.alpha14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (496) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +112 -19
  4. data/docs/AcceptOAuth2ConsentRequest.md +28 -0
  5. data/docs/AcceptOAuth2ConsentRequestSession.md +20 -0
  6. data/docs/AcceptOAuth2LoginRequest.md +30 -0
  7. data/docs/AdminApi.md +76 -0
  8. data/docs/AdminCreateJsonWebKeySetBody.md +22 -0
  9. data/docs/AdminTrustOAuth2JwtGrantIssuerBody.md +28 -0
  10. data/docs/{IdentitySchemaLocation.md → GetManagedIdentitySchemaLocation.md} +2 -2
  11. data/docs/HandledOAuth2ConsentRequest.md +18 -0
  12. data/docs/HandledOAuth2LoginRequest.md +18 -0
  13. data/docs/HandledOAuth2LogoutRequest.md +18 -0
  14. data/docs/Headers.md +18 -0
  15. data/docs/IDTokenClaims.md +44 -0
  16. data/docs/IdentitySchemaContainer.md +1 -1
  17. data/docs/IntrospectedOAuth2Token.md +44 -0
  18. data/docs/{IsAlive200Response.md → IsReady200Response.md} +2 -2
  19. data/docs/JsonWebKey.md +50 -0
  20. data/docs/JsonWebKeySet.md +18 -0
  21. data/docs/{IdentitySchema.md → ManagedIdentitySchema.md} +2 -2
  22. data/docs/{IdentitySchemaValidationResult.md → ManagedIdentitySchemaValidationResult.md} +2 -2
  23. data/docs/MetadataApi.md +8 -8
  24. data/docs/NormalizedProjectRevision.md +82 -0
  25. data/docs/NormalizedProjectRevisionIdentitySchema.md +1 -1
  26. data/docs/OAuth2AccessRequest.md +24 -0
  27. data/docs/OAuth2ApiError.md +24 -0
  28. data/docs/OAuth2Client.md +110 -0
  29. data/docs/OAuth2ConsentRequest.md +42 -0
  30. data/docs/OAuth2ConsentRequestOpenIDConnectContext.md +26 -0
  31. data/docs/OAuth2ConsentSession.md +36 -0
  32. data/docs/OAuth2LoginRequest.md +34 -0
  33. data/docs/OAuth2LogoutRequest.md +28 -0
  34. data/docs/OAuth2TokenResponse.md +28 -0
  35. data/docs/OidcConfiguration.md +74 -0
  36. data/docs/OidcUserInfo.md +54 -0
  37. data/docs/Pagination.md +4 -0
  38. data/docs/PaginationHeaders.md +20 -0
  39. data/docs/PreviousOAuth2ConsentSession.md +30 -0
  40. data/docs/ProjectServiceOAuth2.md +18 -0
  41. data/docs/ProjectServices.md +2 -0
  42. data/docs/RefreshTokenHookRequest.md +28 -0
  43. data/docs/RefreshTokenHookResponse.md +18 -0
  44. data/docs/RejectOAuth2Request.md +26 -0
  45. data/docs/Subscription.md +1 -1
  46. data/docs/SuccessfulOAuth2RequestResponse.md +18 -0
  47. data/docs/TrustedOAuth2JwtGrantIssuer.md +32 -0
  48. data/docs/TrustedOAuth2JwtGrantJsonWebKey.md +20 -0
  49. data/docs/UpdateOAuth2ClientLifespans.md +40 -0
  50. data/docs/V0alpha2Api.md +3238 -253
  51. data/lib/ory-client/api/admin_api.rb +90 -0
  52. data/lib/ory-client/api/metadata_api.rb +7 -7
  53. data/lib/ory-client/api/read_api.rb +1 -1
  54. data/lib/ory-client/api/v0alpha2_api.rb +3117 -300
  55. data/lib/ory-client/api/write_api.rb +1 -1
  56. data/lib/ory-client/api_client.rb +1 -1
  57. data/lib/ory-client/api_error.rb +1 -1
  58. data/lib/ory-client/configuration.rb +22 -1
  59. data/lib/ory-client/models/accept_o_auth2_consent_request.rb +270 -0
  60. data/lib/ory-client/models/accept_o_auth2_consent_request_session.rb +232 -0
  61. data/lib/ory-client/models/accept_o_auth2_login_request.rb +285 -0
  62. data/lib/ory-client/models/active_project.rb +1 -1
  63. data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
  64. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
  65. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
  66. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
  67. data/lib/ory-client/models/admin_create_identity_import_credentials_password.rb +1 -1
  68. data/lib/ory-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
  69. data/lib/ory-client/models/admin_create_json_web_key_set_body.rb +255 -0
  70. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  71. data/lib/ory-client/models/admin_identity_import_credentials.rb +1 -1
  72. data/lib/ory-client/models/admin_trust_o_auth2_jwt_grant_issuer_body.rb +291 -0
  73. data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
  74. data/lib/ory-client/models/api_token.rb +1 -1
  75. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  76. data/lib/ory-client/models/cloud_account.rb +1 -1
  77. data/lib/ory-client/models/cname_settings.rb +1 -1
  78. data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
  79. data/lib/ory-client/models/create_project_body.rb +1 -1
  80. data/lib/ory-client/models/create_subscription_payload.rb +1 -1
  81. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  82. data/lib/ory-client/models/expand_tree.rb +1 -1
  83. data/lib/ory-client/models/generic_error.rb +1 -1
  84. data/lib/ory-client/models/generic_error_content.rb +1 -1
  85. data/lib/ory-client/models/get_check_response.rb +1 -1
  86. data/lib/ory-client/models/{identity_schema_location.rb → get_managed_identity_schema_location.rb} +4 -4
  87. data/lib/ory-client/models/get_relation_tuples_response.rb +1 -1
  88. data/lib/ory-client/models/get_version200_response.rb +1 -1
  89. data/lib/ory-client/models/handled_o_auth2_consent_request.rb +225 -0
  90. data/lib/ory-client/models/handled_o_auth2_login_request.rb +225 -0
  91. data/lib/ory-client/models/handled_o_auth2_logout_request.rb +225 -0
  92. data/lib/ory-client/models/headers.rb +222 -0
  93. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  94. data/lib/ory-client/models/health_status.rb +1 -1
  95. data/lib/ory-client/models/id_token_claims.rb +343 -0
  96. data/lib/ory-client/models/identity.rb +1 -1
  97. data/lib/ory-client/models/identity_credentials.rb +1 -1
  98. data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
  99. data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
  100. data/lib/ory-client/models/identity_credentials_password.rb +1 -1
  101. data/lib/ory-client/models/identity_credentials_type.rb +1 -1
  102. data/lib/ory-client/models/identity_schema_container.rb +3 -2
  103. data/lib/ory-client/models/identity_schema_preset.rb +1 -1
  104. data/lib/ory-client/models/identity_state.rb +1 -1
  105. data/lib/ory-client/models/internal_relation_tuple.rb +1 -1
  106. data/lib/ory-client/models/introspected_o_auth2_token.rb +360 -0
  107. data/lib/ory-client/models/invite_payload.rb +1 -1
  108. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
  109. data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
  110. data/lib/ory-client/models/{is_alive200_response.rb → is_ready200_response.rb} +4 -4
  111. data/lib/ory-client/models/is_ready503_response.rb +1 -1
  112. data/lib/ory-client/models/json_error.rb +1 -1
  113. data/lib/ory-client/models/json_patch.rb +1 -1
  114. data/lib/ory-client/models/json_web_key.rb +390 -0
  115. data/lib/ory-client/models/json_web_key_set.rb +223 -0
  116. data/lib/ory-client/models/keto_namespace.rb +1 -1
  117. data/lib/ory-client/models/{identity_schema.rb → managed_identity_schema.rb} +4 -4
  118. data/lib/ory-client/models/{identity_schema_validation_result.rb → managed_identity_schema_validation_result.rb} +4 -4
  119. data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
  120. data/lib/ory-client/models/normalized_project.rb +1 -1
  121. data/lib/ory-client/models/normalized_project_revision.rb +525 -2
  122. data/lib/ory-client/models/normalized_project_revision_hook.rb +1 -1
  123. data/lib/ory-client/models/normalized_project_revision_identity_schema.rb +2 -2
  124. data/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +1 -1
  125. data/lib/ory-client/models/null_plan.rb +3 -1
  126. data/lib/ory-client/models/o_auth2_access_request.rb +256 -0
  127. data/lib/ory-client/models/o_auth2_api_error.rb +251 -0
  128. data/lib/ory-client/models/o_auth2_client.rb +890 -0
  129. data/lib/ory-client/models/o_auth2_consent_request.rb +345 -0
  130. data/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb +266 -0
  131. data/lib/ory-client/models/o_auth2_consent_session.rb +304 -0
  132. data/lib/ory-client/models/o_auth2_login_request.rb +335 -0
  133. data/lib/ory-client/models/o_auth2_logout_request.rb +269 -0
  134. data/lib/ory-client/models/o_auth2_token_response.rb +271 -0
  135. data/lib/ory-client/models/oidc_configuration.rb +572 -0
  136. data/lib/ory-client/models/oidc_user_info.rb +401 -0
  137. data/lib/ory-client/models/pagination.rb +56 -2
  138. data/lib/ory-client/models/pagination_headers.rb +230 -0
  139. data/lib/ory-client/models/patch_delta.rb +1 -1
  140. data/lib/ory-client/models/previous_o_auth2_consent_session.rb +280 -0
  141. data/lib/ory-client/models/project.rb +1 -1
  142. data/lib/ory-client/models/project_host.rb +1 -1
  143. data/lib/ory-client/models/project_invite.rb +1 -1
  144. data/lib/ory-client/models/project_metadata.rb +1 -1
  145. data/lib/ory-client/models/project_service_identity.rb +1 -1
  146. data/lib/ory-client/models/project_service_o_auth2.rb +224 -0
  147. data/lib/ory-client/models/project_service_permission.rb +1 -1
  148. data/lib/ory-client/models/project_services.rb +11 -2
  149. data/lib/ory-client/models/provision_mock_subscription_payload.rb +1 -1
  150. data/lib/ory-client/models/quota_custom_domains.rb +1 -1
  151. data/lib/ory-client/models/quota_project_member_seats.rb +1 -1
  152. data/lib/ory-client/models/recovery_address.rb +1 -1
  153. data/lib/ory-client/models/refresh_token_hook_request.rb +272 -0
  154. data/lib/ory-client/models/refresh_token_hook_response.rb +219 -0
  155. data/lib/ory-client/models/reject_o_auth2_request.rb +260 -0
  156. data/lib/ory-client/models/relation_query.rb +1 -1
  157. data/lib/ory-client/models/revoked_sessions.rb +1 -1
  158. data/lib/ory-client/models/schema_patch.rb +1 -1
  159. data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
  160. data/lib/ory-client/models/self_service_error.rb +1 -1
  161. data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
  162. data/lib/ory-client/models/self_service_login_flow.rb +1 -1
  163. data/lib/ory-client/models/self_service_logout_url.rb +1 -1
  164. data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
  165. data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
  166. data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
  167. data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
  168. data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
  169. data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
  170. data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
  171. data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
  172. data/lib/ory-client/models/session.rb +1 -1
  173. data/lib/ory-client/models/session_authentication_method.rb +1 -1
  174. data/lib/ory-client/models/session_device.rb +1 -1
  175. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  176. data/lib/ory-client/models/stripe_customer_response.rb +1 -1
  177. data/lib/ory-client/models/subject_set.rb +1 -1
  178. data/lib/ory-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
  179. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
  180. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  181. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  182. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  183. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  184. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  185. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  186. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  187. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  188. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
  189. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  190. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  191. data/lib/ory-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
  192. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
  193. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  194. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  195. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  196. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  197. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  198. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  199. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
  200. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  201. data/lib/ory-client/models/subscription.rb +4 -4
  202. data/lib/ory-client/models/successful_o_auth2_request_response.rb +225 -0
  203. data/lib/ory-client/models/successful_project_update.rb +1 -1
  204. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
  205. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
  206. data/lib/ory-client/models/token_pagination.rb +1 -1
  207. data/lib/ory-client/models/token_pagination_headers.rb +1 -1
  208. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb +290 -0
  209. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +230 -0
  210. data/lib/ory-client/models/ui_container.rb +1 -1
  211. data/lib/ory-client/models/ui_node.rb +1 -1
  212. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  213. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  214. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  215. data/lib/ory-client/models/ui_node_input_attributes.rb +9 -9
  216. data/lib/ory-client/models/ui_node_meta.rb +1 -1
  217. data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
  218. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  219. data/lib/ory-client/models/ui_text.rb +1 -1
  220. data/lib/ory-client/models/update_custom_hostname_body.rb +1 -1
  221. data/lib/ory-client/models/update_o_auth2_client_lifespans.rb +535 -0
  222. data/lib/ory-client/models/update_project.rb +1 -1
  223. data/lib/ory-client/models/update_subscription_payload.rb +1 -1
  224. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  225. data/lib/ory-client/models/version.rb +1 -1
  226. data/lib/ory-client/models/warning.rb +1 -1
  227. data/lib/ory-client/version.rb +2 -2
  228. data/lib/ory-client.rb +40 -5
  229. data/ory-client.gemspec +1 -1
  230. data/spec/api/admin_api_spec.rb +47 -0
  231. data/spec/api/metadata_api_spec.rb +3 -3
  232. data/spec/api/read_api_spec.rb +1 -1
  233. data/spec/api/v0alpha2_api_spec.rb +532 -3
  234. data/spec/api/write_api_spec.rb +1 -1
  235. data/spec/api_client_spec.rb +1 -1
  236. data/spec/configuration_spec.rb +1 -1
  237. data/spec/models/accept_o_auth2_consent_request_session_spec.rb +40 -0
  238. data/spec/models/accept_o_auth2_consent_request_spec.rb +64 -0
  239. data/spec/models/accept_o_auth2_login_request_spec.rb +70 -0
  240. data/spec/models/active_project_spec.rb +1 -1
  241. data/spec/models/admin_create_identity_body_spec.rb +1 -1
  242. data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
  243. data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
  244. data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
  245. data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
  246. data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
  247. data/spec/models/admin_create_json_web_key_set_body_spec.rb +46 -0
  248. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  249. data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
  250. data/spec/models/admin_trust_o_auth2_jwt_grant_issuer_body_spec.rb +64 -0
  251. data/spec/models/admin_update_identity_body_spec.rb +1 -1
  252. data/spec/models/api_token_spec.rb +1 -1
  253. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  254. data/spec/models/cloud_account_spec.rb +1 -1
  255. data/spec/models/cname_settings_spec.rb +1 -1
  256. data/spec/models/create_custom_hostname_body_spec.rb +1 -1
  257. data/spec/models/create_project_body_spec.rb +1 -1
  258. data/spec/models/create_subscription_payload_spec.rb +1 -1
  259. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  260. data/spec/models/expand_tree_spec.rb +1 -1
  261. data/spec/models/generic_error_content_spec.rb +1 -1
  262. data/spec/models/generic_error_spec.rb +1 -1
  263. data/spec/models/get_check_response_spec.rb +1 -1
  264. data/spec/models/{identity_schema_location_spec.rb → get_managed_identity_schema_location_spec.rb} +7 -7
  265. data/spec/models/get_relation_tuples_response_spec.rb +1 -1
  266. data/spec/models/get_version200_response_spec.rb +1 -1
  267. data/spec/models/handled_o_auth2_consent_request_spec.rb +34 -0
  268. data/spec/models/handled_o_auth2_login_request_spec.rb +34 -0
  269. data/spec/models/handled_o_auth2_logout_request_spec.rb +34 -0
  270. data/spec/models/headers_spec.rb +34 -0
  271. data/spec/models/health_not_ready_status_spec.rb +1 -1
  272. data/spec/models/health_status_spec.rb +1 -1
  273. data/spec/models/id_token_claims_spec.rb +112 -0
  274. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  275. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  276. data/spec/models/identity_credentials_password_spec.rb +1 -1
  277. data/spec/models/identity_credentials_spec.rb +1 -1
  278. data/spec/models/identity_credentials_type_spec.rb +1 -1
  279. data/spec/models/identity_schema_container_spec.rb +1 -1
  280. data/spec/models/identity_schema_preset_spec.rb +1 -1
  281. data/spec/models/identity_spec.rb +1 -1
  282. data/spec/models/identity_state_spec.rb +1 -1
  283. data/spec/models/internal_relation_tuple_spec.rb +1 -1
  284. data/spec/models/introspected_o_auth2_token_spec.rb +112 -0
  285. data/spec/models/invite_payload_spec.rb +1 -1
  286. data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
  287. data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
  288. data/spec/models/{is_alive200_response_spec.rb → is_ready200_response_spec.rb} +7 -7
  289. data/spec/models/is_ready503_response_spec.rb +1 -1
  290. data/spec/models/json_error_spec.rb +1 -1
  291. data/spec/models/json_patch_spec.rb +1 -1
  292. data/spec/models/json_web_key_set_spec.rb +34 -0
  293. data/spec/models/json_web_key_spec.rb +130 -0
  294. data/spec/models/keto_namespace_spec.rb +1 -1
  295. data/spec/models/{identity_schema_spec.rb → managed_identity_schema_spec.rb} +7 -7
  296. data/spec/models/{identity_schema_validation_result_spec.rb → managed_identity_schema_validation_result_spec.rb} +7 -7
  297. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  298. data/spec/models/normalized_project_revision_hook_spec.rb +1 -1
  299. data/spec/models/normalized_project_revision_identity_schema_spec.rb +1 -1
  300. data/spec/models/normalized_project_revision_spec.rb +247 -1
  301. data/spec/models/normalized_project_revision_third_party_provider_spec.rb +1 -1
  302. data/spec/models/normalized_project_spec.rb +1 -1
  303. data/spec/models/null_plan_spec.rb +1 -1
  304. data/spec/models/o_auth2_access_request_spec.rb +52 -0
  305. data/spec/models/o_auth2_api_error_spec.rb +52 -0
  306. data/spec/models/o_auth2_client_spec.rb +310 -0
  307. data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +58 -0
  308. data/spec/models/o_auth2_consent_request_spec.rb +106 -0
  309. data/spec/models/o_auth2_consent_session_spec.rb +88 -0
  310. data/spec/models/o_auth2_login_request_spec.rb +82 -0
  311. data/spec/models/o_auth2_logout_request_spec.rb +64 -0
  312. data/spec/models/o_auth2_token_response_spec.rb +64 -0
  313. data/spec/models/oidc_configuration_spec.rb +202 -0
  314. data/spec/models/oidc_user_info_spec.rb +142 -0
  315. data/spec/models/pagination_headers_spec.rb +40 -0
  316. data/spec/models/pagination_spec.rb +13 -1
  317. data/spec/models/patch_delta_spec.rb +1 -1
  318. data/spec/models/previous_o_auth2_consent_session_spec.rb +70 -0
  319. data/spec/models/project_host_spec.rb +1 -1
  320. data/spec/models/project_invite_spec.rb +1 -1
  321. data/spec/models/project_metadata_spec.rb +1 -1
  322. data/spec/models/project_service_identity_spec.rb +1 -1
  323. data/spec/models/project_service_o_auth2_spec.rb +34 -0
  324. data/spec/models/project_service_permission_spec.rb +1 -1
  325. data/spec/models/project_services_spec.rb +7 -1
  326. data/spec/models/project_spec.rb +1 -1
  327. data/spec/models/provision_mock_subscription_payload_spec.rb +1 -1
  328. data/spec/models/quota_custom_domains_spec.rb +1 -1
  329. data/spec/models/quota_project_member_seats_spec.rb +1 -1
  330. data/spec/models/recovery_address_spec.rb +1 -1
  331. data/spec/models/refresh_token_hook_request_spec.rb +64 -0
  332. data/spec/models/refresh_token_hook_response_spec.rb +34 -0
  333. data/spec/models/reject_o_auth2_request_spec.rb +58 -0
  334. data/spec/models/relation_query_spec.rb +1 -1
  335. data/spec/models/revoked_sessions_spec.rb +1 -1
  336. data/spec/models/schema_patch_spec.rb +1 -1
  337. data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
  338. data/spec/models/self_service_error_spec.rb +1 -1
  339. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  340. data/spec/models/self_service_login_flow_spec.rb +1 -1
  341. data/spec/models/self_service_logout_url_spec.rb +1 -1
  342. data/spec/models/self_service_recovery_flow_spec.rb +1 -1
  343. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  344. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  345. data/spec/models/self_service_registration_flow_spec.rb +1 -1
  346. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  347. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  348. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  349. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  350. data/spec/models/session_authentication_method_spec.rb +1 -1
  351. data/spec/models/session_device_spec.rb +1 -1
  352. data/spec/models/session_spec.rb +1 -1
  353. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  354. data/spec/models/stripe_customer_response_spec.rb +1 -1
  355. data/spec/models/subject_set_spec.rb +1 -1
  356. data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
  357. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  358. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  359. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  360. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  361. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  362. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  363. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  364. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  365. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  366. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  367. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  368. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  369. data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
  370. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  371. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  372. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  373. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  374. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  375. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  376. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  377. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  378. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  379. data/spec/models/subscription_spec.rb +2 -2
  380. data/spec/models/successful_o_auth2_request_response_spec.rb +34 -0
  381. data/spec/models/successful_project_update_spec.rb +1 -1
  382. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  383. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  384. data/spec/models/token_pagination_headers_spec.rb +1 -1
  385. data/spec/models/token_pagination_spec.rb +1 -1
  386. data/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +76 -0
  387. data/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +40 -0
  388. data/spec/models/ui_container_spec.rb +1 -1
  389. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  390. data/spec/models/ui_node_attributes_spec.rb +1 -1
  391. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  392. data/spec/models/ui_node_input_attributes_spec.rb +5 -5
  393. data/spec/models/ui_node_meta_spec.rb +1 -1
  394. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  395. data/spec/models/ui_node_spec.rb +1 -1
  396. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  397. data/spec/models/ui_text_spec.rb +1 -1
  398. data/spec/models/update_custom_hostname_body_spec.rb +1 -1
  399. data/spec/models/update_o_auth2_client_lifespans_spec.rb +100 -0
  400. data/spec/models/update_project_spec.rb +1 -1
  401. data/spec/models/update_subscription_payload_spec.rb +1 -1
  402. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  403. data/spec/models/version_spec.rb +1 -1
  404. data/spec/models/warning_spec.rb +1 -1
  405. data/spec/spec_helper.rb +1 -1
  406. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.1.gem +0 -0
  407. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  408. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  409. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  410. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.4/gem_make.out +2 -2
  411. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/gem_make.out +2 -2
  412. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/mkmf.log +1 -1
  413. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  414. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  415. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  416. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/LICENSE.txt +0 -0
  417. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/bin/ruby-parse +0 -0
  418. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/bin/ruby-rewrite +0 -0
  419. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/gauntlet_parser.rb +0 -0
  420. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/all.rb +0 -0
  421. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ast/node.rb +0 -0
  422. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ast/processor.rb +0 -0
  423. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/base.rb +0 -0
  424. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/builders/default.rb +0 -0
  425. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/clobbering_error.rb +0 -0
  426. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/color.rb +0 -0
  427. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/context.rb +0 -0
  428. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/current.rb +0 -0
  429. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/current_arg_stack.rb +0 -0
  430. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/deprecation.rb +0 -0
  431. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/diagnostic/engine.rb +0 -0
  432. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/diagnostic.rb +0 -0
  433. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/dedenter.rb +0 -0
  434. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/explanation.rb +0 -0
  435. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/literal.rb +0 -0
  436. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/stack_state.rb +0 -0
  437. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer.rb +0 -0
  438. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/macruby.rb +0 -0
  439. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/max_numparam_stack.rb +0 -0
  440. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/messages.rb +0 -0
  441. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/meta.rb +0 -0
  442. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/rewriter.rb +0 -0
  443. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby18.rb +0 -0
  444. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby19.rb +0 -0
  445. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby20.rb +0 -0
  446. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby21.rb +0 -0
  447. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby22.rb +0 -0
  448. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby23.rb +0 -0
  449. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby24.rb +0 -0
  450. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby25.rb +0 -0
  451. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby26.rb +0 -0
  452. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby27.rb +0 -0
  453. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby28.rb +0 -0
  454. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby30.rb +0 -0
  455. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby31.rb +4 -0
  456. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby32.rb +4 -0
  457. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/rubymotion.rb +0 -0
  458. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner/ruby_parse.rb +0 -0
  459. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner/ruby_rewrite.rb +0 -0
  460. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner.rb +0 -0
  461. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/buffer.rb +0 -0
  462. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/comment/associator.rb +0 -0
  463. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/comment.rb +0 -0
  464. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/collection.rb +0 -0
  465. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/condition.rb +0 -0
  466. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/constant.rb +0 -0
  467. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/definition.rb +0 -0
  468. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/for.rb +0 -0
  469. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/heredoc.rb +0 -0
  470. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/index.rb +0 -0
  471. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/keyword.rb +0 -0
  472. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/method_definition.rb +0 -0
  473. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/objc_kwarg.rb +0 -0
  474. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/operator.rb +0 -0
  475. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/rescue_body.rb +0 -0
  476. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/send.rb +0 -0
  477. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/ternary.rb +0 -0
  478. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/variable.rb +0 -0
  479. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map.rb +0 -0
  480. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/range.rb +0 -0
  481. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/rewriter/action.rb +0 -0
  482. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/rewriter.rb +0 -0
  483. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/tree_rewriter/action.rb +0 -0
  484. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/tree_rewriter.rb +0 -0
  485. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/static_environment.rb +0 -0
  486. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/syntax_error.rb +0 -0
  487. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/tree_rewriter.rb +0 -0
  488. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/variables_stack.rb +0 -0
  489. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/version.rb +1 -1
  490. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser.rb +0 -0
  491. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/parser.gemspec +0 -0
  492. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.4/ext/psych/Makefile +2 -2
  493. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
  494. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.1.2.0.gemspec → parser-3.1.2.1.gemspec} +4 -4
  495. metadata +236 -96
  496. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.0.gem +0 -0
@@ -0,0 +1,345 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.2.0-alpha.14
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.0.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ class OAuth2ConsentRequest
18
+ # ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two factor authentication.
19
+ attr_accessor :acr
20
+
21
+ attr_accessor :amr
22
+
23
+ # ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to identify the session.
24
+ attr_accessor :challenge
25
+
26
+ attr_accessor :client
27
+
28
+ attr_accessor :context
29
+
30
+ # LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate a login and consent request in the login & consent app.
31
+ attr_accessor :login_challenge
32
+
33
+ # LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag) this ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false) this will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back- channel logout. It's value can generally be used to associate consecutive login requests by a certain user.
34
+ attr_accessor :login_session_id
35
+
36
+ attr_accessor :oidc_context
37
+
38
+ # RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but might come in handy if you want to deal with additional request parameters.
39
+ attr_accessor :request_url
40
+
41
+ attr_accessor :requested_access_token_audience
42
+
43
+ attr_accessor :requested_scope
44
+
45
+ # Skip, if true, implies that the client has requested the same scopes from the same user previously. If true, you must not ask the user to grant the requested scopes. You must however either allow or deny the consent request using the usual API call.
46
+ attr_accessor :skip
47
+
48
+ # Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope requested by the OAuth 2.0 client.
49
+ attr_accessor :subject
50
+
51
+ # Attribute mapping from ruby-style variable name to JSON key.
52
+ def self.attribute_map
53
+ {
54
+ :'acr' => :'acr',
55
+ :'amr' => :'amr',
56
+ :'challenge' => :'challenge',
57
+ :'client' => :'client',
58
+ :'context' => :'context',
59
+ :'login_challenge' => :'login_challenge',
60
+ :'login_session_id' => :'login_session_id',
61
+ :'oidc_context' => :'oidc_context',
62
+ :'request_url' => :'request_url',
63
+ :'requested_access_token_audience' => :'requested_access_token_audience',
64
+ :'requested_scope' => :'requested_scope',
65
+ :'skip' => :'skip',
66
+ :'subject' => :'subject'
67
+ }
68
+ end
69
+
70
+ # Returns all the JSON keys this model knows about
71
+ def self.acceptable_attributes
72
+ attribute_map.values
73
+ end
74
+
75
+ # Attribute type mapping.
76
+ def self.openapi_types
77
+ {
78
+ :'acr' => :'String',
79
+ :'amr' => :'Array<String>',
80
+ :'challenge' => :'String',
81
+ :'client' => :'OAuth2Client',
82
+ :'context' => :'Object',
83
+ :'login_challenge' => :'String',
84
+ :'login_session_id' => :'String',
85
+ :'oidc_context' => :'OAuth2ConsentRequestOpenIDConnectContext',
86
+ :'request_url' => :'String',
87
+ :'requested_access_token_audience' => :'Array<String>',
88
+ :'requested_scope' => :'Array<String>',
89
+ :'skip' => :'Boolean',
90
+ :'subject' => :'String'
91
+ }
92
+ end
93
+
94
+ # List of attributes with nullable: true
95
+ def self.openapi_nullable
96
+ Set.new([
97
+ ])
98
+ end
99
+
100
+ # Initializes the object
101
+ # @param [Hash] attributes Model attributes in the form of hash
102
+ def initialize(attributes = {})
103
+ if (!attributes.is_a?(Hash))
104
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::OAuth2ConsentRequest` initialize method"
105
+ end
106
+
107
+ # check to see if the attribute exists and convert string to symbol for hash key
108
+ attributes = attributes.each_with_object({}) { |(k, v), h|
109
+ if (!self.class.attribute_map.key?(k.to_sym))
110
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::OAuth2ConsentRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
111
+ end
112
+ h[k.to_sym] = v
113
+ }
114
+
115
+ if attributes.key?(:'acr')
116
+ self.acr = attributes[:'acr']
117
+ end
118
+
119
+ if attributes.key?(:'amr')
120
+ if (value = attributes[:'amr']).is_a?(Array)
121
+ self.amr = value
122
+ end
123
+ end
124
+
125
+ if attributes.key?(:'challenge')
126
+ self.challenge = attributes[:'challenge']
127
+ end
128
+
129
+ if attributes.key?(:'client')
130
+ self.client = attributes[:'client']
131
+ end
132
+
133
+ if attributes.key?(:'context')
134
+ self.context = attributes[:'context']
135
+ end
136
+
137
+ if attributes.key?(:'login_challenge')
138
+ self.login_challenge = attributes[:'login_challenge']
139
+ end
140
+
141
+ if attributes.key?(:'login_session_id')
142
+ self.login_session_id = attributes[:'login_session_id']
143
+ end
144
+
145
+ if attributes.key?(:'oidc_context')
146
+ self.oidc_context = attributes[:'oidc_context']
147
+ end
148
+
149
+ if attributes.key?(:'request_url')
150
+ self.request_url = attributes[:'request_url']
151
+ end
152
+
153
+ if attributes.key?(:'requested_access_token_audience')
154
+ if (value = attributes[:'requested_access_token_audience']).is_a?(Array)
155
+ self.requested_access_token_audience = value
156
+ end
157
+ end
158
+
159
+ if attributes.key?(:'requested_scope')
160
+ if (value = attributes[:'requested_scope']).is_a?(Array)
161
+ self.requested_scope = value
162
+ end
163
+ end
164
+
165
+ if attributes.key?(:'skip')
166
+ self.skip = attributes[:'skip']
167
+ end
168
+
169
+ if attributes.key?(:'subject')
170
+ self.subject = attributes[:'subject']
171
+ end
172
+ end
173
+
174
+ # Show invalid properties with the reasons. Usually used together with valid?
175
+ # @return Array for valid properties with the reasons
176
+ def list_invalid_properties
177
+ invalid_properties = Array.new
178
+ if @challenge.nil?
179
+ invalid_properties.push('invalid value for "challenge", challenge cannot be nil.')
180
+ end
181
+
182
+ invalid_properties
183
+ end
184
+
185
+ # Check to see if the all the properties in the model are valid
186
+ # @return true if the model is valid
187
+ def valid?
188
+ return false if @challenge.nil?
189
+ true
190
+ end
191
+
192
+ # Checks equality by comparing each attribute.
193
+ # @param [Object] Object to be compared
194
+ def ==(o)
195
+ return true if self.equal?(o)
196
+ self.class == o.class &&
197
+ acr == o.acr &&
198
+ amr == o.amr &&
199
+ challenge == o.challenge &&
200
+ client == o.client &&
201
+ context == o.context &&
202
+ login_challenge == o.login_challenge &&
203
+ login_session_id == o.login_session_id &&
204
+ oidc_context == o.oidc_context &&
205
+ request_url == o.request_url &&
206
+ requested_access_token_audience == o.requested_access_token_audience &&
207
+ requested_scope == o.requested_scope &&
208
+ skip == o.skip &&
209
+ subject == o.subject
210
+ end
211
+
212
+ # @see the `==` method
213
+ # @param [Object] Object to be compared
214
+ def eql?(o)
215
+ self == o
216
+ end
217
+
218
+ # Calculates hash code according to all attributes.
219
+ # @return [Integer] Hash code
220
+ def hash
221
+ [acr, amr, challenge, client, context, login_challenge, login_session_id, oidc_context, request_url, requested_access_token_audience, requested_scope, skip, subject].hash
222
+ end
223
+
224
+ # Builds the object from hash
225
+ # @param [Hash] attributes Model attributes in the form of hash
226
+ # @return [Object] Returns the model itself
227
+ def self.build_from_hash(attributes)
228
+ new.build_from_hash(attributes)
229
+ end
230
+
231
+ # Builds the object from hash
232
+ # @param [Hash] attributes Model attributes in the form of hash
233
+ # @return [Object] Returns the model itself
234
+ def build_from_hash(attributes)
235
+ return nil unless attributes.is_a?(Hash)
236
+ attributes = attributes.transform_keys(&:to_sym)
237
+ self.class.openapi_types.each_pair do |key, type|
238
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
239
+ self.send("#{key}=", nil)
240
+ elsif type =~ /\AArray<(.*)>/i
241
+ # check to ensure the input is an array given that the attribute
242
+ # is documented as an array but the input is not
243
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
244
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
245
+ end
246
+ elsif !attributes[self.class.attribute_map[key]].nil?
247
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
248
+ end
249
+ end
250
+
251
+ self
252
+ end
253
+
254
+ # Deserializes the data based on type
255
+ # @param string type Data type
256
+ # @param string value Value to be deserialized
257
+ # @return [Object] Deserialized data
258
+ def _deserialize(type, value)
259
+ case type.to_sym
260
+ when :Time
261
+ Time.parse(value)
262
+ when :Date
263
+ Date.parse(value)
264
+ when :String
265
+ value.to_s
266
+ when :Integer
267
+ value.to_i
268
+ when :Float
269
+ value.to_f
270
+ when :Boolean
271
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
272
+ true
273
+ else
274
+ false
275
+ end
276
+ when :Object
277
+ # generic object (usually a Hash), return directly
278
+ value
279
+ when /\AArray<(?<inner_type>.+)>\z/
280
+ inner_type = Regexp.last_match[:inner_type]
281
+ value.map { |v| _deserialize(inner_type, v) }
282
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
283
+ k_type = Regexp.last_match[:k_type]
284
+ v_type = Regexp.last_match[:v_type]
285
+ {}.tap do |hash|
286
+ value.each do |k, v|
287
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
288
+ end
289
+ end
290
+ else # model
291
+ # models (e.g. Pet) or oneOf
292
+ klass = OryClient.const_get(type)
293
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
294
+ end
295
+ end
296
+
297
+ # Returns the string representation of the object
298
+ # @return [String] String presentation of the object
299
+ def to_s
300
+ to_hash.to_s
301
+ end
302
+
303
+ # to_body is an alias to to_hash (backward compatibility)
304
+ # @return [Hash] Returns the object in the form of hash
305
+ def to_body
306
+ to_hash
307
+ end
308
+
309
+ # Returns the object in the form of hash
310
+ # @return [Hash] Returns the object in the form of hash
311
+ def to_hash
312
+ hash = {}
313
+ self.class.attribute_map.each_pair do |attr, param|
314
+ value = self.send(attr)
315
+ if value.nil?
316
+ is_nullable = self.class.openapi_nullable.include?(attr)
317
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
318
+ end
319
+
320
+ hash[param] = _to_hash(value)
321
+ end
322
+ hash
323
+ end
324
+
325
+ # Outputs non-array value in the form of hash
326
+ # For object, use to_hash. Otherwise, just return the value
327
+ # @param [Object] value Any valid value
328
+ # @return [Hash] Returns the value in the form of hash
329
+ def _to_hash(value)
330
+ if value.is_a?(Array)
331
+ value.compact.map { |v| _to_hash(v) }
332
+ elsif value.is_a?(Hash)
333
+ {}.tap do |hash|
334
+ value.each { |k, v| hash[k] = _to_hash(v) }
335
+ end
336
+ elsif value.respond_to? :to_hash
337
+ value.to_hash
338
+ else
339
+ value
340
+ end
341
+ end
342
+
343
+ end
344
+
345
+ end
@@ -0,0 +1,266 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.2.0-alpha.14
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.0.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ class OAuth2ConsentRequestOpenIDConnectContext
18
+ # ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request. It is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required. OpenID Connect defines it as follows: > Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values that the Authorization Server is being requested to use for processing this Authentication Request, with the values appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication performed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a Voluntary Claim by this parameter.
19
+ attr_accessor :acr_values
20
+
21
+ # Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User. The defined values are: page: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode. popup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over. touch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface. wap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display. The Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.
22
+ attr_accessor :display
23
+
24
+ # IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client.
25
+ attr_accessor :id_token_hint_claims
26
+
27
+ # LoginHint hints about the login identifier the End-User might use to log in (if necessary). This hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier) and then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a phone number in the format specified for the phone_number Claim. The use of this parameter is optional.
28
+ attr_accessor :login_hint
29
+
30
+ # UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a space-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value \"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation), followed by English (without a region designation). An error SHOULD NOT result if some or all of the requested locales are not supported by the OpenID Provider.
31
+ attr_accessor :ui_locales
32
+
33
+ # Attribute mapping from ruby-style variable name to JSON key.
34
+ def self.attribute_map
35
+ {
36
+ :'acr_values' => :'acr_values',
37
+ :'display' => :'display',
38
+ :'id_token_hint_claims' => :'id_token_hint_claims',
39
+ :'login_hint' => :'login_hint',
40
+ :'ui_locales' => :'ui_locales'
41
+ }
42
+ end
43
+
44
+ # Returns all the JSON keys this model knows about
45
+ def self.acceptable_attributes
46
+ attribute_map.values
47
+ end
48
+
49
+ # Attribute type mapping.
50
+ def self.openapi_types
51
+ {
52
+ :'acr_values' => :'Array<String>',
53
+ :'display' => :'String',
54
+ :'id_token_hint_claims' => :'Hash<String, Object>',
55
+ :'login_hint' => :'String',
56
+ :'ui_locales' => :'Array<String>'
57
+ }
58
+ end
59
+
60
+ # List of attributes with nullable: true
61
+ def self.openapi_nullable
62
+ Set.new([
63
+ ])
64
+ end
65
+
66
+ # Initializes the object
67
+ # @param [Hash] attributes Model attributes in the form of hash
68
+ def initialize(attributes = {})
69
+ if (!attributes.is_a?(Hash))
70
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::OAuth2ConsentRequestOpenIDConnectContext` initialize method"
71
+ end
72
+
73
+ # check to see if the attribute exists and convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}) { |(k, v), h|
75
+ if (!self.class.attribute_map.key?(k.to_sym))
76
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::OAuth2ConsentRequestOpenIDConnectContext`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
+ end
78
+ h[k.to_sym] = v
79
+ }
80
+
81
+ if attributes.key?(:'acr_values')
82
+ if (value = attributes[:'acr_values']).is_a?(Array)
83
+ self.acr_values = value
84
+ end
85
+ end
86
+
87
+ if attributes.key?(:'display')
88
+ self.display = attributes[:'display']
89
+ end
90
+
91
+ if attributes.key?(:'id_token_hint_claims')
92
+ if (value = attributes[:'id_token_hint_claims']).is_a?(Hash)
93
+ self.id_token_hint_claims = value
94
+ end
95
+ end
96
+
97
+ if attributes.key?(:'login_hint')
98
+ self.login_hint = attributes[:'login_hint']
99
+ end
100
+
101
+ if attributes.key?(:'ui_locales')
102
+ if (value = attributes[:'ui_locales']).is_a?(Array)
103
+ self.ui_locales = value
104
+ end
105
+ end
106
+ end
107
+
108
+ # Show invalid properties with the reasons. Usually used together with valid?
109
+ # @return Array for valid properties with the reasons
110
+ def list_invalid_properties
111
+ invalid_properties = Array.new
112
+ invalid_properties
113
+ end
114
+
115
+ # Check to see if the all the properties in the model are valid
116
+ # @return true if the model is valid
117
+ def valid?
118
+ true
119
+ end
120
+
121
+ # Checks equality by comparing each attribute.
122
+ # @param [Object] Object to be compared
123
+ def ==(o)
124
+ return true if self.equal?(o)
125
+ self.class == o.class &&
126
+ acr_values == o.acr_values &&
127
+ display == o.display &&
128
+ id_token_hint_claims == o.id_token_hint_claims &&
129
+ login_hint == o.login_hint &&
130
+ ui_locales == o.ui_locales
131
+ end
132
+
133
+ # @see the `==` method
134
+ # @param [Object] Object to be compared
135
+ def eql?(o)
136
+ self == o
137
+ end
138
+
139
+ # Calculates hash code according to all attributes.
140
+ # @return [Integer] Hash code
141
+ def hash
142
+ [acr_values, display, id_token_hint_claims, login_hint, ui_locales].hash
143
+ end
144
+
145
+ # Builds the object from hash
146
+ # @param [Hash] attributes Model attributes in the form of hash
147
+ # @return [Object] Returns the model itself
148
+ def self.build_from_hash(attributes)
149
+ new.build_from_hash(attributes)
150
+ end
151
+
152
+ # Builds the object from hash
153
+ # @param [Hash] attributes Model attributes in the form of hash
154
+ # @return [Object] Returns the model itself
155
+ def build_from_hash(attributes)
156
+ return nil unless attributes.is_a?(Hash)
157
+ attributes = attributes.transform_keys(&:to_sym)
158
+ self.class.openapi_types.each_pair do |key, type|
159
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
160
+ self.send("#{key}=", nil)
161
+ elsif type =~ /\AArray<(.*)>/i
162
+ # check to ensure the input is an array given that the attribute
163
+ # is documented as an array but the input is not
164
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
165
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
166
+ end
167
+ elsif !attributes[self.class.attribute_map[key]].nil?
168
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
169
+ end
170
+ end
171
+
172
+ self
173
+ end
174
+
175
+ # Deserializes the data based on type
176
+ # @param string type Data type
177
+ # @param string value Value to be deserialized
178
+ # @return [Object] Deserialized data
179
+ def _deserialize(type, value)
180
+ case type.to_sym
181
+ when :Time
182
+ Time.parse(value)
183
+ when :Date
184
+ Date.parse(value)
185
+ when :String
186
+ value.to_s
187
+ when :Integer
188
+ value.to_i
189
+ when :Float
190
+ value.to_f
191
+ when :Boolean
192
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
193
+ true
194
+ else
195
+ false
196
+ end
197
+ when :Object
198
+ # generic object (usually a Hash), return directly
199
+ value
200
+ when /\AArray<(?<inner_type>.+)>\z/
201
+ inner_type = Regexp.last_match[:inner_type]
202
+ value.map { |v| _deserialize(inner_type, v) }
203
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
204
+ k_type = Regexp.last_match[:k_type]
205
+ v_type = Regexp.last_match[:v_type]
206
+ {}.tap do |hash|
207
+ value.each do |k, v|
208
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
209
+ end
210
+ end
211
+ else # model
212
+ # models (e.g. Pet) or oneOf
213
+ klass = OryClient.const_get(type)
214
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
215
+ end
216
+ end
217
+
218
+ # Returns the string representation of the object
219
+ # @return [String] String presentation of the object
220
+ def to_s
221
+ to_hash.to_s
222
+ end
223
+
224
+ # to_body is an alias to to_hash (backward compatibility)
225
+ # @return [Hash] Returns the object in the form of hash
226
+ def to_body
227
+ to_hash
228
+ end
229
+
230
+ # Returns the object in the form of hash
231
+ # @return [Hash] Returns the object in the form of hash
232
+ def to_hash
233
+ hash = {}
234
+ self.class.attribute_map.each_pair do |attr, param|
235
+ value = self.send(attr)
236
+ if value.nil?
237
+ is_nullable = self.class.openapi_nullable.include?(attr)
238
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
239
+ end
240
+
241
+ hash[param] = _to_hash(value)
242
+ end
243
+ hash
244
+ end
245
+
246
+ # Outputs non-array value in the form of hash
247
+ # For object, use to_hash. Otherwise, just return the value
248
+ # @param [Object] value Any valid value
249
+ # @return [Hash] Returns the value in the form of hash
250
+ def _to_hash(value)
251
+ if value.is_a?(Array)
252
+ value.compact.map { |v| _to_hash(v) }
253
+ elsif value.is_a?(Hash)
254
+ {}.tap do |hash|
255
+ value.each { |k, v| hash[k] = _to_hash(v) }
256
+ end
257
+ elsif value.respond_to? :to_hash
258
+ value.to_hash
259
+ else
260
+ value
261
+ end
262
+ end
263
+
264
+ end
265
+
266
+ end