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,401 @@
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
+ # The userinfo response
18
+ class OidcUserInfo
19
+ # End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.
20
+ attr_accessor :birthdate
21
+
22
+ # End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.
23
+ attr_accessor :email
24
+
25
+ # True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.
26
+ attr_accessor :email_verified
27
+
28
+ # Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.
29
+ attr_accessor :family_name
30
+
31
+ # End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.
32
+ attr_accessor :gender
33
+
34
+ # Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.
35
+ attr_accessor :given_name
36
+
37
+ # End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.
38
+ attr_accessor :locale
39
+
40
+ # Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.
41
+ attr_accessor :middle_name
42
+
43
+ # End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
44
+ attr_accessor :name
45
+
46
+ # Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.
47
+ attr_accessor :nickname
48
+
49
+ # End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.
50
+ attr_accessor :phone_number
51
+
52
+ # True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.
53
+ attr_accessor :phone_number_verified
54
+
55
+ # URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.
56
+ attr_accessor :picture
57
+
58
+ # Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.
59
+ attr_accessor :preferred_username
60
+
61
+ # URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.
62
+ attr_accessor :profile
63
+
64
+ # Subject - Identifier for the End-User at the IssuerURL.
65
+ attr_accessor :sub
66
+
67
+ # Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.
68
+ attr_accessor :updated_at
69
+
70
+ # URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.
71
+ attr_accessor :website
72
+
73
+ # String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.
74
+ attr_accessor :zoneinfo
75
+
76
+ # Attribute mapping from ruby-style variable name to JSON key.
77
+ def self.attribute_map
78
+ {
79
+ :'birthdate' => :'birthdate',
80
+ :'email' => :'email',
81
+ :'email_verified' => :'email_verified',
82
+ :'family_name' => :'family_name',
83
+ :'gender' => :'gender',
84
+ :'given_name' => :'given_name',
85
+ :'locale' => :'locale',
86
+ :'middle_name' => :'middle_name',
87
+ :'name' => :'name',
88
+ :'nickname' => :'nickname',
89
+ :'phone_number' => :'phone_number',
90
+ :'phone_number_verified' => :'phone_number_verified',
91
+ :'picture' => :'picture',
92
+ :'preferred_username' => :'preferred_username',
93
+ :'profile' => :'profile',
94
+ :'sub' => :'sub',
95
+ :'updated_at' => :'updated_at',
96
+ :'website' => :'website',
97
+ :'zoneinfo' => :'zoneinfo'
98
+ }
99
+ end
100
+
101
+ # Returns all the JSON keys this model knows about
102
+ def self.acceptable_attributes
103
+ attribute_map.values
104
+ end
105
+
106
+ # Attribute type mapping.
107
+ def self.openapi_types
108
+ {
109
+ :'birthdate' => :'String',
110
+ :'email' => :'String',
111
+ :'email_verified' => :'Boolean',
112
+ :'family_name' => :'String',
113
+ :'gender' => :'String',
114
+ :'given_name' => :'String',
115
+ :'locale' => :'String',
116
+ :'middle_name' => :'String',
117
+ :'name' => :'String',
118
+ :'nickname' => :'String',
119
+ :'phone_number' => :'String',
120
+ :'phone_number_verified' => :'Boolean',
121
+ :'picture' => :'String',
122
+ :'preferred_username' => :'String',
123
+ :'profile' => :'String',
124
+ :'sub' => :'String',
125
+ :'updated_at' => :'Integer',
126
+ :'website' => :'String',
127
+ :'zoneinfo' => :'String'
128
+ }
129
+ end
130
+
131
+ # List of attributes with nullable: true
132
+ def self.openapi_nullable
133
+ Set.new([
134
+ ])
135
+ end
136
+
137
+ # Initializes the object
138
+ # @param [Hash] attributes Model attributes in the form of hash
139
+ def initialize(attributes = {})
140
+ if (!attributes.is_a?(Hash))
141
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::OidcUserInfo` initialize method"
142
+ end
143
+
144
+ # check to see if the attribute exists and convert string to symbol for hash key
145
+ attributes = attributes.each_with_object({}) { |(k, v), h|
146
+ if (!self.class.attribute_map.key?(k.to_sym))
147
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::OidcUserInfo`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
148
+ end
149
+ h[k.to_sym] = v
150
+ }
151
+
152
+ if attributes.key?(:'birthdate')
153
+ self.birthdate = attributes[:'birthdate']
154
+ end
155
+
156
+ if attributes.key?(:'email')
157
+ self.email = attributes[:'email']
158
+ end
159
+
160
+ if attributes.key?(:'email_verified')
161
+ self.email_verified = attributes[:'email_verified']
162
+ end
163
+
164
+ if attributes.key?(:'family_name')
165
+ self.family_name = attributes[:'family_name']
166
+ end
167
+
168
+ if attributes.key?(:'gender')
169
+ self.gender = attributes[:'gender']
170
+ end
171
+
172
+ if attributes.key?(:'given_name')
173
+ self.given_name = attributes[:'given_name']
174
+ end
175
+
176
+ if attributes.key?(:'locale')
177
+ self.locale = attributes[:'locale']
178
+ end
179
+
180
+ if attributes.key?(:'middle_name')
181
+ self.middle_name = attributes[:'middle_name']
182
+ end
183
+
184
+ if attributes.key?(:'name')
185
+ self.name = attributes[:'name']
186
+ end
187
+
188
+ if attributes.key?(:'nickname')
189
+ self.nickname = attributes[:'nickname']
190
+ end
191
+
192
+ if attributes.key?(:'phone_number')
193
+ self.phone_number = attributes[:'phone_number']
194
+ end
195
+
196
+ if attributes.key?(:'phone_number_verified')
197
+ self.phone_number_verified = attributes[:'phone_number_verified']
198
+ end
199
+
200
+ if attributes.key?(:'picture')
201
+ self.picture = attributes[:'picture']
202
+ end
203
+
204
+ if attributes.key?(:'preferred_username')
205
+ self.preferred_username = attributes[:'preferred_username']
206
+ end
207
+
208
+ if attributes.key?(:'profile')
209
+ self.profile = attributes[:'profile']
210
+ end
211
+
212
+ if attributes.key?(:'sub')
213
+ self.sub = attributes[:'sub']
214
+ end
215
+
216
+ if attributes.key?(:'updated_at')
217
+ self.updated_at = attributes[:'updated_at']
218
+ end
219
+
220
+ if attributes.key?(:'website')
221
+ self.website = attributes[:'website']
222
+ end
223
+
224
+ if attributes.key?(:'zoneinfo')
225
+ self.zoneinfo = attributes[:'zoneinfo']
226
+ end
227
+ end
228
+
229
+ # Show invalid properties with the reasons. Usually used together with valid?
230
+ # @return Array for valid properties with the reasons
231
+ def list_invalid_properties
232
+ invalid_properties = Array.new
233
+ invalid_properties
234
+ end
235
+
236
+ # Check to see if the all the properties in the model are valid
237
+ # @return true if the model is valid
238
+ def valid?
239
+ true
240
+ end
241
+
242
+ # Checks equality by comparing each attribute.
243
+ # @param [Object] Object to be compared
244
+ def ==(o)
245
+ return true if self.equal?(o)
246
+ self.class == o.class &&
247
+ birthdate == o.birthdate &&
248
+ email == o.email &&
249
+ email_verified == o.email_verified &&
250
+ family_name == o.family_name &&
251
+ gender == o.gender &&
252
+ given_name == o.given_name &&
253
+ locale == o.locale &&
254
+ middle_name == o.middle_name &&
255
+ name == o.name &&
256
+ nickname == o.nickname &&
257
+ phone_number == o.phone_number &&
258
+ phone_number_verified == o.phone_number_verified &&
259
+ picture == o.picture &&
260
+ preferred_username == o.preferred_username &&
261
+ profile == o.profile &&
262
+ sub == o.sub &&
263
+ updated_at == o.updated_at &&
264
+ website == o.website &&
265
+ zoneinfo == o.zoneinfo
266
+ end
267
+
268
+ # @see the `==` method
269
+ # @param [Object] Object to be compared
270
+ def eql?(o)
271
+ self == o
272
+ end
273
+
274
+ # Calculates hash code according to all attributes.
275
+ # @return [Integer] Hash code
276
+ def hash
277
+ [birthdate, email, email_verified, family_name, gender, given_name, locale, middle_name, name, nickname, phone_number, phone_number_verified, picture, preferred_username, profile, sub, updated_at, website, zoneinfo].hash
278
+ end
279
+
280
+ # Builds the object from hash
281
+ # @param [Hash] attributes Model attributes in the form of hash
282
+ # @return [Object] Returns the model itself
283
+ def self.build_from_hash(attributes)
284
+ new.build_from_hash(attributes)
285
+ end
286
+
287
+ # Builds the object from hash
288
+ # @param [Hash] attributes Model attributes in the form of hash
289
+ # @return [Object] Returns the model itself
290
+ def build_from_hash(attributes)
291
+ return nil unless attributes.is_a?(Hash)
292
+ attributes = attributes.transform_keys(&:to_sym)
293
+ self.class.openapi_types.each_pair do |key, type|
294
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
295
+ self.send("#{key}=", nil)
296
+ elsif type =~ /\AArray<(.*)>/i
297
+ # check to ensure the input is an array given that the attribute
298
+ # is documented as an array but the input is not
299
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
300
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
301
+ end
302
+ elsif !attributes[self.class.attribute_map[key]].nil?
303
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
304
+ end
305
+ end
306
+
307
+ self
308
+ end
309
+
310
+ # Deserializes the data based on type
311
+ # @param string type Data type
312
+ # @param string value Value to be deserialized
313
+ # @return [Object] Deserialized data
314
+ def _deserialize(type, value)
315
+ case type.to_sym
316
+ when :Time
317
+ Time.parse(value)
318
+ when :Date
319
+ Date.parse(value)
320
+ when :String
321
+ value.to_s
322
+ when :Integer
323
+ value.to_i
324
+ when :Float
325
+ value.to_f
326
+ when :Boolean
327
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
328
+ true
329
+ else
330
+ false
331
+ end
332
+ when :Object
333
+ # generic object (usually a Hash), return directly
334
+ value
335
+ when /\AArray<(?<inner_type>.+)>\z/
336
+ inner_type = Regexp.last_match[:inner_type]
337
+ value.map { |v| _deserialize(inner_type, v) }
338
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
339
+ k_type = Regexp.last_match[:k_type]
340
+ v_type = Regexp.last_match[:v_type]
341
+ {}.tap do |hash|
342
+ value.each do |k, v|
343
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
344
+ end
345
+ end
346
+ else # model
347
+ # models (e.g. Pet) or oneOf
348
+ klass = OryClient.const_get(type)
349
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
350
+ end
351
+ end
352
+
353
+ # Returns the string representation of the object
354
+ # @return [String] String presentation of the object
355
+ def to_s
356
+ to_hash.to_s
357
+ end
358
+
359
+ # to_body is an alias to to_hash (backward compatibility)
360
+ # @return [Hash] Returns the object in the form of hash
361
+ def to_body
362
+ to_hash
363
+ end
364
+
365
+ # Returns the object in the form of hash
366
+ # @return [Hash] Returns the object in the form of hash
367
+ def to_hash
368
+ hash = {}
369
+ self.class.attribute_map.each_pair do |attr, param|
370
+ value = self.send(attr)
371
+ if value.nil?
372
+ is_nullable = self.class.openapi_nullable.include?(attr)
373
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
374
+ end
375
+
376
+ hash[param] = _to_hash(value)
377
+ end
378
+ hash
379
+ end
380
+
381
+ # Outputs non-array value in the form of hash
382
+ # For object, use to_hash. Otherwise, just return the value
383
+ # @param [Object] value Any valid value
384
+ # @return [Hash] Returns the value in the form of hash
385
+ def _to_hash(value)
386
+ if value.is_a?(Array)
387
+ value.compact.map { |v| _to_hash(v) }
388
+ elsif value.is_a?(Hash)
389
+ {}.tap do |hash|
390
+ value.each { |k, v| hash[k] = _to_hash(v) }
391
+ end
392
+ elsif value.respond_to? :to_hash
393
+ value.to_hash
394
+ else
395
+ value
396
+ end
397
+ end
398
+
399
+ end
400
+
401
+ end
@@ -3,7 +3,7 @@
3
3
 
4
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
5
 
6
- The version of the OpenAPI document: v0.2.0-alpha.4
6
+ The version of the OpenAPI document: v0.2.0-alpha.14
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -18,6 +18,12 @@ module OryClient
18
18
  # Pagination Page This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.
19
19
  attr_accessor :page
20
20
 
21
+ # Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
22
+ attr_accessor :page_size
23
+
24
+ # Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
25
+ attr_accessor :page_token
26
+
21
27
  # Items per Page This is the number of items per page.
22
28
  attr_accessor :per_page
23
29
 
@@ -25,6 +31,8 @@ module OryClient
25
31
  def self.attribute_map
26
32
  {
27
33
  :'page' => :'page',
34
+ :'page_size' => :'page_size',
35
+ :'page_token' => :'page_token',
28
36
  :'per_page' => :'per_page'
29
37
  }
30
38
  end
@@ -38,6 +46,8 @@ module OryClient
38
46
  def self.openapi_types
39
47
  {
40
48
  :'page' => :'Integer',
49
+ :'page_size' => :'Integer',
50
+ :'page_token' => :'String',
41
51
  :'per_page' => :'Integer'
42
52
  }
43
53
  end
@@ -69,6 +79,18 @@ module OryClient
69
79
  self.page = 1
70
80
  end
71
81
 
82
+ if attributes.key?(:'page_size')
83
+ self.page_size = attributes[:'page_size']
84
+ else
85
+ self.page_size = 250
86
+ end
87
+
88
+ if attributes.key?(:'page_token')
89
+ self.page_token = attributes[:'page_token']
90
+ else
91
+ self.page_token = '1'
92
+ end
93
+
72
94
  if attributes.key?(:'per_page')
73
95
  self.per_page = attributes[:'per_page']
74
96
  else
@@ -84,6 +106,14 @@ module OryClient
84
106
  invalid_properties.push('invalid value for "page", must be greater than or equal to 1.')
85
107
  end
86
108
 
109
+ if !@page_size.nil? && @page_size > 1000
110
+ invalid_properties.push('invalid value for "page_size", must be smaller than or equal to 1000.')
111
+ end
112
+
113
+ if !@page_size.nil? && @page_size < 1
114
+ invalid_properties.push('invalid value for "page_size", must be greater than or equal to 1.')
115
+ end
116
+
87
117
  if !@per_page.nil? && @per_page > 1000
88
118
  invalid_properties.push('invalid value for "per_page", must be smaller than or equal to 1000.')
89
119
  end
@@ -99,6 +129,8 @@ module OryClient
99
129
  # @return true if the model is valid
100
130
  def valid?
101
131
  return false if !@page.nil? && @page < 1
132
+ return false if !@page_size.nil? && @page_size > 1000
133
+ return false if !@page_size.nil? && @page_size < 1
102
134
  return false if !@per_page.nil? && @per_page > 1000
103
135
  return false if !@per_page.nil? && @per_page < 1
104
136
  true
@@ -114,6 +146,26 @@ module OryClient
114
146
  @page = page
115
147
  end
116
148
 
149
+ # Custom attribute writer method with validation
150
+ # @param [Object] page_size Value to be assigned
151
+ def page_size=(page_size)
152
+ if !page_size.nil? && page_size > 1000
153
+ fail ArgumentError, 'invalid value for "page_size", must be smaller than or equal to 1000.'
154
+ end
155
+
156
+ if !page_size.nil? && page_size < 1
157
+ fail ArgumentError, 'invalid value for "page_size", must be greater than or equal to 1.'
158
+ end
159
+
160
+ @page_size = page_size
161
+ end
162
+
163
+ # Custom attribute writer method with validation
164
+ # @param [Object] page_token Value to be assigned
165
+ def page_token=(page_token)
166
+ @page_token = page_token
167
+ end
168
+
117
169
  # Custom attribute writer method with validation
118
170
  # @param [Object] per_page Value to be assigned
119
171
  def per_page=(per_page)
@@ -134,6 +186,8 @@ module OryClient
134
186
  return true if self.equal?(o)
135
187
  self.class == o.class &&
136
188
  page == o.page &&
189
+ page_size == o.page_size &&
190
+ page_token == o.page_token &&
137
191
  per_page == o.per_page
138
192
  end
139
193
 
@@ -146,7 +200,7 @@ module OryClient
146
200
  # Calculates hash code according to all attributes.
147
201
  # @return [Integer] Hash code
148
202
  def hash
149
- [page, per_page].hash
203
+ [page, page_size, page_token, per_page].hash
150
204
  end
151
205
 
152
206
  # Builds the object from hash